2

Similar questions as this. But my error reports
ModuleNotFoundError: No module named 'fastparquet'
When I run conda list under the same virtual environment, I get enter image description here
However, I'm able to import fastparquet when I'm in the interactive dialogue in "cmd" prompt by calling python directly. (See below) enter image description here

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Max Wong
  • 694
  • 10
  • 18
  • 1
    Which python interpreter is conda and jupyter using? – OneCricketeer Dec 25 '19 at 05:58
  • I used ```import platform; platform.python_implementation()``` and it returns ```'CPython'``` – Max Wong Dec 25 '19 at 06:25
  • That doesn't quite answer the question. Which path on your system does that point to? You're using windows, so did you somehow install both python and Anaconda separately? – OneCricketeer Dec 25 '19 at 13:25
  • Yes. I installed python and Anaconda separately. I had installed python before I installed Anaconda. When I execute ```where python``` on my cmd prompt, I get
    ```C:\ProgramData\Anaconda3\python.exe```
    ```C:\Users\\AppData\Local\Programs\Python\Python37-32\python.exe```
    – Max Wong Dec 25 '19 at 15:35
  • And which one of those is jupyter using? – OneCricketeer Dec 25 '19 at 23:46
  • In jupyter notebook, after I execute ```import sys; print(sys.executable)```. I get ```C:\ProgramData\Anaconda3\python.exe```. So, I think it's ```C:\ProgramData\Anaconda3\python.exe```? Thanks – Max Wong Dec 26 '19 at 02:06

0 Answers0