
Hello, I tried to install yt from the install script on Ubuntu. I changed a couple of things in the script: INST_YT_SOURCE = 1 INST_SCIPY = 1 INST_ASTROPY = 1 Everything installed successfully until the message "Building yt from source", where an error occurred, copied below: *Installing sympyInstalling netcdf4Building yt from sourceSetting YT_DIR=/home/rabatinb/yt-conda/src/yt-git******************************************** FAILURE REPORT:********************************************EXECUTING: /home/rabatinb/yt-conda/bin/git -C /home/rabatinb/yt-conda/src/yt-git checkout mainAlready on 'main'Your branch is up to date with 'origin/main'.Traceback (most recent call last): File "/home/rabatinb/yt-conda/src/yt-git/setup.py", line 8, in <module> from setupext import ( File "/home/rabatinb/yt-conda/src/yt-git/setupext.py", line 16, in <module> import ewah_bool_utilsModuleNotFoundError: No module named 'ewah_bool_utils'****************************************************************************************Failure. Check /home/rabatinb/yt-conda/yt_install.log. The last 10 lines are above.* What could be the issue and how can I fix this? Thank you, Branislav Rabatin.