VSCode не разрешает установленные зависимости PythonPython

Программы на Python
Гость
VSCode не разрешает установленные зависимости Python

Сообщение Гость »


У меня есть project for which I have activated a

Код: Выделить всё

virtualenv
and installed everything in

Код: Выделить всё

requirements.txt
.
This has been done manually through

Код: Выделить всё

python -m venv /path/to/new/virtual/environment
and

Код: Выделить всё

pip install -r requirements.txt
However the VSCode fails to resolve the additional dependencies (and marks the corresponding imported libraries with a squiggled line as per the screenshot below)
Is there something additional that needs to be configured on VSCode level to make this work?
Изображение



Источник: https://stackoverflow.com/questions/781 ... pendencies

Вернуться в «Python»