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 [ 9/21] RUN pip3 install numpy scipy pyyaml #118

Open
Kallin199 opened this issue Sep 6, 2021 · 2 comments
Open

=> ERROR [ 9/21] RUN pip3 install numpy scipy pyyaml #118

Kallin199 opened this issue Sep 6, 2021 · 2 comments

Comments

@Kallin199
Copy link

Kallin199 commented Sep 6, 2021

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


`

@Kallin199
Copy link
Author

Kallin199 commented Sep 6, 2021

Plus, I run this code in MacBook air (M1) and vscode 1.60.0. Thanks for your help!

@Kallin199 Kallin199 changed the title No module named 'smac' => ERROR [ 9/21] RUN pip3 install numpy scipy pyyaml Sep 6, 2021
@keenlooks
Copy link

keenlooks commented Sep 14, 2021

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"

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