Open
Description
Describe the issue:
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:
import pytensor
print(pytensor.__version__)
Error message:
AttributeError: module 'pytensor' has no attribute '__version__'
PyTensor version information:
Can't check version
Context for the issue:
No response