-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PyPy 3.8 #4655
Comments
PR pypa/virtualenv#2206 has been merged. |
|
@sdispater, would it be possible to release |
Hi, I believe this has since been fixed? Even a fresh install of Poetry |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: CentOS 7.9
Poetry version: 1.1.11
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/rodrigodc/39f71913dacf213afa5e24e8190dbe2c
Issue
Please update
virtualenv
when pypa/virtualenv#2206 gets merged.Reason: virtualenvs created by Poetry are broken (not isolated) on PyPy 3.8, as described at pypa/virtualenv#2182.
A
python3.8
dir is created in the venv (but remains empty, nothing is installed there) 👇A
pypy3.8
symlink is created pointing to the system (global) site-packages dir (and everything is installed there) 👇The mentioned PR fixes that.
I can keep track of it and let you know when it gets merged and a new
virtualenv
version released with the fix.Thank you,
Rodrigo
The text was updated successfully, but these errors were encountered: