mhbeals / nisaba

A tool for multi-modal annotation
GNU Affero General Public License v3.0
5 stars 2 forks source link

Missing dependencies ? #27

Open atiro opened 4 years ago

atiro commented 4 years ago

Hi, was interested to try the code but am getting the following errors after pip install in a fresh virtualenv (Python 3.8)

Traceback (most recent call last): File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/main.py", line 4, in from database_display import * ModuleNotFoundError: No module named 'database_display'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/database_display.py", line 3, in from database_maintenance import * ModuleNotFoundError: No module named 'database_maintenance'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/taxonomy_display.py", line 3, in from database_display import * ModuleNotFoundError: No module named 'database_display'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/richard/.virtualenvs/nisaba/bin/nisaba", line 5, in from nisaba.main import main File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/main.py", line 11, in from nisaba.database_display import File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/database_display.py", line 9, in from nisaba.taxonomy_display import File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/taxonomy_display.py", line 11, in from nisaba.database_maintenance import * File "/home/richard/.virtualenvs/nisaba/lib/python3.8/site-packages/nisaba/database_maintenance.py", line 10, in from tkinter import END ModuleNotFoundError: No module named 'tkinter'

mhbeals commented 3 years ago

@atiro Pip Install has been updated this week. Could you try again and let me know if the missing dependency issue remains? It seems to work outside virtual environments so I want to narrow the variables before I begin pursuing a definite fix. Many thanks for your interest!