-
After installing GSL 2.8, while running ``pip install https://github.com/pygsl/pygsl/archive/refs/tags/v2.4.1.tar.gz``, I get the following error. It could be that the bspline API changed upstream and…
-
### Package and Environment Details (include every applicable attribute)
* Package Name/Version: **swig/4.0.2**
* Operating System+version: **MacOS 11.6**
* Compiler+version: **Apple Clan…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [X] I have not been informed if the issue is resolved…
-
swig version: 4.2.1
os: ubuntu 22.04
1. declare with "constexpr auo" , result success
`
static constexpr auto Success = "Success";
`
2. declare with "constexpr auo" , result failed
…
-
Recently, an additional check was added to the SWIG_Tcl_ConvertPtrFromString function.
This check compares the TclCommandInfo "deleteProc" attribute to make sure it is set to the SWIG_TclObjectDelete…
-
Attempt to build "sharedlib" fails with "make: swig: No such file or directory"
The solution is to add the following line to the list of packages to be installed in install.md:
sudo apt-get instal…
-
I am trying to install in Ubuntu 18.04, using pip, I have swig 3.0.12, and I get the following error. Is there a problem with the version of swig?
```
$ pip install box2d-py
…
-
same problem to #361
any plans for usd22.08 or later version?
-
If `Py_LIMITED_API` is defined and `pybuffer.i` is used, SWIG generated code uses `PyObject_AsReadBuffer()`, which is no longer available with Python-3.13.
This is with SWIG 4.2.1.
To reproduce:…
-
I'm trying to use this package so first thing I tried was just a simple pip install, which failed with:
```
# pip install sensirion-gas-index-algorithm
Collecting sensirion-gas-index-algorithm
…