Package pymc3 version display in Google Colab does not match

Asked 2 years ago, Updated 2 years ago, 88 views

!pip list

When I checked the version of pymc3 in , it says 3.8 but

import pimc3 as pm
print(pm.__version__)

If so, the output will be 3.7.How can I install it in 3.8?

python google-colaboratory

2022-09-30 16:16

1 Answers

The old information may be displayed due to the order in which the cells run.Try restarting from the menu above, Runtime, and running all cells, starting from the cells above.


2022-09-30 16:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.