forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster
Description
- VSCode Version: 1.43.2
- OS Version: Windows 10
Steps to Reproduce:
- In Anaconda do a pip install pyqtgraph
- open visual studio code, change the python environment to anaconda
- try running the following code
import pyqtgraph as pg
pg.mkQApp()
from PyQt5 import QtGui, QtCore, QtWidgets, uic
ImportError: DLL load failed: The specified module could not be found.
That code has no issues when running python from Anaconda terminal
I have python extension, that's about it.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from poster