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,