Open free-soellingeraj opened 4 years ago
I am not familiar with _raylet.so
format enough to understand what this means. I am going to try to eliminate some possibilities by rebuilding a purpose driven version of my training env for RL with ray
I found this post while searching, so figured I'd update it with how to resolve the issue. I think this comes from having msgpack-python
installed, which was the name of the package prior to version 0.5. There was another older dependency in our project that required this, which caused problems because you can't have msgpack
and msgpack-python
both installed. Even after removing msgpack-python
the issue can still be there. So, the fix is to uninstall and reinstall msgpack
.
ray.version = '0.8.7'
yields error: