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

something goes wrong when I use command line "pip install stacked_generalization" #6

Closed
wEEang763162 opened this issue May 22, 2018 · 2 comments

Comments

@wEEang763162
Copy link

here is the detail.
pip install stacked_generalization
Collecting stacked_generalization
Using cached https://files.pythonhosted.org/packages/d0/99/e42d99355f00068aa2f8eef5f88c1610558f10217e2704067b5134629397/stacked_generalization-0.0.4.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-mm6gy5sl/stacked-generalization/setup.py", line 28, in
long_description=read_md('Readme.md'),
File "/tmp/pip-build-mm6gy5sl/stacked-generalization/setup.py", line 13, in
read_md = lambda f: pypandoc.convert(f, 'rst')
File "/home/wxk/anaconda3/lib/python3.6/site-packages/pypandoc/init.py", line 66, in convert
raise RuntimeError("Format missing, but need one (identified source as text as no "
RuntimeError: Format missing, but need one (identified source as text as no file with that name was found).

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-mm6gy5sl/stacked-generalization/

Please tell me how to fix it if you know it.

@fukatani
Copy link
Owner

fukatani commented May 25, 2018

Thank you for your report!
I found pip upload is broken.

You can install by as follows.

git clone https://github.com/fukatani/stacked_generalization.git
cd stacked_generalization
python setup.py install

@wEEang763162
Copy link
Author

Thank you sincerely.

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

2 participants