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 installed using Linuxbrew doesn't work anymore

See original GitHub issue

Issue description

Since last updating pipenv through Homebrew for Linux, I get the following error each time I try to use it:

/home/linuxbrew/.linuxbrew/Cellar/pipenv/2018.11.26_4/libexec/bin/python3.8: error while loading shared libraries: libpython3.8.so.1.0: cannot open shared object file: No such file or directory

Expected result

I would expect pipenv to run normally.

Actual result

The only thing I get is the error above.

Steps to replicate

Update pipenv through $ brew update; brew upgrade. Next time I try to run pipenv it gives me the error above.

Even $ pipenv --support fails so I have nothing to add.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
tselacommented, Jun 2, 2020

Yes, I’ve noticed it too when I did a brew update && brew upgrade this morning. My experience from last time is that they usually notice such issues at Homebrew within a day, and push an update that solve them quickly. But it’s annoying. I think it might make more sense to create an issue over at the Linuxbrew-core repo, but their requirements to fill in an issue are so complex I actually decided to wait it out for now. Feel free to create an issue there if you have the energy!

0reactions
matteiuscommented, Aug 21, 2022

Homebrew/linuxbrew-core repository is marked read only. This issue feels outdated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Pipenv: Command Not Found - Stack Overflow
For example, brew install pipenv works nicely on macOS. If your package manager doesn't happen to have pipenv in its catalog, then pip...
Read more >
pipenv Documentation - Read the Docs
Installing pipenv via Homebrew or Linuxbrew will keep pipenv and all of its dependencies in an isolated virtual envi- ronment so it doesn't...
Read more >
Pipenv & Virtual Environments
Installing pipenv via Homebrew or Linuxbrew will keep pipenv and all of its dependencies in an isolated virtual environment so it doesn't interfere...
Read more >
Managing Python Environments and Dependencies Using ...
Even worse, a project may need a specific library at a specific version because newer versions don't work anymore, whereas another project ...
Read more >
Guide to Pipenv for Managing a Python Project's Packages ...
In this guide, we're going to walk through the Pipenv library and this is a very ... And now all of a sudden...
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