Bug 2368372
Summary: | pysnmp broken: ModuleNotFoundError: No module named 'pyasn1.compat.octets' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ronald Wahl <rwahl> |
Component: | pysnmp | Assignee: | Fabian Affolter <mail> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 42 | CC: | fede, lhh, mail |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | pysnmp-7.1.16-1.fc42 | Doc Type: | --- |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-06-13 01:02:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ronald Wahl
2025-05-24 16:10:52 UTC
I did a MR (https://src.fedoraproject.org/rpms/pysnmp/pull-request/2) to bump to 7.1.16 that was even merged after some struggle, but then was never built (note in MR comments I've asked for that again couple of times) and pushed to updates so never got in. I use that version (of course rebuilding with local facilities) in production since some time (not sure about your specific report, but never bumped in any problem till now). Sadly seems the maintainer is quite unresponsive. FEDORA-2025-878c0f02b7 (pysnmp-7.1.16-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-878c0f02b7 FEDORA-2025-878c0f02b7 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-878c0f02b7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-878c0f02b7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. The update pushed to QA should have solved this. Please note API changed so ie. a check (but is done as well in automatic test now in RPM build with the import check tests) can be instead:
```
>>> from pysnmp.hlapi.v3arch.asyncio import ObjectIdentity
>>> from pysnmp.hlapi.v1arch.asyncio import ObjectIdentity
```
FEDORA-2025-878c0f02b7 (pysnmp-7.1.16-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |