-
Ideally writing
```toml
[project]
name = "example"
version = "1.0"
[find-package]
fmt = {}
[target.mylib]
type = "static"
sources = ["..."]
link-libraries = ["fmt::fmt"]
[target.oth…
-
I was tring to install it as you've suggested in README.md file but i got this error. Can you please help me out...
I was running the command ```pip install .```
```
Installing build dependencies .…
-
I have
```python
from skbuild import setup
setup(
...
cmake_minimum_required_version="3.13...3.21",
)
```
which has always worked, up to now.
Which 0.16.3 I get:
```none
Trac…
-
Hi, I'm having this pip install issue, any ideas? thanks
```
(httomo) algol@home:~/Documents/OtherCODE/tomocupy-stream(main)$ pip install .
Processing /home/algol/Documents/OtherCODE/tomocupy-strea…
-
I have a number of f2py-based projects that I would like to build with skbuild instead of distutils.
I am trying to get my first project going with skbuild, it is a single Fortran 77 file lowtran7.f …
-
```bash
gmake[2]: *** [CMakeFiles/draco_compression_attributes_dec.dir/src/draco/compression/attributes/kd_tree_attributes_decoder.cc.o] Error 1
gmake[1]: *** [CMakeFiles/draco_compression_a…
-
I get this error when installing with pip3 install auto-pi-lot:
Building wheels for collected packages: blosc
Building wheel for blosc (pyproject.toml) ... error
error: subprocess-exited-with…
-
`pip install easyocr` Fails with `“CMake” is damaged and can’t be opened. You should move it to the Trash.`
```
Building wheels for collected packages: opencv-python-headless
Building wheel for…
-
As heading says: On Debian 10/buster trying to install cmake using pypi I run into problems:
```
Building wheel for cmake (PEP 517): started
Building wheel for cmake (PEP 517): finished with st…
-
Hi!
Has anyone successfully installed SPEC python wrappers on a mac M1 using anaconda? I get the following error message when running `python setup.py bdist_wheel`...
```
/opt/homebrew/Caskroom…