No module named 'neptune'
qinhui99 opened this issue · 2 comments
qinhui99 commented
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 ?
jakubczakon commented
Perheps you could upgrade neptune-cli
with:
pip3 install neptune-cli --upgrade
qinhui99 commented
It works. Thanks.