-
```
mamba create -n testenv scikit-learn python=3.12 libopenblas=0.3.28 -y
conda activate testenv
PYTHONFAULTHANDLER=1 python /tmp/test_openblas.py
```
```py
# /tmp/test_openblas.py
import nu…
-
The python3.10 that comes in the rust container cannot be linked with because it was not compiled with `-FPIC`
Please enable this in the docker!
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question and **…
-
With Deno v1 `deno vendor` command I used to build the complete local copy of the project dependencies, then to run it without having to rely on remote access with `deno run --no-remote` flag.
Tryi…
-
### Odoo Version
- [X] 16.0
- [X] 17.0
- [ ] 18.0
- [ ] Other (specify)
### Steps to Reproduce
- Add an extra `"` to a translation
- Reload web client to load translations for the language
Exam…
-
Error when installing:
Collecting gevent=22.10.2 (from chainlit->-r requirements.txt (line 5))
Downloading gevent-22.10.2.tar.gz (6.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 M…
-
### Your current environment
The output of `python collect_env.py`
```text
root@1ea91861f035:/vllm-workspace# python3 collect_env.py
Collecting environment information...
PyTorch version: 2.3…
-
Something in setuptools must have changed. The installation of this package no longer works. The following illustrates this error.
```
$ docker run --rm -it python:3.10 bash
root@42fe5bddf6e6:/# …
-
Got the following errors after freshed installed both on Linux and Windows:
```
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/…
-
Numba version is not specified in requirements files and pyproject-file.
The installation fails (tested on python>=3.11) as pip solves version constraints by choosing numba 0.53.1
Numba added …