Skip to content

Instantly share code, notes, and snippets.

@cocoatomo
Created February 5, 2012 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cocoatomo/1745186 to your computer and use it in GitHub Desktop.
Save cocoatomo/1745186 to your computer and use it in GitHub Desktop.
error occurred when installing sphinxjp.themes.impressjs
$ pip install sphinxjp.themes.impressjs
Downloading/unpacking sphinxjp.themes.impressjs
Downloading sphinxjp.themes.impressjs-0.1.0.tar.gz
Running setup.py egg_info for package sphinxjp.themes.impressjs
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/Users/tomohiko/MyWorks/Python/bloggart/build/sphinxjp.themes.impressjs/setup.py", line 7, in <module>
open(os.path.join("src", "README.txt")).read(),
IOError: [Errno 2] No such file or directory: 'src/README.txt'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/Users/tomohiko/MyWorks/Python/bloggart/build/sphinxjp.themes.impressjs/setup.py", line 7, in <module>
open(os.path.join("src", "README.txt")).read(),
IOError: [Errno 2] No such file or directory: 'src/README.txt'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/tomohiko/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment