NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
460 stars 105 forks source link

cannot import name 'ISO_8601' from 'nr.parsing.date' #105

Closed rLoka closed 4 years ago

rLoka commented 4 years ago

Hi,

I installed pydoc-markdown via pip (development version on github) and when I try to run it over the command line, I get:

ImportError: cannot import name 'ISO_8601' from 'nr.parsing.date' (/usr/local/lib/python3.8/site-packages/nr/parsing/date.py)

Do you know where could be the problem?

NiklasRosenstein commented 4 years ago

Hey @rLoka , sorry about that, I did a mistake in publishing a new version of nr.parsing.date and (not adhering to semantic versioning). I removed the faulty version of that library, could you please try again?

NiklasRosenstein commented 4 years ago

Can confirm it's working on my side (tested in an empty environment). Let me know if you still have issues.