-
Notifications
You must be signed in to change notification settings - Fork 35
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
PyPi library #2
Comments
Yes, thanks for the suggestion. We have a paper being prepared right now, which should be submitted in a couple weeks. At that point I'll be releasing a new version and can see about getting it into PyPi. |
Great! Let me know when it will be in PyPi. |
Hello, |
@geo-dingky See my reply to your prior issue: #6 (comment) Please reply on that issue if you have any questions about it. |
Sincerely thank you for your help, I try your suggestion, unfortunately I get the following error message:ImportError Traceback (most recent call last) ImportError: cannot import name 'get_args' from 'MDN.utils' (C:\Users\DELL\002file\MDN\utils.py) I didn't find 'get_args' in the utils.py |
@geo-dingky get_args is actually in parameters, and so it's "from MDN.parameters import get_args", sorry for the confusion. Please reply to the other issue #6 so that I get an email notification, rather than editing prior comments. |
Are plans to add the MDN package in the PyPi libary for easier use?
The text was updated successfully, but these errors were encountered: