Jump to content

Manually installing Python packages on the interpreter command line on the Python NM.


Mark123

Recommended Posts

Have a nice day,all

    I tried running the command "Python. exe - m pip install seaborn" from the interpreter command line on the Python NM via Whl file.

    It runs well on this server, but when running locally (offline environment), an error occurred that the seaborn package could not be found.

    Are there any other configurations that need to be done?

 

Link to comment
Share on other sites

Hi Mark,

With your command, you have equipped your server with the required package. But that only works from the web client.
When you want to use this package locally in offline mode, you miss that package in the Analyst client. You have to install the package from inside the Analyst via Tools->Python Tools:

image.png.b6612886908bb403411b90cb2ff5c30d.png

Once installed this way, you should be able to use it in the offline client as well.

Kind regards,

David

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...