neptune-ai / neptune-tensorboard

Neptune - TensorBoard integration 🧩 Experiment tracking with advanced UI, collaborative features, and user access management.
https://docs.neptune.ai/integrations/tensorboard/
Apache License 2.0
13 stars 6 forks source link

No module named 'cli' #29

Closed afaq-ahmad closed 3 years ago

afaq-ahmad commented 4 years ago

File "C:\Users\afaq.ahmad.conda\envs\tf_gpu\Scripts\neptune-script.py", line 5, in from cli.main import main ModuleNotFoundError: No module named 'cli'

pitercl commented 4 years ago

Hi @afaq-ahmad , could you tell me a bit more about how this error can be reproduced?

afaq-ahmad commented 4 years ago

I am using anaconda in windows, in which tensorboard installed. I have installed Neptune tensorboard using this command pip install neptune-tensorboard

But when I run this command: neptune tensorboard this error appeared ModuleNotFoundError: No module named 'cli'

pitercl commented 4 years ago

Hi @afaq-ahmad! Thanks for this report. We'll take look and get back here with a resolution.

HubertJaworski commented 4 years ago

Hi @afaq-ahmad, We just released an updated version of neptune-contrib (0.3.10) with bumped requirements

Some time ago we cleaned-up neptune-client library and your error could have been caused by an older version of neptune-client.

Let us know if upgrading solved the problem for you

afaq-ahmad commented 4 years ago

I have installed neptune client 0.4.111 using pip as well anaconda forge, but still, the same error appearing.

HubertJaworski commented 4 years ago

We tracked down the issue to how we added neptune-client to conda distribution and fixed it. It should be working now