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

Fix build error #41

Closed
wants to merge 1 commit into from
Closed

Conversation

kigawas
Copy link

@kigawas kigawas commented Jul 11, 2024

Problem:

import bip32 in setup.py breaks build from source due to circular dependency (base58 is not installed).

Solution:

Separate __version__ to another file.

@kigawas kigawas mentioned this pull request Jul 11, 2024
@darosior
Copy link
Owner

Nice, thanks. In fact i was thinking i should just copy over base58 instead of having it as a dependency. Let me see if the licence permits it, in which case i'll just do that.

@darosior darosior mentioned this pull request Jul 22, 2024
@darosior
Copy link
Owner

I adopted a different approach, see #42. Thank you for pointing out the issue and proposing a fix.

@darosior darosior closed this Jul 22, 2024
@kigawas kigawas deleted the fix-python3.12-build branch July 22, 2024 12:00
darosior added a commit that referenced this pull request Sep 7, 2024
Install python-bip32 from source to avoid
#41 from happening again.

Unfortunately building coincurve on MacOS keeps failing for esoteric
reasons and i don't have infinite time, so on MacOS first install
coincurve wheels before installing python-bip32.
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

Successfully merging this pull request may close these issues.

2 participants