-
Notifications
You must be signed in to change notification settings - Fork 2
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
No such file or directory: ‘README.md’ #1
Comments
There was a bug with Manifest and README file wasn't being included. I think I've fixed it. Try now. |
I have the same issue with 1.0.4. $ cd /tmp/pip-build/gitinit
$ ls -l
total 16
drwxr-xr-x 3 root root 100 Feb 24 09:06 gitinit
drwxr-xr-x 2 root root 140 Feb 24 09:06 gitinit.egg-info
-rw-r--r-- 1 root root 91 Feb 24 09:06 MANIFEST.in
drwxr-xr-x 2 root root 40 Feb 24 09:06 pip-egg-info
-rw-r--r-- 1 root root 1194 Feb 24 09:06 PKG-INFO
-rw-r--r-- 1 root root 59 Feb 24 09:06 setup.cfg
-rw-r--r-- 1 root root 999 Feb 24 09:06 setup.py No README.md… |
Is it still failing? I checked my xubuntu system -
|
Oh, I'm sorry — it seems pip noticed the previous /tmp/pip-build/gitinit directory and didn't bother unpacking 1.0.4 on top of that. After I removed the build directory gitinit installed flawlessly. :) |
Ah. Great. This is my first package. So things are a bit shaky. :) |
This happens with python 2.7.3 on linux 3.2.0:
The text was updated successfully, but these errors were encountered: