Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phatom pyvsystems.error module #22

Open
sunnyking opened this issue Dec 11, 2020 · 3 comments
Open

Phatom pyvsystems.error module #22

sunnyking opened this issue Dec 11, 2020 · 3 comments

Comments

@sunnyking
Copy link
Member

sunnyking commented Dec 11, 2020

Not sure why could do:

from pyvsystems.error import InvalidAddressException

But the exception module is supposedly:

from pyvsystems.errors import InvalidAddressException

Importing as former gets no complaint but try block would not catch the said exception.

@sunnyking
Copy link
Member Author

Tested on 0.2.0 and confirmed this behavior.

@sunnyking
Copy link
Member Author

This problem appears more serious than I thought.
On android, gemmer crashes with

ModuleNotFoundError: No module named 'pyvsystems.errors'

In ubuntu pipenv, the pyvsystems package 0.2.0 has both error.py and errors.py

@sunnyking
Copy link
Member Author

Gemmer has to revert to pyvsystems 0.1.0 for now until fix is available.

@sunnyking sunnyking changed the title Phatom pyvsystems.error component Phatom pyvsystems.error module Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant