We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: TypeError: MvNormalRV.init() missing 1 required keyword-only argument: 'method'
Reprex:
mamba create -n sbvar python=3.10 pymc pandas matplotlib pymc-extras jupyter
import pymc as pm from pymc_extras.statespace import BayesianVARMAX
System: Apple M1 Max Macbook Pro System Version: macOS 15.3.1 (24D70) Kernel Version: Darwin 24.3.0
Found when trying out code from this S-BVAR discussion.
The text was updated successfully, but these errors were encountered:
This was broken by the latest pytensor release. I'll make a fix tomorrow. In the meantime you will need to downgrade to pytensor<2.28.0
pytensor<2.28.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Error:
TypeError: MvNormalRV.init() missing 1 required keyword-only argument: 'method'
Reprex:
System:
Apple M1 Max Macbook Pro
System Version: macOS 15.3.1 (24D70)
Kernel Version: Darwin 24.3.0
Found when trying out code from this S-BVAR discussion.
The text was updated successfully, but these errors were encountered: