Closed hyzahw closed 5 months ago
Hi @hyzahw, it appears like flowTorch is not installed in your virtual environment. Try:
source ml-cfd/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
# check the pip output for warning or error messages
# run the notebook of your choice
Refer to exercise 0 for more information. Best, Andre
Thanks @AndreWeiner, it's working fine now.
Hi,
In exercise 5, while trying plotting the Re numbers and after writing the line
from flowtorch.data import FOAMDataloader
I got the error:
I activated both python and apptainer environments before opening Jupyter via
Any suggestions?