forked from caomw/gopro-lib-node.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing CI on MacOS: File "/Users/runner/work/gopro-lib-node.gl/gopro-lib-node.gl/venv/lib/python3.11/site-packages/setuptools/wheel.py", line 162, in _convert_metadata os.rename(dist_info, egg_info) OSError: [Errno 66] Directory not empty: '/Users/runner/work/gopro-lib-node.gl/gopro-lib-node.gl/pynodegl/.eggs/PyYAML-6.0-py3.11-macosx-10.9-universal2.egg/PyYAML-6.0.dist-info' -> '/Users/runner/work/gopro-lib-node.gl/gopro-lib-node.gl/pynodegl/.eggs/PyYAML-6.0-py3.11-macosx-10.9-universal2.egg/EGG-INFO' Python 3.11 works locally on Linux, so it's likely something broken in PyYAML wheel. Similarly, trying ruamel.yaml fails on Windows: ImportError: cannot import name 'YAML' from 'ruamel.yaml' (d:\a\gopro-lib-node.gl\gopro-lib-node.gl\pynodegl\.eggs\ruamel.yaml.clib-0.2.7-py3.8-win-amd64.egg\ruamel\yaml\__init__.py) It is thus decided to simplify the build by using a JSON specs instead of YAML.
- Loading branch information
1 parent
1fa4d19
commit 3d83978
Showing
5 changed files
with
817 additions
and
860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.