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

Having issues installing with setuptools #2

Closed
adi- opened this issue Dec 28, 2015 · 2 comments
Closed

Having issues installing with setuptools #2

adi- opened this issue Dec 28, 2015 · 2 comments

Comments

@adi-
Copy link

adi- commented Dec 28, 2015


error: [Errno 2] No such file or directory: '/tmp/easy_install-L7PBlR/MarkdownSuperscript-1.0.1/DESCRIPTION.rst'```
@jambonrose
Copy link
Owner

What commands did you issue to get that output?

At a glace, it appears that only the Wheel distribution on PyPI includes the Description.rst file. Neither the tar nor the zip have it, which baffles me a little bit. If you can use pipto install the wheel version (the default if you use pip install MarkdownSuperscript) then you shouldn't have any problems.

I'll try to get a fix for this over the weekend.

jambonrose added a commit that referenced this issue Apr 17, 2017
Core functionality remains the same. Python and Python Markdown versions
are changed. Repository infrastructure changed.

- Add test/support for Python-Markdown 2.6
- Drop Support For:
    - Python 2.6 (EOL 2013)
    - Python 3.2 (EOL 2016)
    - Python-Markdown 2.4 (Superseded in 2014)
- Fix Issue #2 - Setup.py errors; Description.rst missing
- Replace coveralls with codecov
- Add repository information such as AUTHORS and HISTORY
- Update Makefile dist and release for PyPI changes
@jambonrose
Copy link
Owner

This should now be remedied thanks to PR #4 . Please let me know if this is still an issue.

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