-
-
When importing `connect()`, the new ncclient 0.6.16 tries to import `AF_UNIX` on Windows 10, raising an `ImportError`. Forcing pip to install ncclient 0.6.15 resolved the issue.
Tested today, on Py…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
To create a new release, follow the instructions in "Release Python package with GitHub Actions and tag" on GitLab. Simultaneously, in the "operation-release-everything" repository, cross off complete…
-
With Python 3.10, PowerSpyCli fails to collect data from the deice with a system error : ```PY_SSIZE_T_CLEAN macro must be defined for '#" fromats```
-
To create a new release, follow the instructions in "Release Python package with GitHub Actions and tag" on GitLab. Simultaneously, in the "operation-release-everything" repository, cross off complete…
-
Hello,
I have been using pytope for several years, but recently found that I can no longer install it. I am unsure why. Here are the steps to reproduce the issue:
```bash
conda create -n test …
-
now distroless python3 is 3.9 version.
any plan to python 3.10 support?
or, How can I build python 3.10 image for personal use?
-
### What happened?
I have a working test setup which is running as expected in a venv using python 3.10.0 under Windows 11.
I considered updating to python 3.12.4, so I created a new venv using 3…
-
I have this problem:
https://stackoverflow.com/questions/70943244/attributeerror-module-collections-has-no-attribute-mutablemapping
Seems like it requires rewriting code to work with the new ver…