Yes its one of those horrible initial install problems inevitable when setting up a new dev env which every experienced used will be shaking their head at the posters stupidity.
I am installing esp idf as per the getting started guide on windows.
https://docs.espressif.com/projects/esp ... et-esp-idf
When running:
Code: Select all
python2 -m pip install --user -r $IDF_PATH/requirements.txt
Code: Select all
python2 -m pip uninstall -y setuptools
pacman -S mingw-w64-i686-python2-setuptools mingw-w64-i686-python2-cryptography
if I run
Code: Select all
python2 -m pip install pyelftools
Code: Select all
Collecting pyelftools
Using cached https://files.pythonhosted.org/packages/fa/9a/0674cb1725196568bdbca98304f2efb17368b57af1a4bb3fc772c026f474/pyelftools-0.25.tar.gz
0 [main] python2 765 child_info_fork::abort: address space needed by 'array.dll' (0x1E0000) is already occupied
ERROR: Error [Errno 11] Resource temporarily unavailable while executing command python setup.py egg_info
ERROR: Could not install packages due to an EnvironmentError: [Errno 11] Resource temporarily unavailable
Many Thanks
Tommy