You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Upload source code for cases when built distributions are incompatible
At the moment install options are to pip install which installs compiled versions of the code which is great if you are on linux and use python 3.5 or 3.6. In other cases you can clone the github repo and build from source. Pip install should fall back on building from source if none of the compiled wheels are compatible.
twine has an sdist option to package up source code for this purpose, but it does not include any of the rust files when gathering code. Ideally we could find a way around this