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 load paths: /bin/sh: 1: /root/.local/share/virtualenvs/src-iJ1xCYIx/bin/python: not found #23

Closed
JonathanAquino-NextRoll opened this issue Sep 17, 2021 · 3 comments · Fixed by #24

Comments

@JonathanAquino-NextRoll

When I run this action, I see the following error in the log:

  Step 8/12 : RUN PIP_USER=1 PIP_IGNORE_INSTALLED=1 pipenv install --system --deploy --ignore-pipfile
   ---> Running in 296166cff1ec
  Installing dependencies from Pipfile.lock (cdebd1)…
  Failed to load paths: /bin/sh: 1: /root/.local/share/virtualenvs/src-iJ1xCYIx/bin/python: not found
  
  Output: 
  Failed to load paths: /bin/sh: 1: /root/.local/share/virtualenvs/src-iJ1xCYIx/bin/python: not found
  
  Output: 
  Failed to load paths: /bin/sh: 1: /root/.local/share/virtualenvs/src-iJ1xCYIx/bin/python: not found
  
  Output: 
  Removing intermediate container 296166cff1ec
   ---> 8a1e87250567
  Step 9/12 : FROM base

The action seems to work, but this error is worrying. What causes it?

@JonathanAquino-NextRoll
Copy link
Author

Possibly related: pypa/pipenv#4220

I found that by googling for iJ1xCYIx.

@JonathanAquino-NextRoll
Copy link
Author

The error goes away if I use pipenv==2020.8.13. See pypa/pipenv#4220 (comment)

JonathanAquino pushed a commit to JonathanAquino/branch-protection-bot that referenced this issue Sep 17, 2021
@JonathanAquino-NextRoll
Copy link
Author

Thank you!

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

Successfully merging a pull request may close this issue.

1 participant