mars
mars copied to clipboard
[BUG]miniconda3/lib/python3.9/uuid.py", line 186, in __init__ raise ValueError('bytes is not a 16-char string')
Describe the bug A clear and concise description of what the bug is.
To Reproduce To help us reproducing this bug, please provide information below:
- Your Python version
- The version of Mars 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.
CPU 无问题,GPU Ubuntu22.04 存在以下报错 ctypes ValueError: [address=127.0.0.1:33995, pid=381804] bytes is not a 16-char string
Do you have the code to help us to reproduce the error?
import mars mars.new_session() import mars.tensor as mt
a = mt.random.uniform(-1, 1, size=(1000, 1000), gpu=True)
Thanks, will try to fix it ASAP.
env:tesla v100 cuda11.3 Ubuntu 22.04