Skip to content

Missing Modules in PyPI Package Installation #97

@bravo0304

Description

@bravo0304

I installed coinbase-advanced-py from PyPI, but the installation doesn’t seem to include all the necessary code files. Specifically, the package only installs metadata (like the coinbase_advanced_py-1.8.2.dist-info directory) and a coinbase directory, but it’s missing certain files or modules referenced in the documentation and examples. For instance, when I try to import Auth from coinbase_advanced_py.auth, or Client from coinbase_advanced_py.rest, I get a ModuleNotFoundError.

What I’ve Tried:

I confirmed that pip install coinbase-advanced-py completes without errors.
After installation, I looked inside site-packages and only found the coinbase folder with some modules (rest_base.py, orders.py, etc.), but not the auth.py module or the Client class.
I attempted to install directly from GitHub (pip install git+https://github.com/coinbase/coinbase-advanced-py.git) and encountered the same issue: the expected coinbase_advanced_py structure and files are still missing.
I have also checked various commits on GitHub to see if any previous version includes these files, but I haven’t found a commit that resolves the issue.

Could you clarify if the PyPI distribution is missing these files, or if the correct usage of the package has changed? If the examples in the README are outdated, are there updated instructions for how to use the current version of the library?

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