-
Notifications
You must be signed in to change notification settings - Fork 44.7k
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
No such file or directory source issue #4814
Comments
try this export PYTHONPATH=$PYTHONPATH:~/path/to/python |
macOS reinstall python: brew install python3 && cp /usr/local/bin/python3 /usr/local/bin/python |
brew link python@3.11 |
Update: This is Linux, not mac. |
Tried it, didn't work, same output. |
try finding a Linux equivalent for this command (macOS reinstall python: brew install python3 && cp /usr/local/bin/python3 /usr/local/bin/python) . Basically try reinstalling Python to those directories |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Hi,
I'm Mr. PeakP, a very friendly guy. Got some issue here:
4> export PATH="/usr/local/bin:$PATH"
4> sudo docker compose run --rm auto-gpt
[+] Building 0.0s (0/0)
[+] Building 0.0s (0/0)
exec /usr/local/bin/python: no such file or directory
4>
Any ideas? Python is already installed.
OS: Linux not mac.
The text was updated successfully, but these errors were encountered: