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

Error on make build-all #259

Closed
gamename opened this issue Jan 12, 2024 · 1 comment
Closed

Error on make build-all #259

gamename opened this issue Jan 12, 2024 · 1 comment

Comments

@gamename
Copy link

Hi,

I'm getting this when I try to build the examples:

/bin/sh: --python=python3: command not found
make: *** [setup-virtualenv] Error 127

Any ideas?

I'm using zsh on MacOS 14.2.1 (23C71)

@darkb0ts
Copy link

darkb0ts commented Mar 15, 2024

Check Python Installation like this python3 --version and Use Virtual Environment (Recommended):

It's recommended to use a virtual environment to isolate project dependencies. This prevents conflicts with other Python installations on your system.
Tools like venv or virtualenv can be used to create virtual environments. Here's an example using venv:
Bash
python3 -m venv my_env # Create a virtual environment named "my_env"
source my_env/bin/activate # Activate the virtual environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants