-
I can't find any information about which python version is required.
I tried 3.10.14 ( miniconda ) but get
```
2024-05-09 19:00:10.149845 MQTT connection established: 0
2024-05-09 19:00:10.1500…
-
## build
```
cargo build --release --all-features
```
## RustPython
```python
import urllib.request
req = urllib.request.Request(url="https://www.httpbin.org")
html = urllib.request.urlopen(r…
-
I follow the install instructions on termux on phone, I give permission storage,phone is rooted install everything right and when I start app with python3 wifi-brute force ,got this error:
$ python3 …
-
$ python api.py
/Users/aok/Projects/rustdev/MadeByMakepad/Python/bet365-api-scraper/venv/lib/python3.9/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+…
-
This report is inspired by https://github.com/latchset/pkcs11-provider/issues/429#issuecomment-2276242417 and https://github.com/latchset/pkcs11-provider/issues/429#issuecomment-2276265853. This repor…
-
Originally reported by: **Benoît Allard (BitBucket: [benallard](http://bitbucket.org/benallard), GitHub: @benallard?)**
---
The following script:
```
import ssl
ssl.PROTOCOL_TLSv1
```
Give the fol…
-
I'm personally not familiar with the protocols around ssl in websocket but is there a way similar to the websocket-client python package where I can disable SSL verification?
-
```
pip install pydruid
Collecting pydruid
Using cached https://files.pythonhosted.org/packages/32/91/4be6f902d50f22fc6b9e2eecffbef7d00989ba477e9c8e034074186cd10c/pydruid-0.4.2.tar.gz
Comp…
-
er = load(name="compute_similarity",
File "/opt/conda/envs/hat/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 1284, in load
return _jit_compile(
File "/opt/conda/envs/hat/l…
-
## Bug summary
Another command "invite" already exists for plugin "python"
Another command "kick" already exists for plugin "python"
## Steps to reproduce
1. Installed and set up Matrix …