neptune-ai/open-solution-salt-identification

No module named 'neptune'

qinhui99 opened this issue · 2 comments

Firstly I run "pip install -r requirements.txt". Then I try to run "python main.py", but got a error "No module named 'neptune'". Did I miss something important ?

Perheps you could upgrade neptune-cli with:

pip3 install neptune-cli --upgrade

It works. Thanks.