-
-
Notifications
You must be signed in to change notification settings - Fork 420
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
pdm 2.5.0b won’t init #1814
Labels
🐛 bug
Something isn't working
Comments
It doesn't make sense, can you provide the output with |
Having the same issue, but it appears to be coming from the pdm-vscode plugin.
After uninstalling the pdm-vscode plugin, pdm init works fine. I opened an issue in the plugin repo: frostming/pdm-vscode#6 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pdm init (with pep 582 enabled)
Actual behavior
Creating a pyproject.toml for PDM...
Using Python interpreter: E:\Python311\python.EXE (3.11)
Using pypackages because non-venv Python is used.
[AttributeError]: 'PythonLocalEnvironment' object has no attribute 'is_global'
Expected behavior
Successfull project init
Environment Information
# Paste the output of `pdm info && pdm info --env` below: Can’t use this because project are not initiated Python 3.11 on Windows 11 64 bits
Reinstalling 2.4.9 seems working fine
The text was updated successfully, but these errors were encountered: