-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setup incompatible with pip3 #13
Comments
Thanks for reporting.
It seems like a bug caused by pip10. I will try to make a quick fix and let
you know.
…On Wed, Sep 11, 2019, 12:32 PM mattar13 ***@***.***> wrote:
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 "<string>", 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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13?email_source=notifications&email_token=AAL6ZBKTOSUUL72RKOAIU5TQJEMR5A5CNFSM4IVWHJT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKYSI6A>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAL6ZBLPZOFKXC63PZCJJDLQJEMR5ANCNFSM4IVWHJTQ>
.
|
I see the problem. You are trying to install from the PyPI repo where the setup.py is not compatible with pip10. I will update the package in PyPI soon. In the meanwhile, can you try to install from the source?
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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.
The text was updated successfully, but these errors were encountered: