Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 673
    • Issues 673
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Issues
  • #3567
Closed
Open
Created Sep 30, 2021 by Matti Picus@mattipOwner

seeding a virtualenv does not work correctly in 3.8

calling python --upgrade pip 'setuptools<49.2.0' wheel when a pypy3.8 virtualenv is activated fails to downgrade setuptools:

Requirement already satisfied: pip in /home/matti/oss/pypy3.8-HEAD/lib/pypy3.8/site-packages (21.2.4)
Collecting setuptools<49.2.0
  Using cached setuptools-49.1.3-py3-none-any.whl (789 kB)
Requirement already satisfied: wheel in /home/matti/oss/pypy3.8-HEAD/lib/pypy3.8/site-packages (0.37.0)
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 58.1.0
    Not uninstalling setuptools at /home/matti/oss/pypy3.8-HEAD/lib/pypy3.8/site-packages, outside environment /tmp/venv_pypy38
    Can't uninstall 'setuptools'. No files were found to uninstall.
Successfully installed setuptools-58.1.0
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking