$ python -m pip install --user -r $IDF_PATH/requirements.txt Traceback (most recent call last): File "C:/msys32/mingw32/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "C:/msys32/mingw32/lib/python2.7/runpy.py", line 111, in _get_module_details __import__(mod_name) # Do not catch exceptions initializing package File "C:/msys32/mingw32/lib/python2.7/site-packages/pip/__init__.py", line 21, in <module> from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning File "C:/msys32/mingw32/lib/python2.7/site-packages/pip/_vendor/requests/__init__.py", line 62, in <module> from .packages.urllib3.exceptions import DependencyWarning File "C:/msys32/mingw32/lib/python2.7/site-packages/pip/_vendor/requests/packages/__init__.py", line 29, in <module> import urllib3 ImportError: No module named urllib3
Hello,
- when does that error happen?
- What exactly are you tying to do?
- Which Windows version are you using?
Regards,
Rui
Error is the python issues, i could not able to get the menoconfig dialog box.
I am trying to use ESP-IDF and tool chain for ESP32-EYE
Windows 10, x64 based processor
I think error that you’ve mentioned happens in Windows based systems… For programming ESP-IDF I recommend using Linux (Ubuntu for example).
I dont have linux PC, i am not comfortable with linux commands, Can you help for windows
I am not using plotform IO, I wanted to develop the programs using eclipse . for that i need to configure the ESP-IDF.
I’ve only used the ESP-IDF on Linux using Eclipse. I highly recommend trying PlatformIO for Atom or VS Code… Unfortunately I’ve never encountered that error and I couldn’t find a solution for you…
I dont aware of pltform IO, i want to use ESP-IDF with eclipse , similar to linux in windows.
The error related to python, as you know micro python, and python script it is for you to figure out what is this error is?
As I can’t replicate that error on my computer, it’s almost impossible to give you a solution without actually trying. I assume that you try this:
pip install urllib3
or (depending in your python version);
pip3 install urllib3
Platform IO + Atom IDE is the best setup to program ESP32 with ESP-IDF. As I said I don’t recommend using Eclipse on Windows.