Peter Koval

Results 5 issues of Peter Koval

I am missing a more advanced tool for tracking dependencies of the reflex applications. poetry is used within reflex. How to use poetry in the applications? I guess I am...

documentation
enhancement
hacktoberfest

**Describe the bug** I could not install the rdkit on raspberry pi in Python 3.10 **To Reproduce** I installed Python 3.10.11 (using pyenv) on Raspberry Pi Raspbian GNU/Linux 11 (bullseye)....

bug
stale

`programs/github/scikit_build_example$ pip install -e . Obtaining file:///home/kovalp/programs/github/scikit_build_example Installing build dependencies ... done Checking if build backend supports build_editable ... done Getting requirements to build editable ... done Preparing editable metadata...

`(pybind11) kovalp@kovalp-ThinkPad-T460:~/programs/github/pybind11$ pip install ./cmake_example Processing ./cmake_example Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: cmake_example...

Using a package manager greatly simplifies the installation and maintenance of the package. The uv package manager gains popularity in the Python community mainly because of its speed. In this...