Installed Solaris, still getting ModuleNotFound Error
wish2023 opened this issue · 1 comments
wish2023 commented
I have installed Solaris, when I run pip install solaris
I get
Requirement already satisfied: future in ./opt/anaconda3/lib/python3.8/site-packages (from torch>=1.3.1->solaris) (0.18.2)
But, in my python code, I still get ModuleNotFoundError: No module named 'solaris'
Elhamahm commented
Assuming that you are using Jupyter Notebook environment for importing solaris, be sure that in the place that your Jupyter Notebook has been placed, the solaris folder exists. In other words, it should find the solaris folder!