Replies: 1 comment
-
We need an MWE for constructing the environment in order to understand what's going on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can't import aesara on windows : FileNotFoundError
When I try to import aesara, the following error is raised. I'm working on Windows 10, 64bits.
Most surprisingly, the error occur in a jupyter-notebook but not in VS Code.
Please provide a minimal, self-contained, and reproducible example.
Please provide the full traceback of any errors.
Versions and main components
python -c "import aesara; print(aesara.config)"
) : can't import aesaraBeta Was this translation helpful? Give feedback.
All reactions