Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install failed #4

Closed
Zaschii opened this issue Mar 23, 2020 · 3 comments
Closed

Install failed #4

Zaschii opened this issue Mar 23, 2020 · 3 comments
Assignees

Comments

@Zaschii
Copy link

Zaschii commented Mar 23, 2020

Install command is wrong... should look like

pip install git+https://github.com/twrecked/pyaarlo

Installation failed... syntax error...

Running command git clone -q https://github.com/twrecked/pyaarlo /tmp/pip-req-build-365omybz
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-365omybz/setup.py'"'"'; file='"'"'/tmp/pip-req-build-365omybz/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 /tmp/pip-req-build-365omybz/pip-egg-info
cwd: /tmp/pip-req-build-365omybz/
Complete output (6 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-365omybz/setup.py", line 18
author_email='steve.herrell@gmail.com',
^
SyntaxError: invalid syntax
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@mberry73
Copy link

Same here. Install failed.

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting git+https://github.com/twrecked/pyaarlo
Cloning https://github.com/twrecked/pyaarlo to /tmp/pip-req-build-ifvjvbwc
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-ifvjvbwc/setup.py", line 18
author_email='steve.herrell@gmail.com',
^
SyntaxError: invalid syntax

----------------------------------------

@twrecked twrecked self-assigned this Mar 23, 2020
@twrecked
Copy link
Owner

Sorry about that I haven't ran the pip installation process in a while. Docs and install are fixed now.

@twrecked
Copy link
Owner

It's all fixed now so I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants