-
Notifications
You must be signed in to change notification settings - Fork 9
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
pip compatibility #89
Comments
Dear @abhimhamane, I have currently created a new pypi release v0.1.1 that seems to be working: https://pypi.org/manage/project/pyshbundle/release/0.1.1/ As you have been more involved in the development of the notebooks, if possible, I request you to update the notebooks by calling the pypi module. In addition, couple other tasks may be necessary:
Lastly, please note that the development for the pypi module is currently being undertaken in a dedicated branch: Couple links that may be useful:
Maybe we have a meeting sometime later to wrap up a release version. Best, |
I've tried using aliases to call functions but it does not work. One solution is to reorganize the functions as per their utility
|
Reorganization is a bit more time-consuming. An easy fix for the initial release is to use a slightly different function name.
|
Hi @abhimhamane , I have updated the latest version to v0.1.2. I had uploaded v0.1.1 to pypi, but maybe I did not push the version to github; and hence, the error in version numbering. Further, I have reinstalled pypi in my computer to the latest version and it was successful. Could you try to check if the update works without errors in your PC? And also test it with our notebooks? Thanks a lot, |
Also, @abhimhamane , I noticed that you do not have the API token setup in your computer. In this instance, the error is because pypi no longer allows changes to repos with username/password. Instead, you need to setup an API token on your computer. Let me know in case you face further issues regarding the API token. |
The text was updated successfully, but these errors were encountered: