tamper: pip install tamper fails on windows (pip install works otherwise)

Chrome: Version 38.0.2125.101 m Windows OS: 8.1

pip.log:

c:\python\Scripts\pip3 run on 10/14/14 19:25:05 Downloading/unpacking tamper Getting page https://pypi.python.org/simple/tamper/ URLs to search for versions for tamper:

SyntaxError: invalid syntax


Cleaning up… Removing temporary dir C:\Users\RUSSEL~1\AppData\Local\Temp\pip_build_Russell Dempsey… Command python setup.py egg_info failed with error code 1 in C:\Users\RUSSEL~1\AppData\Local\Temp\pip_build_Russell Dempsey\tamper Exception information: Traceback (most recent call last): File “C:\python\lib\site-packages\pip\basecommand.py”, line 122, in main status = self.run(options, args) File “C:\python\lib\site-packages\pip\commands\install.py”, line 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File “C:\python\lib\site-packages\pip\req.py”, line 1229, in prepare_files req_to_install.run_egg_info() File “C:\python\lib\site-packages\pip\req.py”, line 325, in run_egg_info command_desc=‘python setup.py egg_info’) File “C:\python\lib\site-packages\pip\util.py”, line 697, 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\RUSSEL~1\AppData\Local\Temp\pip_build_Russell Dempsey\tamper

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 23 (9 by maintainers)

Most upvoted comments

Try removing pydivert and install 1.0.2. I had the same issue pip install pydivert==1.0.2