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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Just kicking the tyres on this one and running into:
Traceback (most recent call last):
File "/opt/mambaforge/envs/bin/bin/boa", line 10, in <module>
sys.exit(main())
^^^^^^
File "/opt/mambaforge/envs/bin/lib/python3.11/site-packages/boa/cli/boa.py", line 244, in main
run_build(args)
File "/opt/mambaforge/envs/bin/lib/python3.11/site-packages/boa/core/run_build.py", line 502, in run_build
all_recipes = find_all_recipes(args.target, config, is_pyproject_recipe) # [noqa]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mambaforge/envs/bin/lib/python3.11/site-packages/boa/core/run_build.py", line 53, in find_all_recipes
yml = render(fn, config=config, is_pyproject_recipe=is_pyproject_recipe)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/mambaforge/envs/bin/lib/python3.11/site-packages/boa/core/render.py", line 177, in render
ydoc = tomllib.load(fi)
^^^^^^^^^^^^^^^^
File "/opt/mambaforge/envs/bin/lib/python3.11/tomllib/_parser.py", line 63, in loadraiseTypeError(
TypeError: File must be opened in binary mode, e.g. use `open('foo.toml', 'rb')`
Just kicking the tyres on this one and running into:
...which looks like it's complaining about:
boa/boa/core/render.py
Line 172 in 54468bd
Originally posted by @dhirschfeld in #345 (comment)
The text was updated successfully, but these errors were encountered: