Hello. When attempting to run the command
pip3 install rivuletpy
we get the error message
ERROR: Command errored out with exit status 1:
command: 'c:\users\rennalabsa1\.anaconda\prompts\envs\riv\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\jro22\\AppData\\Local\\Temp\\pip-install-12l0i5al\\rivuletpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\jro22\\AppData\\Local\\Temp\\pip-install-12l0i5al\\rivuletpy\\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 pip-egg-info
cwd: C:\Users\jro22\AppData\Local\Temp\pip-install-12l0i5al\rivuletpy\
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in <module>
File "C:\Users\jro22\AppData\Local\Temp\pip-install-12l0i5al\rivuletpy\setup.py", line 7, in <module>
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
it seems that the line
from pip.req import parse_requirements
is causing a problem.
We are running this on a 64 bit Windows 10 machine with python version 3.7.4.
all of the dependencies are up to date.
Hello. When attempting to run the command
pip3 install rivuletpywe get the error message
ERROR: Command errored out with exit status 1:command: 'c:\users\rennalabsa1\.anaconda\prompts\envs\riv\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\jro22\\AppData\\Local\\Temp\\pip-install-12l0i5al\\rivuletpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\jro22\\AppData\\Local\\Temp\\pip-install-12l0i5al\\rivuletpy\\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 pip-egg-infocwd: C:\Users\jro22\AppData\Local\Temp\pip-install-12l0i5al\rivuletpy\Complete output (5 lines):Traceback (most recent call last):File"", line 1, in<module>File "C:\Users\jro22\AppData\Local\Temp\pip-install-12l0i5al\rivuletpy\setup.py", line 7, in <module>from pip.req import parse_requirementsModuleNotFoundError: No module named 'pip.req'----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.it seems that the line
from pip.req import parse_requirementsis causing a problem.
We are running this on a 64 bit Windows 10 machine with python version 3.7.4.
all of the dependencies are up to date.