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

Failed to create symbolic link error #197

Open
korynorthrop opened this issue Apr 5, 2021 · 1 comment
Open

Failed to create symbolic link error #197

korynorthrop opened this issue Apr 5, 2021 · 1 comment

Comments

@korynorthrop
Copy link

I am trying to utilize this xblock-sdk and am installing it via Docker as explained in the readme file. However, when I run make docker_build I get the following error:

> [5/6] RUN ln -s /usr/bin/python3.8 /usr/bin/python &&     /usr/bin/python3 -m pip install --upgrade pip &&     pip install -r /usr/local/src/xblock-sdk/requirements/dev.txt:
#9 0.695 ln: failed to create symbolic link '/usr/bin/python': File exists
------
executor failed running [/bin/sh -c ln -s /usr/bin/python3.8 /usr/bin/python &&     /usr/bin/python3 -m pip install --upgrade pip &&     pip install -r /usr/local/src/xblock-sdk/requirements/dev.txt]: exit code: 1
ERROR: Service 'xblock_sdk' failed to build
make: *** [docker_build] Error 1

I interpret that error to mean that Python already exists, which seems like a good thing. How do I rectify this issue?

@Arti3DPlayer
Copy link

+1

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