- [/pip3 install esptool]
- MacBook Pro (intel) Ventura 13.1 Python 3.11
- This command (pip3 install esptool) will install the esptools in this directory: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (4.4)
- However when I open Terminal and issue this command to run esptool: python3 esptool -h
- I see the following error:
- /Library/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python: can't open file '/Applications/Python 3.11/esptool': [Errno 2] No such file or directory
- Any ideas on a work around for this?
The PIP3 install directory is different than the Python 3 directory.
The PIP3 install directory is different than the Python 3 directory.
- ESP_Roland
- Posts: 265
- Joined: Tue Oct 09, 2018 10:28 am
Re: The PIP3 install directory is different than the Python 3 directory.
I think you ment to run:
Code: Select all
python3 -m esptool -h
Who is online
Users browsing this forum: Bing [Bot] and 112 guests