Open
Description
I'm encountering a ModuleNotFoundError when trying to import the py-zerox module in my Python project, despite having installed it successfully.
Environment
Python Version: 3.12
Installed Packages:
py-zerox 0.0.3
Steps to Reproduce:
Install the py-zerox package using:
pip install py-zerox
Attempt to import the module in a Python script:
from pyzerox import zerox
Receive the following error:
ModuleNotFoundError: No module named 'pyzerox'
Could you please assist me in resolving this issue? Any guidance on ensuring that the py-zerox module is recognized would be greatly appreciated.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels