Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DelofJ opened this issue Nov 3, 2024 · 2 comments
Open

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

DelofJ opened this issue Nov 3, 2024 · 2 comments

Comments

@DelofJ
Copy link

DelofJ commented Nov 3, 2024

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
Copy link
Author

DelofJ commented Nov 3, 2024

Issue also related to nekitdev/async-extensions#15

@DelofJ
Copy link
Author

DelofJ commented Nov 3, 2024

I was there was apparently a PR fixing the issue #66
Will it eventually be merged ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant