#🔒 need help installing a module
12 messages · Page 1 of 1 (latest)
@vestal steeple
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.
Check that jupyter is using the same python. The install location is shown here:
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
how do i check it ?
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.
classic problem with lots of resources online to fix it
!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.