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==2018.11.26' distribution was not found

See original GitHub issue

Hello,

I used pipenv to create python virtual environments but it is not working anymore. When I run pipenv --version it outputs the message below. I uninstalled it already and installed a clean version with homebrew but nothing has changed. Do we know how to solve this issue?

Traceback (most recent call last):
  File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/bin/pipenv", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3191, in <module>
    @_call_aside
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3175, in _call_aside
    f(*args, **kwargs)
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3204, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/Users/joana.pinto/.pyenv/versions/3.7.4/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pipenv==2018.11.26' distribution was not found and is required by the application

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

30reactions
hanpetercommented, Nov 13, 2019

@joanap, I run into the same issue every now and then. Never got a chance to dig deep in to why this is happening. Every time I ran into this error, I find $ brew reinstall pipenv fixes the issue. You can probably try that to unblock yourself.

I am not exactly sure whether this is Pipenv’s issue or Homebrew’s.

4reactions
AlJohricommented, Nov 19, 2019

I think this is the same as https://github.com/pypa/pipenv/issues/4013

Read more comments on GitHub >

github_iconTop Results From Across the Web

pipenv-2018.11.26 can't be installed using pip due to ...
Could not find a version that satisfies the requirement setuptools (from versions: ) No matching distribution found for setuptools.
Read more >
717824 – dev-python/pipenv-2018.11.26 : ERROR
Bug 717824 - dev-python/pipenv-2018.11.26 : ERROR: Could not find a ... versions: none) ERROR: No matching distribution found for invoke ...
Read more >
pipenv Documentation - Read the Docs
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the. Python...
Read more >
Release and Version History — pipenv 2022.12.20.dev0 ...
Fix regression: pipenv does not sync indexes to lockfile. ... Solving issue where pipenv check command has been broken in the published wheel...
Read more >
pipenv Documentation
A virtualenv will automatically be created, when one doesn't exist. • When no parameters are passed to install, all packages [packages] ...
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