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
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/ ?
The text was updated successfully, but these errors were encountered:
I run pip install pickle5, then import pickle5 as pickle. I use python3.6.
pip install pickle5
import pickle5 as pickle
Sorry, something went wrong.
No branches or pull requests
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/ ?
The text was updated successfully, but these errors were encountered: