We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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!
The text was updated successfully, but these errors were encountered:
Wheel building is not supported, sorry...
Sorry, something went wrong.
@pbienst ,
See here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mnemosyne&id=e5ee1fcd9ea84572585e0c434e5a0995bbbd1222
Just add build and poetry as build dependencies.
build
poetry
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.
I not able to devote time to Mnemosyne these days, but if you care enough about this, I'm happy to accept patches.
No branches or pull requests
How do I fix this? Thanks!
The text was updated successfully, but these errors were encountered: