nekitdev / iters

Composable external iteration.
https://nekitdev.github.io/iters
MIT License
21 stars 4 forks source link

ModuleNotFoundError: No module named 'wraps.primitives' #67

Open DelofJ opened 2 weeks ago

DelofJ commented 2 weeks ago

I get this error on Python 3.11.9, I'm using a virtual environment And it is the latest version of iters aka 0.18.0

Traceback (most recent call last):
  File "c:\Users\DelofJ\Code Projects\Geometry Dash API\main.py", line 19, in <module>
    import iters
  File "C:\Users\DelofJ\Code Projects\Geometry Dash API\.venv\Lib\site-packages\iters\__init__.py", line 16, in <module>
    from iters.async_iters import (
  File "C:\Users\DelofJ\Code Projects\Geometry Dash API\.venv\Lib\site-packages\iters\async_iters.py", line 64, in <module>
    from wraps.primitives.option import Option, Some
ModuleNotFoundError: No module named 'wraps.primitives'
DelofJ commented 2 weeks ago

Issue also related to https://github.com/nekitdev/async-extensions/issues/15

DelofJ commented 2 weeks ago

I was there was apparently a PR fixing the issue https://github.com/nekitdev/iters/pull/66 Will it eventually be merged ?