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 building wheel #282

Open
kuraga opened this issue Oct 1, 2024 · 3 comments
Open

Error building wheel #282

kuraga opened this issue Oct 1, 2024 · 3 comments

Comments

@kuraga
Copy link
Contributor

kuraga commented Oct 1, 2024

$ git clone https://github.com/mnemosyne-proj/mnemosyne.git
<...>
$ cd mnemosyne
$ make wheel
rm -rf dist build
python3 -m build
/usr/bin/python3: No module named build
make: *** [makefile:61: wheel] Error 1

How do I fix this? Thanks!

@pbienst
Copy link
Contributor

pbienst commented Oct 1, 2024

Wheel building is not supported, sorry...

@pbienst pbienst closed this as completed Oct 1, 2024
@kuraga
Copy link
Contributor Author

kuraga commented Oct 3, 2024

@pbienst ,

See here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mnemosyne&id=e5ee1fcd9ea84572585e0c434e5a0995bbbd1222

Just add build and poetry as build dependencies.

And then:

make -C po
python -m build --wheel --no-isolation

There are installing tricks, either.

P.S. But I'd revise the whole build-install code.

@pbienst
Copy link
Contributor

pbienst commented Oct 3, 2024

I not able to devote time to Mnemosyne these days, but if you care enough about this, I'm happy to accept patches.

@pbienst pbienst reopened this Oct 3, 2024
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