executablebooks / rst-to-myst

Convert ReStructuredText to MyST Markdown
https://rst-to-myst.readthedocs.io
MIT License
59 stars 10 forks source link

Please support click 8 #45

Closed staticdev closed 1 year ago

staticdev commented 1 year ago

Describe the bug

context When I install other pip packages I get conflicts because of the restriction from rst-to-myst.

expectation I expected it to not have this restriction.

$ pip install otherpackage
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
rst-to-myst 0.3.2 requires click~=7.1, but you have click 8.1.3 which is incompatible.

problem This is a problem for people wanting to have other packages installed.

Reproduce the bug

Install rst-to-myst and try to install for example molecule[docker].

List your environment

No response

welcome[bot] commented 1 year ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

staticdev commented 1 year ago

UPDATE: I see it was missing a release basically.

chrisjsewell commented 1 year ago

Sure ting, I would suggest perhaps using https://pypa.github.io/pipx/ to install though, then you wouldn't need to worry about conflicts

staticdev commented 1 year ago

@chrisjsewell thanks for the suggestion, do you plan to have a new release soon?

chrisjsewell commented 1 year ago

done 👍

staticdev commented 1 year ago

done +1

Thanks!