No module named paths while running the jupyter notebook
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
I have installed python in C:\Python38-32 this directory. I have installed pandas package using c:\python38-32\python.exe -m pip install pandas command and it installed successfully. But now in jupyter notebook when I enter import pandas as pd it is showing 'no module named pandas' error. Please help
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking which Python executable the notebook kernel uses and compare it with C:\Python38-32\python.exe, then test the pandas import in that kernel. Done means the reported notebook environment can import pandas, or the issue is redirected as an environment-support question.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, pandas, python
- Domain
- data, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100