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

Missing compression methods that seemed to work previously #126

Open
tillea opened this issue Mar 28, 2023 · 1 comment
Open

Missing compression methods that seemed to work previously #126

tillea opened this issue Mar 28, 2023 · 1 comment

Comments

@tillea
Copy link

tillea commented Mar 28, 2023

Hi,
I intended to use snapista which is using snappy:

$ grep -R 'from snappy'
src/snapista/graph.py:from snappy import GPF
src/snapista/operatorparams.py:from snappy import GPF
src/snapista/operator.py:from snappy import GPF, jpy

but unfortunately neither GPF nor jpy are working:

$ 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 found some website mentioning even more compression methods (ProductIO and HashMap) which also do not work in version 0.6.1 which I tried (I also tried version 0.5.3 with same result). Am I missing something in my setup or is the code using snappy in this way outdated?

Kind regards, Andreas.

@martindurant
Copy link
Member

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.

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

2 participants