How to add Python modules to Spyder & Jupyter installed by brew #5718
Unanswered
cuga-rajal
asked this question in
Getting started
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I installed Spyder and Jupyter with brew in macOS 15.1, and both are working well. But I need to add some python modules to their environment, and my attempts to add modules using
return the "error: externally-managed-environment" message.
If I use pipx, as the error message suggests, the modules are installed in ~/.local and they don't get loaded by Spyder or Jupyter.
I would like to take the simplest approach (without problems) to install extra python modules into the environment that Jupyter and Spyder already use. Or, somehow get Spyder and Jupyter to load these modules on startup.
If the solution is to use
I don't know what to specify for the path that's used by Spyder and Jupyter. Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions