-
The following nodes contain Python nodes which need to be converted into CPython:
- [ ] All Elements Of Category+
- [ ] All Elements Of Class+
- [ ] All Elements of Family Type+
- [ ] All Families…
-
I've been adding graal support to a classifier type project naively based on applying a *bunch* of regexes to an input, and while Graal works the regex application is quite slow: it's about 4x slower …
-
Following https://discuss.python.org/t/request-python-organisation-on-pypi/26545, we now have two organisations on PyPI: https://pypi.org/org/cpython/ and https://pypi.org/org/python/
We can add th…
-
Here's a minimum dockerfile to reproduce the error:
```Dockerfile
FROM python:3.11.9-slim-bookworm
RUN apt-get update \
&& apt-get install -y git build-essential cmake --no-install-recommen…
-
This code block
```
from cmu_cpcs_utils import testFunction
@testFunction
def test():
assert
test()
```
when run in CPython 3.11, prints
`SyntaxError: invalid syntax`
and when ru…
-
This is going to be a huge task, but the goal is to be able to build CPython using Limbo's SQLite compatibility library.
You can build Python with Limbo as follows:
```
git clone --depth 1 http…
-
I have ran all the pre required commands
brew install ffmpeg opus libvpx pkg-config
but still it is not installing.
My python version is Python 3.13.0
Getting the following error
```
pip…
-
While installing the requirements I run into an error: cffi does not compile.
See error message below:
`Building wheels for collected packages: cffi
Building wheel for cffi (pyproject.toml) .…
-
```
building 'cyac.xstring' extension
clang++ -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -Ilib/cyac -I/Users/marat/workspace/publishing/.venv/include -I/Users/marat…
decaz updated
1 month ago
-
When executing `uv run`, a list of available commands is shown. `python` and `python3` work fine, but other commands list do not. I don't think `uv` should be shipping with `pip`, etc so the provi…