运行python setup.py build_ext --inplace命令时出现错误
wu-yz opened this issue · 2 comments
wu-yz commented
TypeError: expected string or bytes-like object
请问这个错误要怎么解决呀
yuweififi983 commented
解决了吗,cuda11.2遇到同样的问题
jaeseo-park commented
I'm sharing my solution to this problem.
I downgraded to Python 3.7.
Additionally, it's better to use CUDA version 11 on the latest GPUs.
For the AT_CHECK issue that occurs when using a higher version of pytorch with different CUDA versions, please resolve it by looking at the link below.
#154
Good luck.