-
Notifications
You must be signed in to change notification settings - Fork 50
Fix setup issues #15
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
base: master
Are you sure you want to change the base?
Fix setup issues #15
Conversation
|
Thanks, it works for me. I hope this can be merged. |
mardoodmuh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi guys, i really appreciate your efforts and i do like this package, but when i was trying to install it with pip it kept showing this error until i had to install it manually which is really inconvenient and sucks for beginners like me, may you please upload this updates to the pip repository?
I published it on pip last year : pip install python-romkan-ng |
|
Another request to please update the package. thank you in advance |
Changes in python 3.13 made the setup obsolete - distutils has been deprecated and replaced by setuptools - romkan has not being updated and does not compile any more under 3.13 the author is aware of the problem but has not updated the package. For this reason romkan-ng has been uploaded by a contributor See soimort/python-romkan#15
Fixes #14 , #10