You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install in linux, via https://dl.espressif.com/dl/package_esp32_index.json, but presented error "ImportError: No module named serial.tools.list_port" when compiling, after searching found issue # 350,
The fact is that it solved the problem, there is no error compiling.
I do not know what this does "python3 get.py", is it necessary?
So I think it might be interesting to upgrade the json system, and / or add the install add command, without having to download the packages that the IDE has already downloaded.
Using:
Xubuntu x64 18.10
Arduino IDE 1.8.9
Thank you.
The text was updated successfully, but these errors were encountered:
you do not need to download anything else but setup pip and pyserial. Linuxes are too different so we can not precompile the python into binary and expect it to work, therefore we kept it as python scripts.
Hi,
I tried to install in linux, via https://dl.espressif.com/dl/package_esp32_index.json, but presented error "ImportError: No module named serial.tools.list_port" when compiling, after searching found issue # 350,
#350:
This pip is not installed, so you need 'sudo apt-get install python-pip', but these packages are +/- 170MB.
So I canceled and I found the installation tutorial for linux on the main page of the project.
I was running the setup commands below, but upon realizing that I was downloading the esp32 package again, so, again, I canceled.
I canceled this part (using Ctrl+C):
The fact is that it solved the problem, there is no error compiling.
I do not know what this does "python3 get.py", is it necessary?
So I think it might be interesting to upgrade the json system, and / or add the install add command, without having to download the packages that the IDE has already downloaded.
Using:
Thank you.
The text was updated successfully, but these errors were encountered: