sys-bio / simplesbml

Python package for building SBML models without needing to use libSBML.
http://simplesbml.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

pip install puts in old version #30

Closed upibhalla closed 3 years ago

upibhalla commented 3 years ago

Hello, Pip install gives me version 1.2.2 on Ubuntu 18.04. The very helpful docs refer to version 2.0.0. pip install "simplesbml==2.0.0" does not find the recent version, either. Thank you, Upi Bhalla

hsauro commented 3 years ago

Sorry for the delay in replying, I just spotted your email. I will look into this now.

Herbert Sauro

On Thu, Apr 29, 2021 at 4:40 AM Upinder S Bhalla @.***> wrote:

Hello, Pip install gives me version 1.2.2 on Ubuntu 18.04. The very helpful docs refer to version 2.0.0. pip install "simplesbml==2.0.0" does not find the recent version, either. Thank you, Upi Bhalla

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sys-bio/simplesbml/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIBSDU5ZW6RVK6B3GL3WBLTLFAQJANCNFSM43ZXCK3Q .

-- Herbert Sauro, Professor University of Washington, Bioengineering 206-685-2119, www.sys-bio.org @.*** Books: http://books.analogmachine.org/

hsauro commented 3 years ago

Try installing now. I upgraded to 2.1.0. It shouldn't matter what the OS is however. I pipi installed it on my ubuntu machine and I got version 2.1.0

try running

pip install --upgrade simplesbml