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
I am following the installation instructions for Mac and command python -m avalon.common.check_install gives the following output/error:
2023-09-18 16:05:41.150 | INFO | __main__:fetch_binary:92 - Downloading 3.4.4.avalon.0.9.3/macos-editor.zip into /Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/avalon/bin/godot_editor
2023-09-18 16:05:43.707 | INFO | __main__:install_available_binaries_for_current_platform:144 - Note: No headless runner currently available for macos. Symlinking editor build in it's place.
(avalon) enis@Elenis-MacBook-Pro GrowAI_envs % python -m avalon.common.check_install
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:51: DeprecationWarning: `np.bool8` is a deprecated alias for `np.bool_`. (Deprecated NumPy 1.24)
Bool8 = np.bool8
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:54: DeprecationWarning: `np.object0` is a deprecated alias for ``np.object0` is a deprecated alias for `np.object_`. `object` can be used instead. (Deprecated NumPy 1.24)`. (Deprecated NumPy 1.24)
Object0 = np.object0
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:66: DeprecationWarning: `np.int0` is a deprecated alias for `np.intp`. (Deprecated NumPy 1.24)
Int0 = np.int0
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:80: DeprecationWarning: `np.uint0` is a deprecated alias for `np.uintp`. (Deprecated NumPy 1.24)
UInt0 = np.uint0
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:107: DeprecationWarning: `np.void0` is a deprecated alias for `np.void`. (Deprecated NumPy 1.24)
Void0 = np.void0
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:112: DeprecationWarning: `np.bytes0` is a deprecated alias for `np.bytes_`. (Deprecated NumPy 1.24)
Bytes0 = np.bytes0
/Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/nptyping/typing_.py:114: DeprecationWarning: `np.str0` is a deprecated alias for `np.str_`. (Deprecated NumPy 1.24)
Str0 = np.str0
Worker (PID=39940): process group: /Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/avalon/datagen/godot/datagen.sh --thread_count=4 -U --input_pipe_path=/var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/tmp/6b3a896f-4f85-4ee8-9335-8211332a192d/godot.log.actions --output_pipe_path=/var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/tmp/6b3a896f-4f85-4ee8-9335-8211332a192d/godot.log.observations --resolution=96x96 --cuda-gpu-id=0 /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/data/0ce60126-7d82-4d44-9af8-0905f94b8e34/132c706c-ecb7-4e4e-be83-b3336492d040/config.json' &>> /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/tmp/6b3a896f-4f85-4ee8-9335-8211332a192d/godot.log
Worker (PID=39940): TO DEBUG RUN: /Users/enis/miniconda3/envs/avalon/lib/python3.10/site-packages/avalon/datagen/godot/datagen.sh --thread_count=4 -U --input_pipe_path=/var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/data/0ce60126-7d82-4d44-9af8-0905f94b8e34/132c706c-ecb7-4e4e-be83-b3336492d040/actions.out --output_pipe_path=/tmp/debug_output --resolution=96x96 --cuda-gpu-id=0 /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/data/0ce60126-7d82-4d44-9af8-0905f94b8e34/132c706c-ecb7-4e4e-be83-b3336492d040/config.json
Godot error: returncode=SIGHUP(1)
Log: /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/tmp/6b3a896f-4f85-4ee8-9335-8211332a192d/godot.log
Artifacts: /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/godot/godot_env_artifacts__358a993b-4da2-4c9b-9afe-0a0d945ce2d2.tar.gz
Attempting to dump log file here...
realpath: illegal option -- e
usage: realpath [-q] [path ...]
Attempting to log error to sentry...
Godot error: returncode=SIGHUP(1)
Log: /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/tmp/6b3a896f-4f85-4ee8-9335-8211332a192d/godot.log
Artifacts: /var/folders/9v/m9sfgs4x2wq8b_j6xpzf9cjr0000gn/T/science/godot/godot_env_artifacts__358a993b-4da2-4c9b-9afe-0a0d945ce2d2.tar.gz
Attempting to dump log file here...
I am running on an Mac M1 and my conda environment has the following packages:
I am following the installation instructions for Mac and command
python -m avalon.common.check_install
gives the following output/error:I am running on an Mac M1 and my conda environment has the following packages:
The text was updated successfully, but these errors were encountered: