#🔒 need help installing a module

12 messages · Page 1 of 1 (latest)

vestal steeple
#

i have an assignment where i need to install a module but when i try to install it is say that it's already installed but when i go to jupyter it say it's not able to find it what should i do ?

stoic edgeBOT
#

@vestal steeple

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

clear leaf
#

Modify that jupyter cell, brefore the imports, to add:

import sys
print('sys.path:', sys.path)

See if that site-packages is in the path list.

#

If you can tell jupyter to use a particular Python, check that it's using the one from /opt/miniconda3

clear leaf
#

I don't know. There's a few different jupyter clients, and I don't use Jupyter myself.

#

Check the sys.path first. That will provide information.

lost chasm
#

classic problem with lots of resources online to fix it

vestal steeple
#

!close

stoic edgeBOT
#
Python help channel closed with !close

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.