-
Notifications
You must be signed in to change notification settings - Fork 146
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
Simba install issue: No module named 'dtreeviz' #393
Comments
Thanks for reporting @bancroftg - if you run |
I ran the suggested code with the following result: And then tried to run simba: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
If you (i) uninstall it with |
When doing step (iii) I got this error message: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. Could this be part of the issue? |
I am not sure, but there seems to be some version clashes with other packages. If you createa new conda python 3.6 environment, and only go to step 6 (i.e., |
I get the same error with the 'dtreeviz' module |
what do you see if you do |
Name: pip |
I gave it a go and installed it and I couldn't recreate the error... What version of the Anaconda Navigator do you have? And, what exact version of python |
Python 3.6.13 |
one morequestion, what do you see with |
Name: Simba-UW-tf-dev |
You have all the same versions that I just installed 😬 Except I have anaconda navigator Can you show me a screengarb from when you type |
These are the steps I used to install simba through Anaconda: https://github.com/sgoldenlab/simba/blob/master/docs/anaconda_installation.md
This was the output when I attempted to run simba:
Traceback (most recent call last):
File "C:\Users\Eisch Lab.conda\envs\simba\lib\site-packages\simba\mixins\train_model_mixin.py", line 42, in
from dtreeviz.trees import dtreeviz, tree
ModuleNotFoundError: No module named 'dtreeviz'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Eisch Lab.conda\envs\simba\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\Eisch Lab.conda\envs\simba\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\Eisch Lab.conda\envs\simba\Scripts\simba.exe_main.py", line 4, in
File "C:\Users\Eisch Lab.conda\envs\simba\lib\site-packages\simba\SimBA.py", line 28, in
from simba.model.grid_search_rf import GridSearchRandomForestClassifier
File "C:\Users\Eisch Lab.conda\envs\simba\lib\site-packages\simba\model\grid_search_rf.py", line 11, in
from simba.mixins.train_model_mixin import TrainModelMixin
File "C:\Users\Eisch Lab.conda\envs\simba\lib\site-packages\simba\mixins\train_model_mixin.py", line 44, in
import dtreeviz
ModuleNotFoundError: No module named 'dtreeviz'
The text was updated successfully, but these errors were encountered: