mars icon indicating copy to clipboard operation
mars copied to clipboard

[BUG]miniconda3/lib/python3.9/uuid.py", line 186, in __init__ raise ValueError('bytes is not a 16-char string')

Open gfkdliucheng opened this issue 3 years ago • 5 comments

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:

  1. Your Python version
  2. The version of Mars 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.

gfkdliucheng avatar Aug 19 '22 05:08 gfkdliucheng

CPU 无问题,GPU Ubuntu22.04 存在以下报错 ctypes ValueError: [address=127.0.0.1:33995, pid=381804] bytes is not a 16-char string

gfkdliucheng avatar Aug 19 '22 05:08 gfkdliucheng

Do you have the code to help us to reproduce the error?

qinxuye avatar Aug 19 '22 06:08 qinxuye

import mars mars.new_session() import mars.tensor as mt

a = mt.random.uniform(-1, 1, size=(1000, 1000), gpu=True)

gfkdliucheng avatar Aug 19 '22 06:08 gfkdliucheng

Thanks, will try to fix it ASAP.

qinxuye avatar Aug 19 '22 06:08 qinxuye

env:tesla v100 cuda11.3 Ubuntu 22.04

gfkdliucheng avatar Aug 19 '22 06:08 gfkdliucheng