[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2022-05-04 Thread B AG
I notice earlier in this issue, people were mentioning "pkg- resources==0.0.0", whereas I'm seeing "pkg_resources==0.0.0". That's interesting. Also, this "pkg_resources==0.0.0" seems to show up specifically when installing a *different version* of pip -- not necessarily the *latest* version. Here

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2022-05-04 Thread B AG
This is an issue for me as well, on Pop_OS. I created a virtualenv from the python3 I got from `apt install python3`, using `-m venv`. Inside that virtualenv, `pip freeze` does not show `pkg_resources==0.0.0` until I upgrade pip (in my case, from `pip-20.0.2` to `pip-22.0.4`). $ uname -a Linux

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2021-03-25 Thread Malik Rumi
I can confirm with @szekowski that this is still a problem. It is why I am here today. requirements.txt made yesterday, 2021-03-24 on Python 3.8.5 Django 3.1.7 and Ubuntu 20.04.2 LTS inserts pkg-resources==0.0.0. Furthermore, I would like to point out, if someone just updates their requirements

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-08-13 Thread Steve Z
This bug is still active using python3-venv and 20.04 (Pop_OS). I am not using virtualenv, just native venv. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-07-18 Thread Eugenio La Cava
This still affect LTS 18.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To manage notifications about this bug go to:

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-06-23 Thread Paul White
@Tanushree, this bug has been closed as being fixed. I'm not sure why you would want to now assign it to yourself without a comment. If you still see an issue then you should open a new report and refer to this bug report in the new bug report's description. ** Changed in: python-pip (Ubuntu)

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-06-22 Thread Tanushree Patil
** Changed in: python-pip (Ubuntu) Assignee: (unassigned) => Tanushree Patil (tanushreepatil) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-05-22 Thread Scott Kitterman
Fixed in Focal/Groove. ** Changed in: python-pip (Ubuntu) Status: Confirmed => Fix Released ** Changed in: hundredpapercuts Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-04-20 Thread Bug Watch Updater
** Changed in: python-pip (Debian) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To manage

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2020-04-15 Thread Bug Watch Updater
** Changed in: python-pip (Debian) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To manage

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2019-11-16 Thread Louis Bouchard
Hello, for what it's worth, the problem comes from the debianized version of virtualenv which uses a debundled version of pkg_resource which gets added into the virtualenv at creation time : $ virtualenv . Running virtualenv with interpreter /usr/bin/python2 New python executable in

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2019-11-13 Thread Riley Shea
I will add I am continuing to experience this on 19.10 with pip 19.3. Also, I heard the Pip developers say they were sorry about saying this was Ubuntu's fault for lying about metadata, and that they want to go back to being friends. They did say that if Ubuntu devs were to find a way to fix

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2019-04-03 Thread Brylie Christopher Oxley
This should be higher priority, as it is breaking a significant number of virtualenvs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2018-03-02 Thread Bug Watch Updater
** Changed in: python-pip (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To manage notifications

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2018-02-27 Thread auscompgeek
** Also affects: python-pip (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871790 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2018-02-27 Thread Mark
Does this belong upstream? https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=871790 ** Bug watch added: Debian Bug tracker #871790 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871790 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2018-02-27 Thread Mark
Also breaks pipenv https://github.com/pypa/pipenv/issues/1425, and I can't think of a workaround. ** Bug watch added: github.com/pypa/pipenv/issues #1425 https://github.com/pypa/pipenv/issues/1425 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2017-01-17 Thread graingert
Also messes with pip-sync https://github.com/nvie/pip-tools/issues/389 ** Bug watch added: github.com/nvie/pip-tools/issues #389 https://github.com/nvie/pip-tools/issues/389 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2016-11-27 Thread Edwin Khoo
Question on Ask Ubuntu about this bug: http://askubuntu.com/q/854249/15003. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title: pip freeze includes "pkg-resources==0.0.0" To manage

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2016-10-31 Thread Alberto Salvia Novella
** Changed in: python-pip (Ubuntu) Importance: Undecided => Medium ** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: hundredpapercuts Importance: Undecided => Medium -- You

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2016-10-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-pip (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635463 Title:

[Bug 1635463] Re: pip freeze includes "pkg-resources==0.0.0"

2016-10-20 Thread Craig R. Wright
More info / reports on StackOverflow: https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0 -in-output-of-pip-freeze-command https://stackoverflow.com/questions/38992194/why-does-pip-freeze-list- pkg-resources-0-0-0 -- You received this bug notification because you are a