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
My Linux uname -a output is Linux ***** #1 SMP PREEMPT Wed Sep 8 10:41:11 UTC 2021 armv7l armv7l armv7l GNU/Linux
uname -a
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'
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
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.
--inplace
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?
No branches or pull requests
tufbel commentedFeb 22, 2022
My Linux
uname -aoutput isLinux ***** #1 SMP PREEMPT Wed Sep 8 10:41:11 UTC 2021 armv7l armv7l armv7l GNU/LinuxThe text was updated successfully, but these errors were encountered: