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
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'
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: