Skip to content

pyqtgraph.python2_3 no longer exists #157

@sapols

Description

@sapols

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions