Skip to content

setup.py install issue #143

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

Closed
jweitz opened this issue Jul 1, 2013 · 3 comments
Closed

setup.py install issue #143

jweitz opened this issue Jul 1, 2013 · 3 comments

Comments

@jweitz
Copy link

jweitz commented Jul 1, 2013

Keep getting a failed install with a syntax error in line 18. It is stating it can't find the versionfile. Tried installing using easy_install and pip. System is Windows 7 x64 and using Python 3.3.

Here's a copy of the pip.log file


C:\Python33\Scripts\pip-script.py run on 07/01/13 19:11:07
Downloading/unpacking oauth2

Getting page https://pypi.python.org/simple/oauth2/
URLs to search for versions for oauth2:

SyntaxError: invalid syntax


Cleaning up...

Removing temporary dir c:\users\cweitz4\appdata\local\temp\pip-build-cweitz4...
Command python setup.py egg_info failed with error code 1 in c:\users\cweitz4\appdata\local\temp\pip-build-cweitz4\oauth2

Exception information:
Traceback (most recent call last):
File "C:\Python33\lib\site-packages\pip-1.5.dev1-py3.3.egg\pip\basecommand.py", line 134, in main
status = self.run(options, args)
File "C:\Python33\lib\site-packages\pip-1.5.dev1-py3.3.egg\pip\commands\install.py", line 235, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\Python33\lib\site-packages\pip-1.5.dev1-py3.3.egg\pip\req.py", line 1124, in prepare_files
req_to_install.run_egg_info()
File "C:\Python33\lib\site-packages\pip-1.5.dev1-py3.3.egg\pip\req.py", line 257, in run_egg_info
command_desc='python setup.py egg_info')
File "C:\Python33\lib\site-packages\pip-1.5.dev1-py3.3.egg\pip\util.py", line 670, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in c:\users\cweitz4\appdata\local\temp\pip-build-cweitz4\oauth2

@toastdriven
Copy link

You're trying to install under Python 3, but oauth2 hasn't been officially ported yet. #142 looks promising, but I have yet to test it myself. Your options are likely to either install Python 2.X & use oauth2 there, or to try that fork & see if it works for you.

@jaitaiwan
Copy link
Contributor

@jweitz can you close this issue? This repo is no longer maintained. See 158

@joestump
Copy link
Owner

See #158 and the PT3K label for more. PT3K support is coming, but not official.

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

4 participants