Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Python 3 : ERROR: No matching distribution found for markdownserver-master (unavailable) #18

Open
carlmart opened this issue Apr 13, 2022 · 0 comments

Comments

@carlmart
Copy link

Tried downloading code. Using python 3
tried pip3 install -r requirements.txt
and pip install -r requirements.txt
Both gave errors below

Discarding git+https://github.com/ohbarye/markdown-server@f85a63ba06ca7cb5beb59bd96153d7ba1fa867ae#egg=markdownserver-master: Requested markdownserver from git+https://github.com/ohbarye/markdown-server@f85a63ba06ca7cb5beb59bd96153d7ba1fa867ae#egg=markdownserver-master (from -r requirements.txt (line 4)) has inconsistent name: filename has 'markdownserver-master', but metadata has 'markdownserver'

Collecting Markdown==2.6.2
Using cached Markdown-2.6.2-py2.py3-none-any.whl (157 kB)
ERROR: Could not find a version that satisfies the requirement markdownserver-master (unavailable) (from versions: none)
v

jasondunsmore added a commit to jasondunsmore/markdown-server that referenced this issue Aug 16, 2022
It was causing the pip install to fail.
ohbarye#18

Also, would get in the way of a dev setup. This way, one can use
"python setup.py develop" to test new patches.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant