You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug and reproduction steps
A FileNotFoundError occurs due to a missing pyproject.toml file during the build process of our PyPI package. This leads to errors such as:
File "/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/openhands/runtime/utils/runtime_build.py", line 312, in get_hash_for_lock_files
with open(src, 'rb') as f:
Describe any potential solutions to the bug
Update the build scripts to ensure pyproject.toml is available or adjust the script to handle this missing file gracefully, if it doesn't exist.
Logs, Errors, Screenshots, and Additional Context
Error details provide insights regarding the missing file during runtime image building:
"[Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/pyproject.toml'"
Describe the bug and reproduction steps
A
FileNotFoundError
occurs due to a missingpyproject.toml
file during the build process of our PyPI package. This leads to errors such as:Describe any potential solutions to the bug
Update the build scripts to ensure
pyproject.toml
is available or adjust the script to handle this missing file gracefully, if it doesn't exist.Logs, Errors, Screenshots, and Additional Context
Error details provide insights regarding the missing file during runtime image building:
"[Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/pyproject.toml'"
Issue Created By: Xingyao Wang on Slack
Link to Slack Thread: Slack Thread
The text was updated successfully, but these errors were encountered: