You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I populate a virtual environment with flit install -s, executing python3 -m pip freeze raises Pip's AssertionError.
I described this yesterday on Stackoverflow, then filed a bug report for Pip with detailed instructions on how to reproduce the problem on MacOS 10.15.7 and Ubuntu 20.04.
Since then, however, I have noticed that pip freeze works in virtual environments populated using Flit 2.3.0 but not in environments populating using Flit 3.0.0.
Is this possibly an issue for Flit (and not for Pip)?
The text was updated successfully, but these errors were encountered:
When I populate a virtual environment with
flit install -s
, executingpython3 -m pip freeze
raises Pip'sAssertionError
.I described this yesterday on Stackoverflow, then filed a bug report for Pip with detailed instructions on how to reproduce the problem on MacOS 10.15.7 and Ubuntu 20.04.
Since then, however, I have noticed that
pip freeze
works in virtual environments populated using Flit 2.3.0 but not in environments populating using Flit 3.0.0.Is this possibly an issue for Flit (and not for Pip)?
The text was updated successfully, but these errors were encountered: