I'm trying to install stream package with pip install stream_django
which has pycrypto dependency. So while installing pycrypto dependecy it returns me RuntimeError: autoconf error
error.
How can i install pycrypto on ubuntu 14.04 with python3
Asked
Active
Viewed 463 times
0

BHushan Rathod
- 21
- 4
-
What has django-rest-framework to do with that ? – Linovia Nov 29 '17 at 15:37
-
Thought someone might need that tag... Coz I'm just working with django-rest. – BHushan Rathod Nov 30 '17 at 19:06
1 Answers
0
I had a other error with pycrypto, so I used pycryptodome. It basicly is the same. You can install it by typing:
pip install pycryptodome

S. Backlayn
- 1,343
- 1
- 9
- 11