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
When I use pip install xoscar and try to import xoscar.collective on Mac, there will be an error that ImportError: dlopen(/Users/liuyibin/miniconda3/lib/python3.10/site-packages/xoscar/collective/xoscar_pygloo.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_uv_async_init'
To Reproduce
To help us to reproduce this bug, please provide information below:
Your Python version
The version of Xoscar you use
Versions of crucial packages, such as numpy, scipy and pandas
Full stack of the error.
Minimized code to reproduce the error.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use
pip install xoscar
and try toimport xoscar.collective
on Mac, there will be an error thatImportError: dlopen(/Users/liuyibin/miniconda3/lib/python3.10/site-packages/xoscar/collective/xoscar_pygloo.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_uv_async_init'
To Reproduce
To help us to reproduce this bug, please provide information below:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: