-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idf.py build can't find pyparsing, but pip says it is there. (Fedora 37, esp-idf5.1_ py3.11) (IDFGH-8540) #9993
Comments
BTW, upgrading from F36 to F37 added idf5.1_py3.11_env to .espressif_env after I reran install-python-env. I was running idf5.1_py3.10_env with F36. |
Hi @linuxguy123. Could you please remove Please use |
Please also share the output of the install and export scripts if the issue is not solved. |
Thanks for the reply. I'll do this in a bit and get back to you. |
No joy. Output as requested. $ ./install.sh
. ./export.sh . ./export.sh
idf.py build When I go to my project directory, I have to run export.sh there. This is what happens. $ source /home/me/Development/esp/esp-idf/export.sh
idf.py build $ idf.py build |
What I've noticed that So I guess the upgrade of the Python system had some issue. What is the output of |
Please also run |
It did after following your instructions. If you look at my original post, was trying to use 3.11
$ which python $ which python3
I don't believe so.
Nope |
BINGO. This fixed it. It works now. It built successfully. Thank you for your help. |
Thanks for sharing the updates, feel free to reopen. |
Answers checklist.
IDF version.
v5.1-dev
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
No response
What is the expected behavior?
I upgraded my dev machine from F36 to F37 yesterday. Today I can't build my project.
More Information.
No response
The text was updated successfully, but these errors were encountered: