You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ImportError while loading conftest '/private/tmp/nix-build-python3.13-curio-1.6.drv-0/curio-1.6/tests/conftest.py'.
> tests/conftest.py:5: in <module>
> from curio.monitor import Monitor
> curio/monitor.py:58: in <module>
> import telnetlib
> E ModuleNotFoundError: No module named 'telnetlib'
For full logs, run 'nix log /nix/store/vcf3vqv5y4nsf1v5mass1xm1zgjbwpfm-python3.13-curio-1.6.drv'.
error: 1 dependencies of derivation '/nix/store/hz2581hspvp2kx6s7vl3rxzzbx3ak648-python3.13-sniffio-1.3.1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/1g86szsg9ag5kaj4vf4d3gp5q4hjapy4-python3.13-trio-0.26.2.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6qy8s1vn6yzaf0gc995xv8zmabi6d8wi-python3.13-jeepney-0.8.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/hqhcvhdbv7n3i3bnbk7qa4vy9c1bpps2-python3.13-secretstorage-3.3.3.drv' failed to build
error: 1 dependencies of derivation '/nix/store/rp5m41kjmv8gk05qmq6h49jcck2g1k8b-yt-dlp-2024.12.3.drv' failed to build
Additional context
It seems like python-curio hasn't had a release since 2022 but commit in the master branch of curio from 2024 fixes the telnetlib issue...
Related python-trio/sniffio#34 (comment)
Metadata
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Build Log
Additional context
It seems like python-curio hasn't had a release since 2022 but commit in the master branch of curio from 2024 fixes the telnetlib issue...
Related python-trio/sniffio#34 (comment)
Metadata
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: