Closed ArjunSarihyan closed 4 years ago
And in addition to that all the things that are said to be not available cant be installed individually either. All the issue requirements.txt file doesnt help either irrespective of being in or out of the virtual environment created
As noted in the Readme, this version is not supported anymore. Please use the version in ConvoKit (convokit.cornell.edu) instead. Thanks.
Tried using requirement.txt too, still doesnt work The ERROR CODE is
C:\Users\Arjun Sarihyan\Desktop\Project 2020>pip install -r requirements.txt Collecting scipy==0.12.0 Using cached scipy-0.12.0.tar.gz (9.1 MB) ERROR: Command errored out with exit status 1: command: 'c:\program files\python37\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\ARJUNS~1\AppData\Local\Temp\pip-install-q0239xg4\scipy\setup.py'"'"'; file='"'"'C:\Users\ARJUNS~1\AppData\Local\Temp\pip-install-q0239xg4\scipy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ARJUNS~1\AppData\Local\Temp\pip-install-q0239xg4\scipy\pip-egg-info' cwd: C:\Users\ARJUNS~1\AppData\Local\Temp\pip-install-q0239xg4\scipy\ Complete output (122 lines): blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['c:\program files\python37\lib', 'C:\', 'c:\program files\python37\libs'] NOT AVAILABLE
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
And this is after creating a virtual environment