Closed Bardbo closed 2 years ago
Hi @Bardbo, thank you for reporting. Do you maybe happen to have a module/file named resource
in your application?
This error is usually caused by a name conflict between Python standard library resource
and a local file or module named resource
.
Thank you very much. As you said, I found that there is a resource
in lgsvl
Are you able to resolve the issue?
Hi@xiurobert, I have solved the issue,pip uninstall lgsvl
Thank you @Bardbo for confirming. I closed the issue then since there is nothing we can really do on ray's side. The problem should be reported to the library defining module names which conflict with the standard library.
What happened + What you expected to happen
Python 3.9.9 | packaged by conda-forge | (main, Dec 20 2021, 02:40:06) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
Versions / Dependencies
windows 10 education python 3.9.9 ray 2.0.0.dev0
Reproduction script
import ray ray.init()
Issue Severity
High: It blocks me from completing my task.