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
I have succeeded in installing SMAC and StarCraft2 but when running bash build.sh it appears: `
[ 9/21] RUN pip3 install numpy scipy pyyaml matplotlib: #12 0.352 Traceback (most recent call last): #12 0.352 File "/usr/local/bin/pip3", line 7, in #12 0.352 from pip._internal.cli.main import main #12 0.352 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 57 #12 0.352 sys.stderr.write(f"ERROR: {exc}") #12 0.352 ^ #12 0.352 SyntaxError: invalid syntax
`
The text was updated successfully, but these errors were encountered:
Plus, I run this code in MacBook air (M1) and vscode 1.60.0. Thanks for your help!
Sorry, something went wrong.
I'm also having this same issue
EDIT: I have fixed this particular error by changing the Dockerfile line
RUN pip3 install --upgrade pip to RUN pip3 install --upgrade "pip < 21.0"
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade "pip < 21.0"
No branches or pull requests
I have succeeded in installing SMAC and StarCraft2 but when running bash build.sh it appears:
`
`
The text was updated successfully, but these errors were encountered: