You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: