Skip to content

Instantly share code, notes, and snippets.

@jschoch
Created August 16, 2019 03:10
Show Gist options
  • Save jschoch/8d9d8542991f5aabfd19e4ee16c284ae to your computer and use it in GitHub Desktop.
Save jschoch/8d9d8542991f5aabfd19e4ee16c284ae to your computer and use it in GitHub Desktop.
idf has won
make[1]: Leaving directory `/home/oldidf/esp-idf-v3.2.2/tools/kconfig'
GENCONFIG
The following Python requirements are not satisfied:
cryptography>=2.1.4
Please refer to the Get Started section of the ESP-IDF Programming Guide for setting up the required packages.
Alternatively, you can run "/usr/bin/python -m pip install --user -r /home/oldidf/esp-idf-v3.2.2/requirements.txt" for resolving the issue.
make: *** [check_python_dependencies] Error 1
oldidf@LAPTOP-AB698MBS:~/esp-idf-v3.2.2/examples/get-started/blink$ pip show cryptography
---
Name: cryptography
Version: 2.7
Location: /usr/local/lib/python2.7/dist-packages
Requires: asn1crypto, six, cffi, enum34, ipaddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment