-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does not work on Windows #35
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
This reverts commit 1e717ee.
@fmfreeze You can get it working when upgrading your click package to 8.1.3, this works for me on python 3.8 and 3.10 on windows. |
Yes it works when installed directly with pip. However, when installed via poetry I get the following error:
It would be good to have this issue solved. I spent the whole day trying to understand what is wrong with the path |
v0.3.3 (just released) now allows click v8 |
Describe the bug
When using on Windows10 with the command
rst2myst convert *.rst
it produces:
I triple-checked the if I am in the right directory, where my .rst files are stored.
Also tried quoting the path.
Does anybody experienced that issue? On Linux it worked as expected.
Reproduce the bug
pip install rst-to-myst[sphinx]
rst2myst convert *.rst
List your environment
No response
The text was updated successfully, but these errors were encountered: