-
Everything has worked out fine except for the plotting process. I don't get any .pngs in the project merged folder. I have copied the output from the CMD window below. I did run the "pip list --outdat…
-
### Bug Explanation
```shell
> python -c "import ivy; ivy.set_backend('numpy'); print(ivy.lgamma(5)); print(ivy.lgamma(5.))"
ivy.array(3)
ivy.array(3.1780539)
> python -c "import ivy; ivy.set_bac…
-
When passing buffer to C extension, the readonly field might be set while it shouldn't
C extension:
```c
#define PY_SSIZE_T_CLEAN
#include
static PyObject *method(PyObject *self, PyObject *a…
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
I want to use spacy.load('xx-ent-wiki-sm') but
I got error "File "thinc/backends…
-
**Describe the bug**
Running a ubi9 image on Apple M3 rosetta Podman linux image, on import of library a segmentation fault occurs.
**To Reproduce**
`import tiledbsoma` while running linux contai…
-
### Describe the bug
Any package that named memoryview is interpreted as a builtin type. This will crash at runtime (see code) `from cpython cimport memoryview as _memoryview`, however this works `fr…
-
使用 pip 安装最新版本后,运行报警告,如下:
```python
C:/Users/.../PycharmProjects/.../polars_ta_test.py
C:\Users\...\anaconda3\envs\...\lib\site-packages\numpy\_distributor_init.py:30: UserWarning: loaded more tha…
-
## Description
### What steps will reproduce the problem?
This command failed to be executed because an error occurred while trying to get the file code from Spyder's editor. The error was: An exc…
-
hi everyone, i have already used this model but for same reasons I have to delete pypsa-earth.
I have tried all the possible solution that i was able to think from reinstalling miniconda to try to …
-
Hey Kyle, I was working with the [apply_categorical_cmap](https://github.com/developmentseed/lonboard/blob/d5bc98fbbbe382d142dc8640487a0feecea1ea3b/lonboard/colormap.py#L193C13-L193C20) in lonboard ye…