We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
$ pdm init $ pdm add numpy
No hash for numpy
numpy
pdm version:
# Paste the output of `pdm info && pdm info --env` below: Python Interpreter: /Users/fming/Library/PythonUp/cmd/python3.7 (3.7.5) Project Root: /Users/fming/wkspace/github/pdm-test { "implementation_name": "cpython", "implementation_version": "3.7.5", "os_name": "posix", "platform_machine": "x86_64", "platform_release": "19.3.0", "platform_system": "Darwin", "platform_version": "Darwin Kernel Version 19.3.0: Thu Jan 9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64", "python_full_version": "3.7.5", "platform_python_implementaiton": "CPython", "python_version": "3.7", "sys_platform": "darwin" }
The text was updated successfully, but these errors were encountered:
6e52a18
No branches or pull requests
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
No hash for
numpy
Expected behavior
Environment Information
pdm version:
The text was updated successfully, but these errors were encountered: