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
Notebook title: API Quickstart Notebook url: https://github.com/pymc-devs/pymc-examples/blob/main/examples/howto/api_quickstart.ipynb
import aesara.tensor as at
But aesara is no longer installed with pymc (at least with pip)
aesara
pymc
pip
No import error.
Maybe import pytensor etc?
import pytensor
The text was updated successfully, but these errors were encountered:
Fixed by #481.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Notebook title: API Quickstart
Notebook url: https://github.com/pymc-devs/pymc-examples/blob/main/examples/howto/api_quickstart.ipynb
Issue description
import aesara.tensor as at
But
aesara
is no longer installed withpymc
(at least withpip
)Expected output
No import error.
Proposed solution
Maybe
import pytensor
etc?The text was updated successfully, but these errors were encountered: