We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Tested on 0.2.0 and confirmed this behavior.
Sorry, something went wrong.
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
Gemmer has to revert to pyvsystems 0.1.0 for now until fix is available.
No branches or pull requests
Not sure why could do:
But the exception module is supposedly:
Importing as former gets no complaint but try block would not catch the said exception.
The text was updated successfully, but these errors were encountered: