Inconsistent pip freeze output #22

Closed
opened 2024-07-24 11:26:22 +02:00 by antux18 · 0 comments
Collaborator

Example from shi_welder:

packaging==24.1
pandas==2.2.2
pillow==10.4.0
pluggy==1.5.0
protobuf==3.20.1
psutil==6.0.0
pycosat @ file:///croot/pycosat_1666805502580/work
pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work
pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work
PySocks @ file:///home/builder/ci_310/pysocks_1640793678128/work

Sometimes pip freeze shows the version number, and sometimes the location of the package (or something like that).
We should use pip list instead.

Example from shi_welder: ``` packaging==24.1 pandas==2.2.2 pillow==10.4.0 pluggy==1.5.0 protobuf==3.20.1 psutil==6.0.0 pycosat @ file:///croot/pycosat_1666805502580/work pycparser @ file:///tmp/build/80754af9/pycparser_1636541352034/work pyOpenSSL @ file:///opt/conda/conda-bld/pyopenssl_1643788558760/work PySocks @ file:///home/builder/ci_310/pysocks_1640793678128/work ``` Sometimes pip freeze shows the version number, and sometimes the location of the package (or something like that). We should use pip list instead.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: GuilloteauQ/study-docker-repro-longevity#22
No description provided.