You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker and believe that this is not a duplicate.
Make sure you run commands with -v flag before pasting the output.
Steps to reproduce
pyenv virtualenv 3.8.5
pdm version 0.10.3
After the installation is successful, I get an error when I use the pdm --help command
Actual behavior
(env-pdm) ➜ pdm-demo git:(master) ✗ pdm --help
Traceback (most recent call last):
File "/Users/guoweikuang/.pyenv/versions/env-pdm/bin/pdm", line 5, in <module>
from pdm.core import main
File "/Users/guoweikuang/.pyenv/versions/3.8.5/envs/env-pdm/lib/python3.8/site-packages/pdm/core.py", line 15, in <module>
from pdm.installers import Synchronizer
File "/Users/guoweikuang/.pyenv/versions/3.8.5/envs/env-pdm/lib/python3.8/site-packages/pdm/installers/__init__.py", line 2, in <module>
from pdm.installers.installers import Installer
File "/Users/guoweikuang/.pyenv/versions/3.8.5/envs/env-pdm/lib/python3.8/site-packages/pdm/installers/installers.py", line 12, in <module>
from pdm.models.builders import log_subprocessor
File "/Users/guoweikuang/.pyenv/versions/3.8.5/envs/env-pdm/lib/python3.8/site-packages/pdm/models/builders.py", line 9, in <module>
from build.env import IsolatedEnvironment as _Environment
ImportError: cannot import name 'IsolatedEnvironment' from 'build.env' (/Users/guoweikuang/.pyenv/versions/3.8.5/envs/env-pdm/lib/python3.8/site-packages/build/env.py)
Expected behavior
Environment Information
ProductName: Mac OS X
ProductVersion: 10.15.6
# Paste the output of `pdm info && pdm info --env` below:
The text was updated successfully, but these errors were encountered:
The newest release of build introduced a breaking API change. As a workaround, you can downgrade build to <0.1.0. The bug fix will be landed with the next release.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
pyenv virtualenv 3.8.5
pdm version 0.10.3
After the installation is successful, I get an error when I use the pdm --help command
Actual behavior
Expected behavior
Environment Information
ProductName: Mac OS X
ProductVersion: 10.15.6
# Paste the output of `pdm info && pdm info --env` below:
The text was updated successfully, but these errors were encountered: