Skip to content

[Circular import] issues when importing postqe after installation #7

@yliu1240

Description

@yliu1240

Hi, all!
I've installed the postqe in a virtual environment and the installation process works well. However, I encountered an issue when trying to launch postqe in Python:

"""

import postqe
Traceback (most recent call last):
File "", line 1, in
File "/.../miniconda3/envs/qez2/lib/python3.9/site-packages/postqe/init.py", line 9, in
from . import pyqe
File "/.../miniconda3/envs/qez2/lib/python3.9/site-packages/postqe/pyqe.py", line 2, in
from . import _pyqe
ImportError: cannot import name '_pyqe' from partially initialized module 'postqe' (most likely due to a circular import)
"""

Is there any other information I should provide to solve the issue?

Thanks in advance and have a nice day!

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions