Skip to content
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

Closed
bitcoinmeetups opened this issue Jun 27, 2023 · 8 comments
Closed

No such file or directory source issue #4814

bitcoinmeetups opened this issue Jun 27, 2023 · 8 comments
Labels

Comments

@bitcoinmeetups
Copy link

bitcoinmeetups commented Jun 27, 2023

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.

@thedreamakeem
Copy link

try this export PYTHONPATH=$PYTHONPATH:~/path/to/python

@thedreamakeem
Copy link

macOS reinstall python: brew install python3 && cp /usr/local/bin/python3 /usr/local/bin/python

@thedreamakeem
Copy link

brew link python@3.11
brew link --overwrite python@3.11

@bitcoinmeetups
Copy link
Author

Update: This is Linux, not mac.

@bitcoinmeetups
Copy link
Author

try this export PYTHONPATH=$PYTHONPATH:~/path/to/python

Tried it, didn't work, same output.

@thedreamakeem
Copy link

try this export PYTHONPATH=$PYTHONPATH:~/path/to/python

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

@collijk collijk mentioned this issue Jul 17, 2023
26 tasks
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

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.

@github-actions github-actions bot added the Stale label Sep 6, 2023
@github-actions
Copy link
Contributor

This issue was closed automatically because it has been stale for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants