somunslotus1
Results
2
comments of
somunslotus1
I met the same problem. but when I chang the runAsUser from 65534 to 1000 , it do not solve my problem.
I use example code: https://github.com/mims-harvard/ToolUniverse/tree/main/examples/my_new_tool and follow the doc: I add MyNewTool as the docs https://zitniklab.hms.harvard.edu/ToolUniverse/zh-CN/expand_tooluniverse/contributing/local_tools.html, finally it reports error: "ImportError: cannot import name 'MyNewTool' from 'my_new_tool' (unknown location)". Another...