We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: