Iwan Bolzern
Iwan Bolzern
+1 We are facing the same issue. Our workaround is ignoring 1.10.2 but it would be great to have it fixed in the next release. Thanks for all your work!
@svinota I saw this bug is fixed in master 4b78de12, do you have a schedule when you're expecting to be released?
Applied the patch 4b78de1251877b69c69416db0dadf92508906dc4 but still got an import error: ``` ..\..\..\.venv\Lib\site-packages\pr2modules\__init__.py:10: in import pyroute2 # noqa: F401 ..\..\..\.venv\Lib\site-packages\pyroute2\__init__.py:77: in loaded = entry_point.load() ..\..\..\.venv\Lib\site-packages\importlib_metadata\__init__.py:207: in load module = import_module(match.group('module')) C:\Tools\Python3.11\Lib\importlib\__init__.py:126:...
Did try, now the problem is because of the `ImportError` suppress in `__init__.py` the IPRoute module does not get imported and hence it cannot find IPRoute in my part of...
Dear jsii maintainers, Any chance that we can get this merged soon? Thank you and all the best, Iwan
Thanks @sam-goodwin for looking into this! I'm going to close this PR in favor of yours.
Dear AWS Team, We are in the same situation as @osqui0110. Would it be possible to update the typeguard version. Thank you and all the best!
I hoppend a PR for jsii to fix this: https://github.com/aws/jsii/pull/4455 It would be great if someone could review it.