Skip to content
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

Closed
FernandoMiguel opened this issue Mar 24, 2014 · 10 comments
Closed

no previously-included directories found matching 'docs/_build' #2623

FernandoMiguel opened this issue Mar 24, 2014 · 10 comments
Assignees

Comments

@FernandoMiguel
Copy link

$ 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

no previously-included directories found matching 'docs/_build'

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

no previously-included directories found matching 'docs/_build'
Installing youtube-dl script to /usr/local/bin

Successfully installed youtube-dl
Cleaning up...

$ youtube-dl --version
2014.03.24.3

@jaimeMF
Copy link
Collaborator

jaimeMF commented Mar 29, 2014

I also get the same message when installing other python packages like Flask. I think this isn't harmful.

@phihag
Copy link
Contributor

phihag commented Mar 29, 2014

@jaimeMF I'm fairly certain that this is caused by 685052f, isn't it?

@jaimeMF
Copy link
Collaborator

jaimeMF commented Mar 29, 2014

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.

@jaimeMF jaimeMF closed this as completed in 14cb497 Apr 3, 2014
@jaimeMF
Copy link
Collaborator

jaimeMF commented Apr 3, 2014

It shoudl be fixed now. If you get the message again, please comment here and we will reopen the issue.

@NoWait126
Copy link

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'
warning: no files found matching '.html' under directory 'docs'
warning: no files found matching '
.css' under directory 'docs'
warning: no files found matching '.png' under directory 'docs'
warning: no files found matching '
.gif' under directory 'docs'
Downloading/unpacking cssselect>=0.9 (from pyspider)
Downloading cssselect-0.9.1.tar.gz
Running setup.py (path:c:\users\think\appdata\local\temp\pip_build_Think\cssselect\setup.py) egg_info for package cssselect

no previously-included directories found matching 'docs\_build'

Downloading/unpacking lxml (from pyspider)

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 24, 2015

@NoWait126 this is the bug tracker for youtube-dl, we can't provide you support for other python packages.

@NoWait126
Copy link

@jaimeMF Thank you.

@le-wei
Copy link

le-wei commented May 7, 2016

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

@yan12125
Copy link
Collaborator

yan12125 commented May 7, 2016

@liweilup Ask sqlalchemy or SQLObject teams. It's youtube-dl issue tracker and neither packaegs are related to youtube-dl.

@le-wei
Copy link

le-wei commented May 12, 2016

@yan12125 Thank you,I have resolved it,you's suggestion is very good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants