-
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
git is already the newest version (1:2.11.0-3+deb9u4).
python3-dev is alr…
-
Hi.
1. What version of Python are you using?
Python 3.9.6 (default, Feb 3 2024, 15:58:27)
2. What operating system and processor architecture are you using?
macOS-14.5-arm64-arm-64bit (i…
-
Hi,
I stumbled upon this bug:
```python
from pyasn1.type import tag, namedtype, univ
class Ctype(univ.Choice):
componentType = namedtype.NamedTypes(
namedtype.NamedType('fo…
-
Hi there,
I'm on OSX, installed dependencies via pip (via mac ports), python 3.3. For some reason the ASN1 parser seems to throw an Empty substrace error. Let me know if you need more debug info.
$ …
-
Cannot run opensnitch-ui
last version of opensnitch
OS: Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Installed all packages
log in terminal:
```…
-
Here is a small code fragment to illustrate the problem:
import binascii
from pyasn1.codec.der.decoder import decode as der_decode
from pyasn1.codec.der.encoder import encode as der_encode
from …
-
When executing `mmcai-drain.sh`, it calls `mmcai_adjust_requests.py` which fails with the following error:
```bash
$ ./mmcai-drain.sh
error: at least one resource name must be specified since 'a…
-
### The problem
Warning log message "/usr/local/lib/python3.12/site-packages/pysnmpcrypto/des.py:43: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.a…
-
Sometimes the user exists in `info.context.request.user`, but sometimes that fails, but using `django.contrib.auth.get_user(info)` returns a user. Sometimes neither work, despite having a valid JWT we…
-
Commands used
```
conda create --name assist python=3.8
conda activate assist
pip install sciassist
```
Error message
> DEPRECATION: pytorch-lightning 1.7.7 has a non-standard dependency spec…