You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure the development branch of Theano is installed alongside PyMC3
107
-
(recommended), see the Theano Installation section, below.
106
+
To ensure the development branch of `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`__ is installed alongside PyMC3
107
+
(recommended), see the `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`__ Installation section, below.
108
108
109
109
Lastly, another option is to clone the repository and install PyMC3 using
110
110
``python setup.py install`` or ``python setup.py develop``.
111
111
112
-
Theano Installation
113
-
-------------------
112
+
Theano-PyMC Installation
113
+
------------------------
114
114
115
-
PyMC3 is tested on Python 3.6, 3.7, and 3.8 and depends on `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`__,
116
-
NumPy, SciPy, and pandas
115
+
PyMC3 is tested on Python 3.6, 3.7, and 3.8 and depends on NumPy, SciPy, and pandas
117
116
(see `requirements.txt <https://github.com/pymc-devs/pymc3/blob/master/requirements.txt>`__ for version
118
117
information).
119
118
119
+
Moreover, as of Late 2020, PyMC3 now requires `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`__ instead of `Theano <https://github.com/Theano/Theano>`__.
120
+
120
121
That being said, you can install PyMC3 using the ``requirements.txt``
121
122
file.
122
123
@@ -129,7 +130,12 @@ This requires cloning the repository to your computer:
129
130
pip install -r requirements.txt
130
131
131
132
.. note::
132
-
If you already have `Theano-PyMC <https://github.com/pymc-devs/Theano-PyMC>`__ installed, then re-install the module, as such
133
+
134
+
* If you have Theano installed, please remove it and install Theano-PyMC via Conda Forge, seen below:
135
+
136
+
``conda remove theano``
137
+
138
+
* If you have an outdated version of Theano-PyMC, then re-install the module via Conda Forge:
0 commit comments