question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipenv 2022.9.20 broken

See original GitHub issue

When I run: pipenv install --system --skip-lock it doesn’t install anything.

My Pipfile is:

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://aws:${CODEARTIFACT_AUTH_TOKEN}@data-engineering-XXXXXXXXXX.d.codeartifact.us-west-2.amazonaws.com/pypi/data_engineering/simple/"
verify_ssl = true
name = "data_engineering"

[packages]
"boxsdk[jwt]" = "==3.4.0"
my_utils = {version="==0.0.70", index="data_engineering"}

[dev-packages]

[requires]
python_version = "3"

If I use pipenv 2022.9.8 (the previous version), everything works fine.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:12

github_iconTop GitHub Comments

1reaction
JNKielmanncommented, Sep 21, 2022

I had a similar issue running: pipenv install --dev --skip-lock I can confirm that installing the patched version you mentioned fixed it for me.

1reaction
matteiuscommented, Sep 21, 2022

This seems to be a regression in the --skip-lock flag.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Release and Version History — pipenv 2022.12.20.dev0 ...
Solving issue where pipenv check command has been broken in the published wheel distribution. ... 2022.9.20 (2022-09-20); Pipenv 2022.9.20 (2022-09-20).
Read more >
pipenv Documentation - Read the Docs
Bug Fixes. • Solving issue where pipenv check command has been broken in the published wheel distribution. ... 3.6.36 Pipenv 2022.9.20 (2022-09-20).
Read more >
Frequently Encountered Pipenv Problems - Read the Docs
Here are some common questions people have using Pipenv. Please take a look below and see if they resolve your problem. Note. Make...
Read more >
Virtual Env created using pipenv cannot find the env/bin/python
In the process, I upgraded from python3.8 to pytohn3.10. This upgrade broke my virtual envs. Hence I am creating new virtual envs using...
Read more >
pipenv · PyPI
Pipenv : Python Development Workflow for Humans · You no longer need to use pip and virtualenv separately. They work together. · Managing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found