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

MemoryError #82

Closed
FilimonovAP81 opened this issue Feb 17, 2018 · 1 comment
Closed

MemoryError #82

FilimonovAP81 opened this issue Feb 17, 2018 · 1 comment

Comments

@FilimonovAP81
Copy link

Hello,

I have MemoryError message then I try to import your lib.

Do you know potential problem places?

I use python 2.7.10 and djangorestframework 3.3.2 and last release of your library.
Result is:

Exception Type: MemoryError
/usr/lib64/python2.7/ctypes/__init__.py in _reset_cache, line 279

@FilimonovAP81
Copy link
Author

I have already fixed it. The problem in cryptography library. If I understand this correctly, same of them wrote on C. And problem in the /usr/lib64/python2.7/ctypes/init.py in _reset_cache, line 279 happend then python try to work with C libs. May be I am mistake but any way I uninstalled cryptography library and all works fine now.

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