Closed b-y-f closed 3 years ago
ERROR: Command errored out with exit status 1: 'c:\users\supernova\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\supernova\AppData\Local\Temp\pip-install-yzzzfz3a\mmh3_0027cf9ea8ee490782c99df1c4c5b178\setup.py'"'"'; file='"'"'C:\Users\supernova\AppData\Local\Temp\pip-install-yzzzfz3a\mmh3_0027cf9ea8ee490782c99df1c4c5b178\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\supernova\AppData\Local\Temp\pip-record-mni2dnh3\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\supernova\appdata\local\programs\python\python39\Include\mmh3' Check the logs for full command output.
PS C:\Windows\system32> pip install river ERROR: Could not find a version that satisfies the requirement river ERROR: No matching distribution found for river
Try this one:
pip install git+https://github.com/online-ml/river
As explained in #534 , the name river is not yet released. You need to install the latest development version (which is the second command given in the documentation)
It's because you don't have the C++ build tools. See this thread.
CAN not install from this page: https://riverml.xyz/dev/getting-started/installation/
PS C:\Windows\system32> pip install git+git://github.com/online-ml/river.git@v0.1.0 Collecting git+git://github.com/online-ml/river.git@v0.1.0 Cloning git://github.com/online-ml/river.git (to revision v0.1.0) to c:\users\supernova\appdata\local\temp\pip-req-build-kho7d80k Running command git clone -q git://github.com/online-ml/river.git 'C:\Users\supernova\AppData\Local\Temp\pip-req-build-kho7d80k' WARNING: Did not find branch or tag 'v0.1.0', assuming revision or ref. Running command git checkout -q v0.1.0 error: pathspec 'v0.1.0' did not match any file(s) known to git WARNING: Discarding git+git://github.com/online-ml/river.git@v0.1.0. Command errored out with exit status 1: git checkout -q v0.1.0 Check the logs for full command output. ERROR: Command errored out with exit status 1: git checkout -q v0.1.0 Check the logs for full command output.