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

Pickle error when using Python 3.7 #11

Open
matt6697 opened this issue Sep 20, 2024 · 1 comment
Open

Pickle error when using Python 3.7 #11

matt6697 opened this issue Sep 20, 2024 · 1 comment

Comments

@matt6697
Copy link

When using geoip2fast in a Python 3.7 environment (old Centos 7 virtual machine), I'm experiencing the following error :

Failed to pickle the data file /.../python3.7/site-packages/geoip2fast/geoip2fast.dat.gz unsupported pickle protocol: 5

Is geoip2fast really compatible with Python 3.7 as stated on https://pypi.org/project/geoip2fast/ ?

@ValeryKV
Copy link

ValeryKV commented Dec 25, 2024

I run pip install pickle5, then import pickle5 as pickle. I use python3.6.

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