I'm getting an error when I attempt to install prodigy 1.9 on Windows 10 with Python 3.8. I couldn't find anything similar on the message board--sorry if it has been answered already and I missed the post.
The output is too long to post here, and I'm not sure what section where the error might be in. Let me know if you need to see anything additional.
Collecting spacy<2.3.0,>=2.2.3
Using cached spacy-2.2.4.tar.gz (6.1 MB)
Installing build dependencies: started
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: still running...
Installing build dependencies: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Gwenyth Wightman\AppData\Local\Programs\Python\Python38-32\python.exe' 'C:\Users\Gwenyth Wightman\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-build-env-hov9d58z\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==7.4.0
cwd: None
Building wheel for blis (setup.py): started
Building wheel for blis (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Gwenyth Wightman\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Gwenyth Wightman\\AppData\\Local\\Temp\\pip-install-86xpd28j\\blis\\setup.py'"'"'; __file__='"'"'C:\\Users\\Gwenyth Wightman\\AppData\\Local\\Temp\\pip-install-86xpd28j\\blis\\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\Gwenyth Wightman\AppData\Local\Temp\pip-wheel-3m0gh990'
cwd: C:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-install-86xpd28j\blis\
Complete output (31 lines):
BLIS_COMPILER? None
clang -c C:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-install-86xpd28j\blis\blis\_src\config\bulldozer\bli_cntx_init_bulldozer.c -o C:\Users\GWENYT~1\AppData\Local\Temp\tmpp2brv5vf\bli_cntx_init_bulldozer.o -O3 -std=c99 -D_POSIX_C_SOURCE=200112L -DBLIS_VERSION_STRING="0.5.1" -DBLIS_IS_BUILDING_LIBRARY -Iinclude\windows-x86_64 -I.\frame\3\ -I.\frame\ind\ukernels\ -I.\frame\1m\ -I.\frame\1f\ -I.\frame\1\ -I.\frame\include -IC:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-install-86xpd28j\blis\blis\_src\include\windows-x86_64
----------------------------------------
ERROR: Failed building wheel for blis
Running setup.py clean for blis
Building wheel for srsly (setup.py): started
Building wheel for srsly (setup.py): finished with status 'done'
Created wheel for srsly: filename=srsly-1.0.2-cp38-cp38-win32.whl size=171064 sha256=52f5aa7797edb064ccb369e4415cf5e1a0ad4eb19310f4fae4a4ec35b0f58869
Stored in directory: c:\users\gwenyth wightman\appdata\local\pip\cache\wheels\de\98\d2\7bcfd18543fcec187232f52d9e378de821ca1eeb5cc1cd5af0
Successfully built cymem preshed murmurhash thinc srsly
Failed to build blis
Installing collected packages: setuptools, wheel, cython, cymem, murmurhash, preshed, numpy, blis, wasabi, srsly, catalogue, plac, tqdm, thinc
Running setup.py install for blis: started
Running setup.py install for blis: finished with status 'error'
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Gwenyth Wightman\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Gwenyth Wightman\\AppData\\Local\\Temp\\pip-install-86xpd28j\\blis\\setup.py'"'"'; __file__='"'"'C:\\Users\\Gwenyth Wightman\\AppData\\Local\\Temp\\pip-install-86xpd28j\\blis\\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\Gwenyth Wightman\AppData\Local\Temp\pip-record-pgit7yld\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-build-env-hov9d58z\overlay' --compile --install-headers 'C:\Users\Gwenyth Wightman\AppData\Local\Temp\pip-build-env-hov9d58z\overlay\Include\blis'