Closed muhammadshoaib closed 4 months ago
Hi @muhammadshoaib, thanks for the report. This seems to be an issue in the PySB package that has since been fixed here: https://github.com/pysb/pysb/pull/579. However, PySB has not made a release since this fix. I will look into options to either have PySB released or change the dependency in INDRA. In the meantime, you could do
pip install git+https://github.com/pysb/pysb.git
to install the latest PySB from Github first, and then install INDRA to solve this.
That solve the problem, However, there is another thing noticed that Indra required pandas<2 is there any specific reason for this? Can't we update the Indra for Pandas>2,
In terms of the pandas dependency, I believe there is some code that will not immediately work if we change that constraint. However, it's something worth looking into both in INDRA, and some of our other packages that may assume pandas is installed via INDRA. This will take a little bit of time to investigate. I think it's very likely that if you simply keep a pandas > 2 installed locally (you can overwrite it in case INDRA's installation downgraded it), it will be fine for what you're working on.
These have since been resolved.
Hi folks, Good day,
I am trying to install indra using pip and github. However, I am having following error.
Can you help me out with this.
Kind Regards Shoaib