CosmiQ / solaris

CosmiQ Works Geospatial Machine Learning Analysis Toolkit
https://solaris.readthedocs.io
Apache License 2.0
411 stars 112 forks source link

Installed Solaris, still getting ModuleNotFound Error #423

Open wish2023 opened 3 years ago

wish2023 commented 3 years ago

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 3 years ago

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!