-
Notifications
You must be signed in to change notification settings - Fork 161
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
Making indic-nlp-library available via Conda Forge #63
Comments
@anoopkunchukuttan I am unable to make this available in Conda Forge because your
Otherwise, when you run Can you make this change? Or will you accept a PR if I submit one for this? Thank you. |
I have submitted a PR for this here: #64 |
Sorry for the delay @Ubadub
Let me know if that works, or |
Thanks for your reply.
The version.txt file is not bundled with the pip package, because pip only bundles .py files by default, and so when the source files are downloaded by Conda, it is not included. Thus, when conda executes the setup.py script, it results in an error, because the file is not there. In this PR, I have made the appropriate change so that the version.txt file does get bundled with the pip package. Does that make sense? You can check this for yourself by running Let me know if you have any other questions. |
Hi,
Thank you for your incredibly helpful package. I am submitting it for inclusion on Conda Forge by creating a recipe as explained here. I believe that making the package accessible via Conda Forge (rather than just via Pip) will make it more accessible to those who would benefit from using it.
I am writing to make sure you (the owner of this repo - @anoopkunchukuttan) are ok with me listing you as a recipe maintainer. If you approve of this, please let me know. Otherwise, I will list just myself (note that recipe maintainer =/= package maintainer; the recipe maintainer is not in charge of the package itself, but rather only making sure it's listed on Conda Forge).
Thank you.
The text was updated successfully, but these errors were encountered: