Skip to content

ModuleNotFoundError for py-zerox Module #47

Open
@shawn8888

Description

@shawn8888

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

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