File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def _check_install_compatibilitites():
37
37
+ f"\n Your Python environment has Theano(-PyMC) { theano .__version__ } installed, "
38
38
+ f"but you are importing PyMC { __version__ } which uses Aesara as its backend."
39
39
+ f"\n For PyMC { __version__ } to work as expected you should uninstall Theano(-PyMC)."
40
- + "\n See https://github.com/pymc-devs/pymc3 /wiki for installation instructions.\n "
40
+ + "\n See https://github.com/pymc-devs/pymc /wiki for update instructions.\n "
41
41
+ "!" * 60
42
42
)
43
43
except ImportError :
@@ -51,7 +51,7 @@ def _check_install_compatibilitites():
51
51
+ f"\n You are importing PyMC { __version__ } , but your environment also has"
52
52
+ f" the legacy version PyMC3 { pymc3 .__version__ } installed."
53
53
+ f"\n For PyMC { __version__ } to work as expected you should uninstall PyMC3."
54
- + "\n See https://github.com/pymc-devs/pymc3 /wiki for installation instructions.\n "
54
+ + "\n See https://github.com/pymc-devs/pymc /wiki for update instructions.\n "
55
55
+ "!" * 60
56
56
)
57
57
except ImportError :
You can’t perform that action at this time.
0 commit comments