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

Installation issues #17

Closed
rabitwhte opened this issue Dec 27, 2019 · 2 comments
Closed

Installation issues #17

rabitwhte opened this issue Dec 27, 2019 · 2 comments

Comments

@rabitwhte
Copy link

HI,

I'm having installation issues. I was trying to install the package using pip and with 'setup.py' as well. I'm getting the same error each time:

2019-12-27T10:47:45,077 Created temporary directory: C:\Users\myuser\AppData\Local\Temp\pip-wheel-044u2wao
2019-12-27T10:47:45,077 Destination directory: C:\Users\myuser\AppData\Local\Temp\pip-wheel-044u2wao
2019-12-27T10:47:45,078 Running command 'c:\users\myuser\appdata\local\programs\python\python36\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\myuser\AppData\Local\Temp\pip-install-3k2qvyqz\omikuji\setup.py'"'"'; file='"'"'C:\Users\myuser\AppData\Local\Temp\pip-install-3k2qvyqz\omikuji\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\myuser\AppData\Local\Temp\pip-wheel-044u2wao' --python-tag cp36
2019-12-27T10:47:45,879 running bdist_wheel
2019-12-27T10:47:45,881 running build
2019-12-27T10:47:45,881 running build_py
2019-12-27T10:47:45,882 creating build\lib
2019-12-27T10:47:45,882 creating build\lib\omikuji
2019-12-27T10:47:45,883 copying python-wrapper\omikuji_init_.py -> build\lib\omikuji
2019-12-27T10:47:45,887 error: [WinError 2] Cannot find the file specified
2019-12-27T10:47:45,911 ERROR: Failed building wheel for omikuji

Any ideas on how to deal with that?

Regards,
Jakub

@tomtung
Copy link
Owner

tomtung commented Dec 27, 2019

Unfortunately building in Windows is kind of tricky and I wasn't able to provide pre-built wheels. You can try a few things:

  • If you use Python 3.5, there should be a pre-built wheel available and pip install omikuji should work
  • If you have Visual Studio installed (even the community edition should suffice), try pip install omikuji in "x64 Native Tools Command Prompt"
  • If you have WSL installed (e.g. Ubuntu), try pip install omikuji in bash

@tomtung
Copy link
Owner

tomtung commented Dec 27, 2019

Actually I just added wheels for Python 3.6 & 3.7 in Windows, so it should work if you try again. Closing for now, but let me know if there are other issues.

@tomtung tomtung closed this as completed Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants