-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
On line 6 of AxisItem.py you are importing:
from pyqtgraph.python2_3 import asUnicode
but pyqtgraph.python2_3 no longer exists in the current version of pyqtgraph (0.12.3). Since your requirements.txt specifies pyqtgraph >= 0.11.1, a normal import of pytplot now fails because dependency resolution will simply get the latest pyqtgraph and python2_3.py won't exist in it.
Either requirements.txt should be changed to specify a pyqtgraph version lower than 0.12.3 or AxisItem should be changed to not require pyqtgraph.python2_3. The latter is probably preferable since everyone's dropping Python 2 support.
Metadata
Metadata
Assignees
Labels
No labels