I couldn't import the python module with VSCODE, but I could do it on jupyterlab, so I searched for the cause (2)

When I was searching the net for other information, it seems that there are multiple python environments It seems that VS CODE may select and execute an unintended python version.

So, I decided to check python on VSCODE. Open VSCODE, press shift + ctrl + p and press "select interpreter" Guru. Then.

VSCODE.png

Apparently there are anaconda python and unbranded python, and it seems that they have chosen anaconda-based pyhon so far. If you select the latest unbranded python3.8.1, you can safely use modules such as pyquery. The cause seems to have been the setting on VSCODE.

Recommended Posts

I couldn't import the python module with VSCODE, but I could do it on jupyterlab, so I searched for the cause (2)
I couldn't import the python module with VSCODE, but I could do it on juoyterlab, so I'm talking about finding the cause.
When I import my own module with VsCode, it says No name in module ... for some reason
I want to do it with Python lambda Django, but I will stop
I want to tweet on Twitter with Python, but I'm addicted to it
I customized it with Visual Studio Code (mainly for python), so I will summarize it
[Python] I searched for the longest Pokemon Shiritori
CUM_plot, which I often see at the manufacturing site, did not fall on the net, so I made it with python
I use python but I don't know the class well, so I will do a tutorial
I tried to scrape YouTube, but I can use the API, so don't do it.
[Memorandum] python + vscode + pipenv It's common, but it was a mess with warning, so a memorandum
I tried Python on Mac for the first time.
I tried python on heroku for the first time
Information for controlling the motor with Python on RaspberryPi
I was hooked for 2 minutes with the Python debugger pdb
Why can I use the module by importing with python?
I tried using the python module Kwant for quantum transport calculation
[Super basics of Python] I learned the basics of the basics, so I summarized it briefly.
Homework was a pain, so I do management accounting with Python
I made a segment tree with python, so I will introduce it
What should I do with the Python directory structure after all?
Every time I draw a graph with python, I check it, so I will summarize only the simplest usage
I couldn't install pypy3.6-7.3.1 on macOS + pyenv, but I could install pypy3.6-7.3.0. I felt the wind of pypy by the Monte Carlo method.