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
pdm run -v pytest
Actual behavior
Traceback (most recent call last):
File "/Users/laike9m/.local/bin//pdm", line 8, in <module>
sys.exit(main())
File "/Users/laike9m/.local/pipx/venvs/pdm/lib/python3.9/site-packages/pdm/core.py", line 198, in main
return Core().main(args)
File "/Users/laike9m/.local/pipx/venvs/pdm/lib/python3.9/site-packages/pdm/core.py", line 153, in main
raise cast(Exception, err).with_traceback(traceback)
File "/Users/laike9m/.local/pipx/venvs/pdm/lib/python3.9/site-packages/pdm/core.py", line 148, in main
f(options.project, options)
File "/Users/laike9m/.local/pipx/venvs/pdm/lib/python3.9/site-packages/pdm/cli/commands/run.py", line 198, in handle
self._run_command(
File "/Users/laike9m/.local/pipx/venvs/pdm/lib/python3.9/site-packages/pdm/cli/commands/run.py", line 98, in _run_command
os.execv(expanded_command, expanded_args)
FileNotFoundError: [Errno 2] No such file or directory
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
PDM version: 1.8.3
Python Interpreter: /Users/laike9m/.pyenv/versions/3.9.7/bin/python (3.9)
Project Root: /Users/laike9m/Dev/Python/Cyberbrain
Project Packages: /Users/laike9m/Dev/Python/Cyberbrain/__pypackages__/3.9
{
"implementation_name": "cpython",
"implementation_version": "3.9.7",
"os_name": "posix",
"platform_machine": "x86_64",
"platform_release": "19.6.0",
"platform_system": "Darwin",
"platform_version": "Darwin Kernel Version 19.6.0: Tue Jun 22 19:49:55 PDT 2021; root:xnu-6153.141.35~1/RELEASE_X86_64",
"python_full_version": "3.9.7",
"platform_python_implementation": "CPython",
"python_version": "3.9",
"sys_platform": "darwin"
}
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
Environment Information
Project setup can be found at:
https://github.com/laike9m/Cyberbrain/tree/pdm_migration
The text was updated successfully, but these errors were encountered: