-
Notifications
You must be signed in to change notification settings - Fork 126
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
cant install #38
Comments
does anyone else get this error? |
Hm, this looks like another issue with Windows. Unfortunately, I don't have access to proper windows environment to investigate this.. Jusging by the error, there is some incompatibility with visual studio compiler. You could try different versions of it. |
Running the latest Build Tools for Visual Studio 2019 (v. 16.4.2) with the build tools for C++ (Visual C++ 14.24) installed and Python 3.7.4 it installs just fine. Try updating your compiler/build tools as @muodov suggested. |
i did not install that using visual studio. i installed it with py charm but i tried in visual studio and in the CMD and it did not workd... wait... are you telling me to download the source code. because i tried that but it had some issues: every time i run my program it says that the ckociembawrapper was not found and the speed will be slower or something like that... |
@blahberi do you find any solution |
Hey there!! Error: My Solution:
Copy these files:
From I am not sure, if this is the exact error you are facing, but trying this shouldn't be a thing. |
Is there any solution to this problem yet? |
@Hamdrive Have you tried the above mentioned solution? |
I did check out your solution however I couldn't find the files in the same location as you listed. Not to mention I still get "Microsoft Visual C++ 14.0 or greater is required." even though I updated it and restarted my computer. |
you found any solution? |
anyone else found any solution regarding this issue? |
just downloaded the source code |
|
you can just download it from github |
|
Sorry to necro but how much slower is the pure python implementation? |
@ArduinoBen the practicality really depends on the hardware. I personally was running it on an old Raspberry Pi 1, and the difference was substantial (seconds vs minutes). If you try it, feel free to share your results, I'm really curious :) |
Hi, when I run kociemba, I have an error, solve, is not an atribute from the library, could you help me?, thanks! |
Hi, when I try to download the kociemba library, i get this error: |
when i type pip install kociemba. it says: Command errored out with exit status 1:
Collecting kociemba
Using cached https://files.pythonhosted.org/packages/b3/b6/3fe5719527e4691aaa7da5e74426f62e71e833767d8a8b9d48b5f3cbb9fb/kociemba-1.2.1.tar.gz
Requirement already satisfied: cffi>=1.0.0 in c:\users\blahberi\appdata\roaming\python\python37\site-packages (from kociemba) (1.13.2)
Requirement already satisfied: future in c:\users\blahberi\appdata\roaming\python\python37\site-packages (from kociemba) (0.16.0)
Requirement already satisfied: pycparser in c:\users\blahberi\appdata\roaming\python\python37\site-packages (from cffi>=1.0.0->kociemba) (2.19)
Installing collected packages: kociemba
Running setup.py install for kociemba: started
Running setup.py install for kociemba: finished with status 'error'
ERROR: Command errored out with exit status 1: 'C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\blahberil\AppData\Local\Temp\pycharm-packaging\kociemba\setup.py'"'"'; file='"'"'C:\Users\blahberil\AppData\Local\Temp\pycharm-packaging\kociemba\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\blahberi\AppData\Local\Temp\pip-record-z17i86p6\install-record.txt' --single-version-externally-managed --compile --user --prefix= Check the logs for full command output.
The text was updated successfully, but these errors were encountered: