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
I installed pytensor using pip install -e <path_to_my_fork> but i keep running into errors after that and cant even do simple imports. Everything seems to be failing because of
Reproducable code example:
importpytensorprint(pytensor.__version__)
Error message:
AttributeError: module 'pytensor' has no attribute '__version__'