-
Issue to track Python 3.13 compatibility issues
Issues in dependent packages
- [x] pillow
- [x] related issue https://github.com/python-pillow/Pillow/pull/8050
- [x] https://github.com/py…
-
Traceback (most recent call last):
File "src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
File "/home/USER/ttrss-irc/plugins/ttrss.py", line 81, in onconnect
self._login(…
-
I am getting an error with pip install -r requirements-dev.txt under python 3.11.8
The error starts out
In file included from src/greenlet/greenlet.c:11:
src/greenlet/greenlet.h:42:5: e…
-
I'm chasing down a 100% CPU consumption problem that is somewhere in gevent's hub run while running greenlets from future_to_greenlet.
While investigating, I wanted to make sure that greenlets were…
-
I tried odoo 18 on python 3.13. Multiple packages need to be updated in requirements.txt and code changes are also needed.
I tested and these versions worked.
Babel==2.16.0
greenlet==3.1.1
Pillo…
-
```
$ python3.11
Python 3.11.9 (main, Jul 11 2024, 01:05:32) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a on freebsd14
Type "help", "copyright", "credits" or "li…
-
```bash
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='erp.acunetix.com', port=443): Max retries exceeded with url: /TargetManagement/Targets/GetTargets (Caused by NewConnectionError(': …
-
### Version
Command-line (Python) version
### Operating System
Ubuntu Linux
### What happened?
When I run "python main.py" and enter in my application specification I get the following …
-
ERROR: Failed building wheel for greenlet
-
I have followed the Greenlet profiling [docs](https://github.com/sumerc/yappi/blob/master/doc/greenlet-profiling.md#with-threading-monkey-patched). However, when I attempt to print the greenlet stats …