Closed karbak closed 3 years ago
It turns out I had a different Python 3.7.9 instance being picked up in my shell path (from the Conda installation) - switching to the Conda-installed 3.7.9 Python and correct virtualenv fixed this issue. Please feel free to close it - it may be worth re-iterating on the device provisioning page that the cryptography library from a non-Conda Python 3.7.9 installation doesn't seem to work for this process. Thanks, and apologies for the noise.
As long as your conda environment is activated, your "python" PATH variable should reference the conda Python 3.7.9 installation regardless of what your base system PATH point to.
Closing since we haven't had an update.
During manifest generation as part of the device provisioning process in the Blinky-Hello-World tutorial, the following command:
, errors out as follows:
This is on MacOS Catalina, running inside a Python 3.7.9 virtualenv, having followed all of the prerequisite steps.