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

Snappy does not have compression methods GPF and jpy #21

Open
tillea opened this issue Mar 29, 2023 · 0 comments
Open

Snappy does not have compression methods GPF and jpy #21

tillea opened this issue Mar 29, 2023 · 0 comments

Comments

@tillea
Copy link

tillea commented Mar 29, 2023

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.

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