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

Wheel not compatible with windows10 pro x64 #11

Closed
fenchu opened this issue Jun 19, 2018 · 2 comments
Closed

Wheel not compatible with windows10 pro x64 #11

fenchu opened this issue Jun 19, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@fenchu
Copy link

fenchu commented Jun 19, 2018

I got suspicious when pip tried to install the tgz file.
I'm using it on ubuntu fine

pip install .\autopy-1.0.1-cp36-cp36m-win_amd64.whl
autopy-1.0.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
systeminfo /fo csv | ConvertFrom-Csv | select OS*, System*, Hotfix* | Format-List

OS Name             : Microsoft Windows 10 Pro
OS Version          : 10.0.17134 N/A Build 17134
OS Manufacturer     : Microsoft Corporation
OS Configuration    : Member Workstation
OS Build Type       : Multiprocessor Free
System Boot Time    : 07.06.2018, 09.23.56
System Manufacturer : ASUS
System Model        : All Series
System Type         : x64-based PC
System Directory    : C:\WINDOWS\system32
System Locale       : no;Norwegian (Bokmal)
Hotfix(s)           : 4 Hotfix(s) Installed.,[01]: KB4103729,[02]: KB4287903,[03]: KB4284835,[04]: KB4103721

Thanks

@fenchu
Copy link
Author

fenchu commented Jun 19, 2018

I see the following supported tags in my venv python(3.6.5):

>>> print(pip._internal.pep425tags.get_supported())
[('cp36', 'cp36m', 'win32'), ('cp36', 'none', 'win32'), ('py3', 'none', 'win32'), ('cp36', 'none', 'any'), ('cp3', 'none
', 'any'), ('py36', 'none', 'any'), ('py3', 'none', 'any'), ('py35', 'none', 'any'), ('py34', 'none', 'any'), ('py33', '
none', 'any'), ('py32', 'none', 'any'), ('py31', 'none', 'any'), ('py30', 'none', 'any')]

@msanders
Copy link
Contributor

msanders commented Sep 3, 2018

This is odd, as I packaged it on a 64-bit system. I'm going to try wiping my virtual machine and take another stab at it for the next version (see #18). Combining these two issues for now.

@msanders msanders closed this as completed Sep 3, 2018
@msanders msanders added the bug Something isn't working label Sep 3, 2018
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

No branches or pull requests

2 participants