Closed H3n-beep closed 2 years ago
Are you trying to install the version from PyPi or from this repository?
Are you trying to install the version from PyPi or from this repository?
I tried pip but failed and tried to build from repo but due to some dependency rabbithole i gave up
Does the wheel built by this repository's runner work? If I remember correctly, I left it all setup, I just never got to the point to releasing to PyPi.
well im not technical so how should i build manually?
To build the current repository version, I believe all you need is to install the Rust toolchain and then the package requirements (with e.g. pip install -r requirements.txt
). Once that's done, installing the package (pip install .
, if you downloaded the repository and are in the root folder) should do the trick.
You raise a good point, in that this should probably be documented, at least in the README.
after installing rust and manually building it was installed succesfully thanks for the help
during the installation thtrough pip 21.3.1 it fails to build both within and out of a venv OS: Fedora release 35 (Thirty Five) x8 Kernel: 5.14.20-300.fc35.x86_64 python=3.10.0 wheel in ./.venv/lib/python3.10/site-packages (0.36.2) Shell: zsh 5.8 tried the isolate flag and testing in a new venv to no avail the error during building is as follows:
steps to reproduce: try to install via pip in linux?