-
-
Notifications
You must be signed in to change notification settings - Fork 153
Quick fix for import issues introduced by #21 #58
Quick fix for import issues introduced by #21 #58
Conversation
f92094c to
6696caf
Compare
|
How does this fix the circular import issue? |
|
The CI tests look like the import problem appears just on Python 3.6 |
|
Yes, the problem definitely appears to be in Python 3.6 only. I've simply reverted the import changes in |
4571796 to
4b318ef
Compare
|
Nice!! |
|
I got the same error with python 3.10. I don't understand the answer above. Can someone explain to me how to fix it? Many thanks! |
|
I also got this error, now with python 3.11 |
|
I also got the error with my python 3.12. Working in VSC and can't find the solution for it. |
|
Same error as above, with 3.11.5 - what is going on with this program? I'd really rather not switch back to Stan... |
|
I am having the same error, using Python 3.9.18 and PyMC3 3.11.4 |
|
Sorry folks, Aesara is not affiliated with PyMC, so any errors you're having related to PyMC need to be addressed to that project. Otherwise, feel free to open an issue for any problems related to the use of Aesara alone. |
This PR is a quicker/smaller fix than #54.