xorbitsai / xoscar

Python actor framework for heterogeneous computing.
https://xoscar.dev
Apache License 2.0
89 stars 21 forks source link

BUG: import xoscar.collective failed on Mac #65

Open YibinLiu666 opened 1 year ago

YibinLiu666 commented 1 year ago

Describe the bug

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:

  1. Your Python version
  2. The version of Xoscar you use
  3. Versions of crucial packages, such as numpy, scipy and pandas
  4. Full stack of the error.
  5. 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.