Search found 21 matches
- Sat Dec 07, 2019 11:12 pm
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF Mac OS
- Replies: 9
- Views: 12072
Re: Errors installing ESP-IDF Mac OS
Glad you got it working.
- Sat Dec 07, 2019 2:19 am
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF Mac OS
- Replies: 9
- Views: 12072
Re: Errors installing ESP-IDF Mac OS
I just noticed that your pip is super old (I think). https://pypi.org/project/pip/ says that current version is 19.3.1 Try upgrading it pip install -U pip Then rerun the install. no-warn-script-location is a valid flag so maybe your version of pip is too old to have it? Edit: If you run into trouble...
- Fri Dec 06, 2019 11:08 pm
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF Mac OS
- Replies: 9
- Views: 12072
Re: Errors installing ESP-IDF Mac OS
No problem, I very well how rough it can be to navigate Espressif software lol. Did you make sure to follow all the steps in https://docs.espressif.com/projects/esp ... setup.html as well?
- Fri Dec 06, 2019 4:27 am
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF Mac OS
- Replies: 9
- Views: 12072
Re: Errors installing ESP-IDF Mac OS
I've had to do this a few times on different macs and linux distros so I've seen a lot of errors but don't remember this one. Can you send me the link to the exact getting started guide? v4 just came out which is under latest but it's easy to accidentally read an older one or follow the make guide w...
- Thu Dec 05, 2019 8:26 pm
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF Mac OS
- Replies: 9
- Views: 12072
Re: Errors installing ESP-IDF Mac OS
Can you give a little more info on the steps you've taken before this and where you're at. I'm assuming you just ran the install.sh script, but what other steps have you followed so far?
- Tue Nov 26, 2019 7:41 pm
- Forum: General Discussion
- Topic: Third party IDF components list
- Replies: 6
- Views: 14113
Re: Third party IDF components list
I know this is an old thread but it's the first that pops up on google. Has anyone found a good package manager for ESP? I'm wondering if it'd be good (at least for my team) to have a package manager for faster dev. I was looking at conan (C/C++ package manager) and thinking I could use that to crea...
- Fri Nov 22, 2019 8:22 am
- Forum: ESP-IDF
- Topic: When I change the prefix in the BLE manager example it doesn't work
- Replies: 1
- Views: 3039
When I change the prefix in the BLE manager example it doesn't work
So I've been working with the BLE provisioning stuff for a while and have it working. But a recurring thing is when I change the PROV_ prefix to anything else it doesn't work for a while. I'll change that prefix to something else and it doesn't update. The example provisioing apps or command line to...
- Fri Nov 22, 2019 4:48 am
- Forum: ESP-IDF
- Topic: Python tools fail with "ImportError: No module named IDF"
- Replies: 9
- Views: 15733
Re: Python tools fail with "ImportError: No module named IDF"
Hi, I have the least problem running example_test.py pablo @ pablo-notbuk ~ / esp32 / workspace / websocket $ python example_test.py Traceback (most recent call last): File "example_test.py", line 4, in <module> import IDF ImportError: No module named IDF I have executed in terminal: expo...
- Fri Nov 22, 2019 4:40 am
- Forum: ESP-IDF
- Topic: Python tools fail with "ImportError: No module named IDF"
- Replies: 9
- Views: 15733
Re: Python tools fail with "ImportError: No module named IDF"
Hey, sorry I didn't respond sooner. Don't know how to get email notifications on this forum yet. I made the change on my fork. https://github.com/YeetBox/esp-idf/blob/master/examples/system/ota/simple_ota_example/example_test.py#L22 Edit: Just realized you got a different error. But you'll get that ...
- Wed Nov 20, 2019 5:12 am
- Forum: ESP-IDF
- Topic: Python tools fail with "ImportError: No module named IDF"
- Replies: 9
- Views: 15733
Re: Python tools fail with "ImportError: No module named IDF"
Cool. I'll try to make a note to create pull requests to fix those issues and add it to the appropriate documentation.