Skip to content
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

py2 wheels are preferred when the interpreter is Py3 #48

Closed
1 task done
frostming opened this issue Feb 22, 2020 · 0 comments · Fixed by #51
Closed
1 task done

py2 wheels are preferred when the interpreter is Py3 #48

frostming opened this issue Feb 22, 2020 · 0 comments · Fixed by #51
Labels
🐛 bug Something isn't working

Comments

@frostming
Copy link
Collaborator

  • 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 init
pdm use 3.7
pdm add futures

Actual behavior

futures-3.1.1-py2-none-any.whl is installed

Expected behavior

futures-3.1.1-py3-none-any.whl is installed

Environment Information

pdm version:

# Paste the output of `pdm info && pdm info --env` below:
Python Interpreter: /usr/local/bin/python3.7m (3.7.6)
Project Root:       /Users/fming/wkspace/github/pdm-test
{
  "implementation_name": "cpython",
  "implementation_version": "3.7.6",
  "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.6",
  "platform_python_implementaiton": "CPython",
  "python_version": "3.7",
  "sys_platform": "darwin"
}
@frostming frostming added the 🐛 bug Something isn't working label Feb 22, 2020
@frostming frostming mentioned this issue Feb 22, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant