Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Modules in PyPI Package Installation #97

Open
bravo0304 opened this issue Jan 20, 2025 · 1 comment
Open

Missing Modules in PyPI Package Installation #97

bravo0304 opened this issue Jan 20, 2025 · 1 comment

Comments

@bravo0304
Copy link

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?

Copy link

Thank you for reporting! If this is an SDK specific issue, we will look into it and get back to you soon. If this is an API related request, report it in our Advanced API Discord instead (use this invite link if it's your first time accessing the Discord).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant