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

No module named 'uvloop.loop' #462

Open
tufbel opened this issue Feb 22, 2022 · 3 comments
Open

No module named 'uvloop.loop' #462

tufbel opened this issue Feb 22, 2022 · 3 comments

Comments

@tufbel
Copy link

tufbel commented Feb 22, 2022

My Linux uname -a output is Linux ***** #1 SMP PREEMPT Wed Sep 8 10:41:11 UTC 2021 armv7l armv7l armv7l GNU/Linux

>>> import uvloop
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/cowave/lib/python_lib/uvloop/__init__.py", line 7, in <module>
    from .loop import Loop as __BaseLoop  # NOQA
ModuleNotFoundError: No module named 'uvloop.loop'
@Ancieg
Copy link

Ancieg commented Aug 11, 2022

Have the same issue.

uvloop built from tag: v0.16.0
Python version: 3.10.6
Cython version: 0.29.32
libuv version: 1.14.2 (system)

@Ancieg
Copy link

Ancieg commented Aug 11, 2022

Have the same issue.

uvloop built from tag: v0.16.0
Python version: 3.10.6
Cython version: 0.29.32
libuv version: 1.14.2 (system)

Tried to build with --inplace and it worked.

@tufbel
Copy link
Author

tufbel commented Aug 16, 2022

Have the same issue.
uvloop built from tag: v0.16.0
Python version: 3.10.6
Cython version: 0.29.32
libuv version: 1.14.2 (system)

Tried to build with --inplace and it worked.

Thanks, is the build done in Arm's Python using setup.py?

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

2 participants