-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named ui.GUI #16
Comments
Hi, You need to install the ui package https://pypi.org/project/ui/ and also make sure to clone the project. |
Hi, Traceback (most recent call last): |
I have same issue,too.Can you tell me how do you slove this? |
Hi Team,
After I have tried to run the genomic parse "python promotech.py -pg -ts 20000 -f RP/promotech_data/dataset/GCF_000021865.1_ASM2186v1_genomic.fasta -o results" I got a error that says "No module named ui.GUI' even though I have put a folder of the ui files in the same directory as the python script. Any ideas what might have caused this?:
"Traceback (most recent call last):
File "promotech.py", line 5, in
from ui.GUI import Promotech_UI
ModuleNotFoundError: No module named 'ui.GUI'
The text was updated successfully, but these errors were encountered: