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 674
    • Issues 674
    • 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
  • #3553
Closed
Open
Created Sep 15, 2021 by Michał Górny@mgornyDeveloper

pypy3.8: venv: Error: [Errno 17] File exists: '/tmp/z/lib/python3.8'

It seems that PyPy3.8's built-in venv module is also affected by the new layout, albeit in a different way from virtualenv package:

$ pypy3 -m venv /tmp/z
Unable to symlink '/usr/bin/../lib/python3.8' to '/tmp/z/lib/python3.8'
Error: [Errno 17] File exists: '/tmp/z/lib/python3.8'

FWICS it creates lib/python3.8/site-packages directory for its own packages first, then tries to symlink the system python3.8 directory as part of the lib directory.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking