Skip to content

Fix build error#41

Closed
kigawas wants to merge 1 commit intodarosior:masterfrom
kigawas:fix-python3.12-build
Closed

Fix build error#41
kigawas wants to merge 1 commit intodarosior:masterfrom
kigawas:fix-python3.12-build

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