-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 previously-included directories found matching 'docs/_build' #2623
Comments
I also get the same message when installing other python packages like |
Yes, but other packages that include the docs also show this message (because of this line in the manifest) and the installation succeeds. Probably we could just whitelist which files to include from the docs folder (Makefile, conf.py and the rst files), but the current system seems simpler to me. |
It shoudl be fixed now. If you get the message again, please comment here and we will reopen the issue. |
Hi, I get the same message again when I am installing pyspider on win8. I did this: In the first step I installed pycurl.exe. In the second step I installed pip again(I used 'easy_install pip'). Then I used 'pip install pyspider'. It returned warning: no files found matching 'COPYING'
Downloading/unpacking lxml (from pyspider) |
@NoWait126 this is the bug tracker for youtube-dl, we can't provide you support for other python packages. |
@jaimeMF Thank you. |
I get the same message when I am installing sqlalchemy or installing SQLObject,i don't know how to solve 。Do you know how to solve it,please help me。Thank you |
@liweilup Ask sqlalchemy or SQLObject teams. It's youtube-dl issue tracker and neither packaegs are related to youtube-dl. |
@yan12125 Thank you,I have resolved it,you's suggestion is very good |
$ sudo pip install --upgrade youtube_dl
Downloading/unpacking youtube-dl from https://pypi.python.org/packages/source/y/youtube_dl/youtube_dl-2014.03.24.3.tar.gz#md5=923c28fbdbed00970aa21cb4eff5aa49
Downloading youtube_dl-2014.03.24.3.tar.gz (340kB): 340kB downloaded
Running setup.py egg_info for package youtube-dl
Installing collected packages: youtube-dl
Found existing installation: youtube-dl 2014.03.21.5
Uninstalling youtube-dl:
Successfully uninstalled youtube-dl
Running setup.py install for youtube-dl
Successfully installed youtube-dl
Cleaning up...
$ youtube-dl --version
2014.03.24.3
The text was updated successfully, but these errors were encountered: