fix-python icon indicating copy to clipboard operation
fix-python copied to clipboard

A simple CLI tool to allow you to use Python "normally" in NixOS

Results 5 fix-python issues
Sort by recently updated
recently updated
newest added

Doesn't seem to work for darwin. Is darwin possible?

I followed the instructions on the readme and it says this for every (or almost every?) file. ``` Patching file: /home/.../.venv/lib/python3.12/site-packages/....so patchelf: cannot find section '.interp'. The input file is...

Working with ChromaDB, it installs onnxruntime, however one of the compiled binaries in the wheel (`.venv/lib/python3.11/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.cpython-311-x86_64-linux-gnu.so`) is not executable. It is a problem because fix-python tries to find `.so` files...

bug

Title says it all :slightly_smiling_face: If I put my `libs.nix` into the current working directory, I get ```console $ fix-python --venv .venv/ --libs libs.nix Automatically adding "file" to PATH. Automatically...

Hey there, I have a python venv created with devbox (don't think this should make much of a difference as it is a regular venv, devbox just creates it.) I...