Skip to content

BUG: Unable to install pytensor as a package with pip install -e #947

Open
@tanish1729

Description

@tanish1729

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
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions