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

Error: module 'degenbot' has no attribute 'UniswapV2Pool' #21

Open
Aviksaikat opened this issue Oct 30, 2024 · 3 comments
Open

Error: module 'degenbot' has no attribute 'UniswapV2Pool' #21

Aviksaikat opened this issue Oct 30, 2024 · 3 comments

Comments

@Aviksaikat
Copy link

Hi, It would be nice if you could add some proper docs. I can help with this. For version 0.2.4 I'm getting AttributeError: module 'degenbot' has no attribute 'UniswapV2Pool'

@Aviksaikat
Copy link
Author

Looks like the pip package is outdated.

@BowTiedDevil
Copy link
Owner

The README here on GitHub is out of sync because it has edits for the upcoming 0.3.0 release, which makes some changes to class naming and organization.

If you need to see the 0.2.4 README, the version on PyPI is still aligned with the latest release.

If you want to work with the development branch, you can do a git clone to your local machine and do an editable pip install (pip -e /path/to/local/repo) which will reflect any code changes to that folder your environment.

@Aviksaikat
Copy link
Author

The README here on GitHub is out of sync because it has edits for the upcoming 0.3.0 release, which makes some changes to class naming and organization.

If you need to see the 0.2.4 README, the version on PyPI is still aligned with the latest release.

If you want to work with the development branch, you can do a git clone to your local machine and do an editable pip install (pip -e /path/to/local/repo) which will reflect any code changes to that folder your environment.

Or we can install directly from pip using tools like rye, hatch, pdm etc.

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

No branches or pull requests

2 participants