You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've tried to build snapista forDebian but I was running into a build time test issue which boils down to:
$ python3
Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from snappy import GPF
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'GPF' from 'snappy' (/usr/lib/python3/dist-packages/snappy/__init__.py)
>>> from snappy import jpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name 'jpy' from 'snappy' (/usr/lib/python3/dist-packages/snappy/__init__.py)
I've reported this on snappy but they said: GPF and jpy don't sound like they have anything to do with this package, I don't think there have ever been things named like that.
Do you have any hint what to do to get GPF and jpy?
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered:
Hi,
I've tried to build snapista forDebian but I was running into a build time test issue which boils down to:
I've reported this on snappy but they said:
GPF and jpy don't sound like they have anything to do with this package, I don't think there have ever been things named like that.
Do you have any hint what to do to get GPF and jpy?
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered: