Closed bmondal94 closed 4 months ago
@stepan-tsirkin Ha Ha...
irreptables-1.1.0
is required to be released in PyPI.irreptables>=1.1.0
in irrep setup.py
Minor: The url
in irreptables setup.py
can be updated to latest url.
@bmondal94 , you are right, new irreptables is not released. We did not update it for a long time, and I forgot that @MIraola did not have permissions to upload that package to pypi.
@MIraola , I invited you to that repo on pypi, so please upload irreptables there.
Hi @bmondal94 and @stepan-tsirkin ,
thank you for the invitation to the pypi repository. I have updated irreptables
there. I have installed irrep
via pip install irrep
in a new environment created from scratch and it correctly installed irreptables=1.1.0
(the version I had just uploaded to pypi). So, it seems it is fixed.
Let me know if we can close the comment, please.
Hi @MIraola
Thanks. Perfect.
Just a reminder in case you have not implemented it yet, before the next irrep
release it would be great if you could add irreptables>=1.1.0
version requirement in irrep
setup.py
, otherwise irrep upgrading would ignore upgrading already installed old irreptables
.
Dear @stepan-tsirkin @MIraola ,
Sorry...
irreptables is still not upgrading to latest version when installing irrep. Earlier I re-installed irreptables with git clone. So, I missed to catch the problem then. Tried a few options.
irrep setup.py
<= not working+# Function to check and install the required version of irreptables +def check_and_install_irreptables():
Check if irreptables is already installed
Install irreptables from local path if it's not installed or needs an update
So far, cloning
irrep
locally, going intoirreptables
and then usingpip install .
is working.Could not come up with any other solution.