ModuleNotFoundError: No module named 'deepsense'
enjoysport2022 opened this issue · 9 comments
There are two things that will make the processing of your issue faster:
- Make sure that you are using the latest version of the code,
- In case of bug issue, it would be nice to provide more technical details such like execution command, error message or script that reproduces your bug.
Thanks!
Kamil & Jakub,
core contributors to the minerva.ml
Hi @poteman,
Please install requirements first: pip3 install -r requirements.txt
or pip3 install neptune-cli
.
This will solve your problem 😄
Hi @kamil-kaczmarek , I hv installed all the requirements, but there is still no 'deepsense', is there something missing?
I do not get this error when running on my machine, but DO get it when running on AWS. Oddly after I install the requirements, some of them are still not available when I do a
pip freeze
on the AWS machine. ??
Hi @KunlinY,
Please make sure that you did pip3 install neptune-cli
-> this installs deepsense 😃 Note, that we only support Linux machines at this point.
Please let me know if it helps
Cheers,
Kamil
Hi @PinkhamCreeker, interesting 🤔...
I didn't observe anything like this. Are you sure that on your AWS you have python3.5
and ran: pip3 install neptune-cli
? You need to have all Python packages installed on your AWS machine to run this code.
Two actions for you:
- Please let me know if the above holds true.
- Paste your python version, machine details and
pip freeze
output in your comment here.
Best,
Kamil
Thank you for your response!
It is working now. Part of the problem is that I am a noob at Python.
What got it going was I had to use pip instead of pip3 to make the installations. Not sure why, maybe something to do with the AMI I chose.
Also, thanks for your very interesting work!
Thanks for the great platform!
@kamil-kaczmarek
I tend to stuck at uninstall 'psutil', after I used "pip3 install -r requirements.txt"
Installing collected packages: psutil, neptune-cli, numpy, pandas, ipython, steppy, steppy-toolkit, category-encoders, lightgbm
Found existing installation: psutil 5.2.2
And manually remove psutil seems not working..
Since the competition is now closed on Kaggle, I'm closing this as well :)