I want to remove Python's Unresolved Import Warning with vsCode

Unresolved Import Warning appears in my Python class module with vscode


I referred to the following, but could not solve it. https://blog.mrym.tv/2019/08/vscode-python-unresolved-import/

Just in case,

  1. Add .env file
  2. Add PYTHONPATH = codefolder to the contents of .env
  3. There is a path in settings.json
  4. "python.pythonPath": "rootPath\Python\Python36\python.exe"
  5. "python.envFile": "${workspaceFolder}/.env"

After fixing the following on the English site, Warning disappeared.

In vscode settings.json Set python.jediEnabled = false to true.

https://medium.com/@syarif.secondchance/vs-code-python-unresolved-import-warning-ea9bba3fa9af


that's all

Recommended Posts

I want to remove Python's Unresolved Import Warning with vsCode
#Unresolved I want to compile gobject-introspection with Python3
I want to do ○○ with Pandas
I want to debug with Python
I want to terminate python's multiprocessing Pool with ctrl + c (KeyboardInterrupt)
I want to use a wildcard that I want to shell with Python remove
I want to detect objects with OpenCV
I want to blog with Jupyter Notebook
I want to pip install with PythonAnywhere
I want to analyze logs with Python
I want to play with aws with python
I want to use MATLAB feval with python
I want to analyze songs with Spotify API 2
I want to mock datetime.datetime.now () even with pytest!
I want to display multiple images with matplotlib.
I want to knock 100 data sciences with Colaboratory
I want to make a game with Python
I want to be an OREMO with setParam!
I want to analyze songs with Spotify API 1
I want to use Temporary Directory with Python2
I don't want to use -inf with np.log
I want to use ip vrf with SONiC
I want to solve APG4b with Python (Chapter 2)
I want to start over with Django's Migrate
I want to write to a file with Python
I want to convert an image to WebP with lollipop
I want to detect unauthorized login to facebook with Jubatus (1)
I want to transition with a button in flask
I want to handle optimization with python and cplex
I want to climb a mountain with reinforcement learning
I want to inherit to the back with python dataclass
I want to work with a robot in python.
I want to split a character string with hiragana
I want to AWS Lambda with Python on Mac!
I want to manually create a legend with matplotlib
[TensorFlow] I want to process windows with Ragged Tensor
[ML Ops] I want to do multi-project with Python
I want to run a quantum computer with Python
I want to bind a local variable with lambda
I want to tell people who want to import from a higher directory with Python direnv
I want to be able to analyze data with Python (Part 3)
I want to use R functions easily with ipython notebook
I want to specify another version of Python with pyvenv
I want to be able to analyze data with Python (Part 1)
I want to make a blog editor with django admin
I want to start a jupyter environment with one command
[NetworkX] I want to search for nodes with specific attributes
I want to make a click macro with pyautogui (desire)
I want to change the Japanese flag to the Palau flag with Numpy
I want to be able to analyze data with Python (Part 4)
I want to solve Sudoku (Sudoku)
I want to color black-and-white photos of memories with GAN
I want to be able to analyze data with Python (Part 2)
I want to automatically attend online classes with Python + Selenium!
I want to make a click macro with pyautogui (outlook)
[Python] I want to use the -h option with argparse
I want to use a virtual environment with jupyter notebook!
I want to install a package from requirements.txt with poetry
[Visualization] I want to draw a beautiful graph with Plotly
I want to import Google Keep memos into Bear (memo app)
I want to know the weather with LINE bot feat.Heroku + Python