xorbitsai / xoscar

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

BUG: OSError: AF_UNIX path too long when xoscar is v0.0.5 on MacOS #18

Closed ChengjieLi28 closed 1 year ago

ChengjieLi28 commented 1 year ago

Note that the issue tracker is NOT the place for general support. For discussions about development, questions about usage, or any general questions, contact us on https://discuss.xorbits.io/. 0.0.5 uses TMPDIR to create socket file. However, Mac TMPDIR is like /var/folders/k5/bxy40w394cz_z73k7f69bc2h0000gn/T/ and it's too long for uvlook to create socket file.