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

python3: setuptools is not detected #32

Open
shmuelfomberg opened this issue Jul 23, 2024 · 0 comments
Open

python3: setuptools is not detected #32

shmuelfomberg opened this issue Jul 23, 2024 · 0 comments

Comments

@shmuelfomberg
Copy link

from running the build_unicorn_support.sh:
[-] Error: Python setup-tools not found. Run 'sudo apt-get install python-setuptools'.

but python3 and setuptools are installed:
python -c "import sys; import setuptools; print(setuptools.version.version)"
59.6.0

commenting out the check inside build_unicorn_support, and the install works.

environment: wsl, ubuntu, python3

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

1 participant