Skip to content

No module named 'neptune'#

Error

ModuleNotFoundError: No module named 'neptune'

Issue: The Neptune client library is not installed on your system or in your environment.

Solution: Install the Neptune client library.

Upgrading with neptune-client already installed

Important: To smoothly upgrade to the 1.0 version of the Neptune client library, first uninstall the neptune-client library and then install neptune.

Step 1
pip uninstall neptune-client
Step 2
pip install neptune

Open a terminal and enter the following command:

pip install neptune
Where to enter the command
  • Linux: Command line
  • macOS: Terminal app
  • Windows: PowerShell or Command Prompt
  • Jupyter Notebook: In a cell, prefixed with an exclamation mark: ! your-command-here

Getting help