Skip to content

pyqtgraph dll load failed in visual studio code #10786

@pjuangph

Description

@pjuangph
  • VSCode Version: 1.43.2
  • OS Version: Windows 10

Steps to Reproduce:

  1. In Anaconda do a pip install pyqtgraph
  2. open visual studio code, change the python environment to anaconda
  3. 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 buginfo-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions