0

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

1 Answers1

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