Closed dustintd closed 4 years ago
Hello,
I have not yet build CLIPSPy 0.3.3 for Windows as the last version includes changes related to Linux build only.
You can install the previous version of CLIPSPy which has Windows wheels as well.
pip install clipspy==0.3.2
Thank you for the quick response! I've got it working with that version.
As said, the newer version does not bring any change for Windows. I will try to make soon a release to fix this issue but it's not an urgent matter.
@noxdafox no~~~~ By the way don't forget it
I'm using python 3.8 on Windows 10 and i can't install clipspy. I'm getting the same error as @dustintd but help provided does not help, I've tried to install clipspy 0.3.0, 0.3.1, 0.3.3 (0.3.2 is not available for me) and didn't work:
The full ERROR Message is:
ERROR: Command errored out with exit status 1: 'c:\users\user\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\user\AppData\Local\Temp\pip-install-rzpratj6\clipspy\setup.py'"'"'; file='"'"'C:\Users\user\AppData\Local\Temp\pip-install-rzpratj6\clipspy\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\user\AppData\Local\Temp\pip-record-zvvanm4q\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\user\appdata\local\programs\python\python38\Include\clipspy' Check the logs for full command output. `
You can find the binaries for Windows here.
Maximum supported version of Python is 3.7 for both 32 and 64 bit.
New builds will be made available when CLIPS 6.40 will be released.
Just released builds for Windows supporting Python from 3.6 to 3.8 both 32 and 64 bits.
Closing this issue, please re-open if the problem persists.
I've tried installing on Windows 10 Pro with python 3.7 and I'm getting the following error:
I've tried using both Visual Studio Build Tools for 2015 (v14.00) and 2019, and both give me 'clips.h' error.
Also, the pypi link doesn't seem to show any wheels for windows? (If I'm wrong here let me know)
https://pypi.org/project/clipspy/#modal-close
Any advice or tips on how to solve this? I'd prefer to not install from scratch.