Skip to content

setup.py install issue #143

@jweitz

Description

@jweitz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions