Giter Club home page Giter Club logo

Comments (19)

cxumol avatar cxumol commented on September 12, 2024 4

made it work by adding --python-use-system-env parameter on my machine. The full command is

$BLENDER -noaudio --background --python-use-system-env --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse

Reference
https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html#python-options

from infinigen.

B3DHawkins avatar B3DHawkins commented on September 12, 2024 1

Retry with new submodule paths from #37 if possible.

Can confirm that #37 fixes my issues. Scenes are now generating and rendering. Thanks! :)

from infinigen.

gndclouds avatar gndclouds commented on September 12, 2024 1

I started with the same gin package issue and followed the #37 patch, but it didn't fix it for me, even after a fresh install using #37.

Running

python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse

Returns

Traceback (most recent call last):
  File "/Users/gndclouds/cloud/sandbox/infinigen/worldgen/generate.py", line 20, in <module>
    import numpy as np
ModuleNotFoundError: No module named 'numpy'

from infinigen.

WilliamSongLiu avatar WilliamSongLiu commented on September 12, 2024 1

What fixed this error for me was to do sudo apt install g++ and then rerunning ./blender/3.3/python/bin/pip install -r ./requirements.txt

from infinigen.

SHIELDXIE avatar SHIELDXIE commented on September 12, 2024

I have tried few way to fix that, Still not fixable.
1.reinstall gin-config==0.5.0 by pip
2.clone https://github.com/google/gin-config. use python -m setup.py install to reinstall
3.Install low version of gin-config 0.1.1

from infinigen.

araistrick avatar araistrick commented on September 12, 2024

install.sh installs requirements.txt into two different copies of python. One is the outer python you are using to execute manage_datagen_jobs, and the other is blender's internal python infinigen/blender/3.3/python/bin which it uses to execute commands.

Could you post the output of your install.sh? This will help us debug why requirements.txt is not being installed into your blender's python. You can also retry your debuging steps using infinigen/blender/3.3/python/bin/pip.

Thanks!

from infinigen.

j0ev avatar j0ev commented on September 12, 2024

This happened for me as well, on M1 macbook. I got a little further with:

./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install -r ./requirements.txt
./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install numpy==1.23.1

After that I crash further on:

 Error: Python: Traceback (most recent call last):,Error: cannot import name
  '_marching_cubes_lewiner_cy' from partially initialized module 'terrain' (most
  likely due to a circular import) (/Users/user/Projects/infinigen/worldgen/terrain/
  __init__.py) fatal=True 06/18 10:38PM

from infinigen.

0x7b1 avatar 0x7b1 commented on September 12, 2024

Please, help. I'm also getting the same errors when I execute:

(infinigen) ~/projects/infinigen/worldgen (main โœ”) $BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
Read prefs: /home/carlos/.config/blender/3.3/config/userpref.blend
Error: Python: Traceback (most recent call last):
  File "/home/carlos/projects/infinigen/worldgen/generate.py", line 19, in <module>
    import gin
ModuleNotFoundError: No module named 'gin'

Blender quit

Here are the logs for the installation

(infinigen) ~/projects/infinigen (main โœ”) bash install.sh

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: gin-config>=0.5.0 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (0.5.0)
Requirement already satisfied: tqdm in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 2)) (4.64.1)
Requirement already satisfied: opencv-python in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 3)) (4.7.0.72)
Requirement already satisfied: matplotlib in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 4)) (3.7.1)
Requirement already satisfied: scipy in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (1.10.1)
Requirement already satisfied: fastcore in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 6)) (1.5.29)
Requirement already satisfied: imageio in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 7)) (2.31.1)
Requirement already satisfied: scikit-image==0.19.3 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (0.19.3)
Requirement already satisfied: termcolor in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: submitit in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (1.4.5)
Requirement already satisfied: frozendict in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 11)) (2.3.8)
Requirement already satisfied: flow_vis in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 12)) (0.1)
Requirement already satisfied: vnoise in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (0.1.0)
Requirement already satisfied: trimesh in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 14)) (3.22.1)
Requirement already satisfied: einops in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (0.6.0)
Requirement already satisfied: mesh_to_sdf in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 16)) (0.0.14)
Requirement already satisfied: geomdl in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (5.3.1)
Requirement already satisfied: numpy==1.21.5 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 18)) (1.21.5)
Requirement already satisfied: wandb in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 19)) (0.15.4)
Requirement already satisfied: zarr in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 20)) (2.15.0)
Requirement already satisfied: jinja2 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 21)) (3.1.2)
Requirement already satisfied: shapely in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 22)) (2.0.1)
Requirement already satisfied: rtree in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 23)) (1.0.1)
Requirement already satisfied: pycparser==2.21 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (2.21)
Requirement already satisfied: json5==0.9.10 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (0.9.10)
Requirement already satisfied: google-images-search==1.4.4 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 26)) (1.4.4)
Requirement already satisfied: landlab==2.4.1 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 27)) (2.4.1)
Requirement already satisfied: scikit-learn in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 28)) (1.2.1)
Requirement already satisfied: psutil in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 29)) (5.9.5)
Requirement already satisfied: networkx>=2.2 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (3.0rc1)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in /usr/lib/python3/dist-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (9.0.1)
Requirement already satisfied: tifffile>=2019.7.26 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: packaging>=20.0 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (23.0)
Requirement already satisfied: colorama~=0.4 in /usr/lib/python3/dist-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.4)
Requirement already satisfied: pyfiglet~=0.8 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.8.post1)
Requirement already satisfied: click>=7.0<=8.1.* in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (8.1.3)
Requirement already satisfied: six~=1.12 in /usr/lib/python3/dist-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.16.0)
Requirement already satisfied: requests~=2.21 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.29.0)
Requirement already satisfied: python-resize-image~=1.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.1.20)
Requirement already satisfied: google-api-python-client~=2.48.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.48.0)
Requirement already satisfied: bmipy in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0)
Requirement already satisfied: netcdf4 in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.4)
Requirement already satisfied: pyyaml in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (6.0)
Requirement already satisfied: pyshp in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.3.1)
Requirement already satisfied: statsmodels in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.0)
Requirement already satisfied: pandas in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: xarray>=0.16 in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.5.0)
Requirement already satisfied: richdem in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.3.4)
Requirement already satisfied: bmi-topography in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.8.2)
Requirement already satisfied: contourpy>=1.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.1.0)
Requirement already satisfied: cycler>=0.10 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in /usr/lib/python3/dist-packages (from matplotlib->-r ./requirements.txt (line 4)) (2.4.7)
Requirement already satisfied: python-dateutil>=2.7 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (2.8.2)
Requirement already satisfied: pip in /home/carlos/.local/lib/python3.10/site-packages (from fastcore->-r ./requirements.txt (line 6)) (23.1.2)
Requirement already satisfied: cloudpickle>=1.2.1 in /home/carlos/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (2.2.1)
Requirement already satisfied: typing_extensions>=3.7.4.2 in /home/carlos/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (4.5.0)
Requirement already satisfied: setuptools in /home/carlos/.local/lib/python3.10/site-packages (from vnoise->-r ./requirements.txt (line 13)) (58.3.0)
Requirement already satisfied: pyopengl in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (3.1.0)
Requirement already satisfied: pyrender in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.1.45)
Requirement already satisfied: sklearn in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.0.post5)
Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.1.31)
Requirement already satisfied: sentry-sdk>=1.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.25.1)
Requirement already satisfied: docker-pycreds>=0.4.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.4.0)
Requirement already satisfied: pathtools in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.1.2)
Requirement already satisfied: setproctitle in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.3.2)
Requirement already satisfied: appdirs>=1.4.3 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.4.4)
Requirement already satisfied: protobuf!=4.21.0,<5,>=3.19.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.20.3)
Requirement already satisfied: asciitree in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.3.3)
Requirement already satisfied: fasteners in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.18)
Requirement already satisfied: numcodecs>=0.10.0 in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.11.0)
Requirement already satisfied: MarkupSafe>=2.0 in /home/carlos/.local/lib/python3.10/site-packages (from jinja2->-r ./requirements.txt (line 21)) (2.1.2)
Requirement already satisfied: joblib>=1.1.1 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (3.1.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (4.0.10)
Requirement already satisfied: httplib2<1dev,>=0.15.0 in /usr/lib/python3/dist-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.20.2)
Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.16.1)
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.1.0)
Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.11.1)
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.1.1)
Requirement already satisfied: entrypoints in /home/carlos/.local/lib/python3.10/site-packages (from numcodecs>=0.10.0->zarr->-r ./requirements.txt (line 20)) (0.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.0.1)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.3)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2022.12.7)
Requirement already satisfied: pytz>=2020.1 in /usr/lib/python3/dist-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2022.1)
Requirement already satisfied: tzdata>=2022.1 in /home/carlos/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: rioxarray in /home/carlos/.local/lib/python3.10/site-packages (from bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.1)
Requirement already satisfied: black in /home/carlos/.local/lib/python3.10/site-packages (from bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.3.0)
Requirement already satisfied: cftime in /home/carlos/.local/lib/python3.10/site-packages (from netcdf4->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.2)
Requirement already satisfied: freetype-py in /home/carlos/.local/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.4.0)
Requirement already satisfied: pyglet>=1.4.10 in /home/carlos/.local/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.0.7)
Requirement already satisfied: patsy>=0.5.2 in /home/carlos/.local/lib/python3.10/site-packages (from statsmodels->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.5.3)
Requirement already satisfied: smmap<6,>=3.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (5.0.0)
Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.59.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (5.3.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.2.8)
Requirement already satisfied: rsa<5,>=3.1.4 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.9)
Requirement already satisfied: mypy-extensions>=0.4.3 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.0.0)
Requirement already satisfied: pathspec>=0.9.0 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.11.1)
Requirement already satisfied: platformdirs>=2 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.0.0)
Requirement already satisfied: tomli>=1.1.0 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: rasterio>=1.2 in /home/carlos/.local/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.3.7)
Requirement already satisfied: pyproj>=2.2 in /home/carlos/.local/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.6.0)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /home/carlos/.local/lib/python3.10/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.8)
Requirement already satisfied: affine in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.4.0)
Requirement already satisfied: attrs in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (22.2.0)
Requirement already satisfied: cligj>=0.5 in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.7.2)
Requirement already satisfied: snuggs>=1.4.1 in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.4.7)
Requirement already satisfied: click-plugins in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.1.1)
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: fake-bpy-module-latest in /home/carlos/.local/lib/python3.10/site-packages (20230619)
Looking in links: /tmp/tmpprfz9bny
Requirement already satisfied: setuptools in /home/carlos/.local/lib/python3.10/site-packages (58.3.0)
Requirement already satisfied: pip in /home/carlos/.local/lib/python3.10/site-packages (23.1.2)
Requirement already satisfied: gin-config>=0.5.0 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 1)) (0.5.0)
Requirement already satisfied: tqdm in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 2)) (4.64.1)
Requirement already satisfied: opencv-python in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 3)) (4.7.0.72)
Requirement already satisfied: matplotlib in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 4)) (3.7.1)
Requirement already satisfied: scipy in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 5)) (1.10.1)
Requirement already satisfied: fastcore in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 6)) (1.5.29)
Requirement already satisfied: imageio in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 7)) (2.31.1)
Requirement already satisfied: scikit-image==0.19.3 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 8)) (0.19.3)
Requirement already satisfied: termcolor in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 9)) (1.1.0)
Requirement already satisfied: submitit in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 10)) (1.4.5)
Requirement already satisfied: frozendict in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 11)) (2.3.8)
Requirement already satisfied: flow_vis in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 12)) (0.1)
Requirement already satisfied: vnoise in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 13)) (0.1.0)
Requirement already satisfied: trimesh in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 14)) (3.22.1)
Requirement already satisfied: einops in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 15)) (0.6.0)
Requirement already satisfied: mesh_to_sdf in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 16)) (0.0.14)
Requirement already satisfied: geomdl in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 17)) (5.3.1)
Requirement already satisfied: numpy==1.21.5 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 18)) (1.21.5)
Requirement already satisfied: wandb in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 19)) (0.15.4)
Requirement already satisfied: zarr in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 20)) (2.15.0)
Requirement already satisfied: jinja2 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 21)) (3.1.2)
Requirement already satisfied: shapely in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 22)) (2.0.1)
Requirement already satisfied: rtree in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 23)) (1.0.1)
Requirement already satisfied: pycparser==2.21 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 24)) (2.21)
Requirement already satisfied: json5==0.9.10 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 25)) (0.9.10)
Requirement already satisfied: google-images-search==1.4.4 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 26)) (1.4.4)
Requirement already satisfied: landlab==2.4.1 in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 27)) (2.4.1)
Requirement already satisfied: scikit-learn in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 28)) (1.2.1)
Requirement already satisfied: psutil in /home/carlos/.local/lib/python3.10/site-packages (from -r ./requirements.txt (line 29)) (5.9.5)
Requirement already satisfied: networkx>=2.2 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (3.0rc1)
Requirement already satisfied: pillow!=7.1.0,!=7.1.1,!=8.3.0,>=6.1.0 in ./blender/3.3/python/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (9.5.0)
Requirement already satisfied: tifffile>=2019.7.26 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (2023.4.12)
Requirement already satisfied: PyWavelets>=1.1.1 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (1.4.1)
Requirement already satisfied: packaging>=20.0 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-image==0.19.3->-r ./requirements.txt (line 8)) (23.0)
Requirement already satisfied: colorama~=0.4 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.6)
Requirement already satisfied: pyfiglet~=0.8 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.8.post1)
Requirement already satisfied: click>=7.0<=8.1.* in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (8.1.3)
Requirement already satisfied: six~=1.12 in ./blender/3.3/python/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.16.0)
Requirement already satisfied: requests~=2.21 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.29.0)
Requirement already satisfied: python-resize-image~=1.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.1.20)
Requirement already satisfied: google-api-python-client~=2.48.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.48.0)
Requirement already satisfied: bmipy in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0)
Requirement already satisfied: netcdf4 in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.4)
Requirement already satisfied: pyyaml in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (6.0)
Requirement already satisfied: pyshp in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.3.1)
Requirement already satisfied: statsmodels in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.0)
Requirement already satisfied: pandas in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: xarray>=0.16 in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.5.0)
Requirement already satisfied: richdem in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.3.4)
Requirement already satisfied: bmi-topography in /home/carlos/.local/lib/python3.10/site-packages (from landlab==2.4.1->-r ./requirements.txt (line 27)) (0.8.2)
Requirement already satisfied: contourpy>=1.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.1.0)
Requirement already satisfied: cycler>=0.10 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (4.40.0)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (1.4.4)
Requirement already satisfied: pyparsing>=2.3.1 in ./blender/3.3/python/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (3.1.0)
Requirement already satisfied: python-dateutil>=2.7 in /home/carlos/.local/lib/python3.10/site-packages (from matplotlib->-r ./requirements.txt (line 4)) (2.8.2)
Requirement already satisfied: pip in /home/carlos/.local/lib/python3.10/site-packages (from fastcore->-r ./requirements.txt (line 6)) (23.1.2)
Requirement already satisfied: cloudpickle>=1.2.1 in /home/carlos/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (2.2.1)
Requirement already satisfied: typing_extensions>=3.7.4.2 in /home/carlos/.local/lib/python3.10/site-packages (from submitit->-r ./requirements.txt (line 10)) (4.5.0)
Requirement already satisfied: setuptools in /home/carlos/.local/lib/python3.10/site-packages (from vnoise->-r ./requirements.txt (line 13)) (58.3.0)
Requirement already satisfied: pyopengl in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (3.1.0)
Requirement already satisfied: pyrender in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.1.45)
Requirement already satisfied: sklearn in /home/carlos/.local/lib/python3.10/site-packages (from mesh_to_sdf->-r ./requirements.txt (line 16)) (0.0.post5)
Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.1.31)
Requirement already satisfied: sentry-sdk>=1.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.25.1)
Requirement already satisfied: docker-pycreds>=0.4.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.4.0)
Requirement already satisfied: pathtools in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (0.1.2)
Requirement already satisfied: setproctitle in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.3.2)
Requirement already satisfied: appdirs>=1.4.3 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (1.4.4)
Requirement already satisfied: protobuf!=4.21.0,<5,>=3.19.0 in /home/carlos/.local/lib/python3.10/site-packages (from wandb->-r ./requirements.txt (line 19)) (3.20.3)
Requirement already satisfied: asciitree in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.3.3)
Requirement already satisfied: fasteners in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.18)
Requirement already satisfied: numcodecs>=0.10.0 in /home/carlos/.local/lib/python3.10/site-packages (from zarr->-r ./requirements.txt (line 20)) (0.11.0)
Requirement already satisfied: MarkupSafe>=2.0 in /home/carlos/.local/lib/python3.10/site-packages (from jinja2->-r ./requirements.txt (line 21)) (2.1.2)
Requirement already satisfied: joblib>=1.1.1 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from scikit-learn->-r ./requirements.txt (line 28)) (3.1.0)
Requirement already satisfied: gitdb<5,>=4.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (4.0.10)
Requirement already satisfied: httplib2<1dev,>=0.15.0 in ./blender/3.3/python/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.22.0)
Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.16.1)
Requirement already satisfied: google-auth-httplib2>=0.1.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.1.0)
Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2.11.1)
Requirement already satisfied: uritemplate<5,>=3.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.1.1)
Requirement already satisfied: entrypoints in /home/carlos/.local/lib/python3.10/site-packages (from numcodecs>=0.10.0->zarr->-r ./requirements.txt (line 20)) (0.4)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.0.1)
Requirement already satisfied: idna<4,>=2.5 in ./blender/3.3/python/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.26.16)
Requirement already satisfied: certifi>=2017.4.17 in /home/carlos/.local/lib/python3.10/site-packages (from requests~=2.21->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (2022.12.7)
Requirement already satisfied: pytz>=2020.1 in ./blender/3.3/python/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in /home/carlos/.local/lib/python3.10/site-packages (from pandas->landlab==2.4.1->-r ./requirements.txt (line 27)) (2023.3)
Requirement already satisfied: rioxarray in /home/carlos/.local/lib/python3.10/site-packages (from bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.14.1)
Requirement already satisfied: black in /home/carlos/.local/lib/python3.10/site-packages (from bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (23.3.0)
Requirement already satisfied: cftime in /home/carlos/.local/lib/python3.10/site-packages (from netcdf4->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.6.2)
Requirement already satisfied: freetype-py in /home/carlos/.local/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.4.0)
Requirement already satisfied: pyglet>=1.4.10 in /home/carlos/.local/lib/python3.10/site-packages (from pyrender->mesh_to_sdf->-r ./requirements.txt (line 16)) (2.0.7)
Requirement already satisfied: patsy>=0.5.2 in /home/carlos/.local/lib/python3.10/site-packages (from statsmodels->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.5.3)
Requirement already satisfied: smmap<6,>=3.0.1 in /home/carlos/.local/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->-r ./requirements.txt (line 19)) (5.0.0)
Requirement already satisfied: googleapis-common-protos<2.0.dev0,>=1.56.2 in /home/carlos/.local/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (1.59.1)
Requirement already satisfied: cachetools<6.0,>=2.0.0 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (5.3.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.2.8)
Requirement already satisfied: rsa<5,>=3.1.4 in /home/carlos/.local/lib/python3.10/site-packages (from google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (4.9)
Requirement already satisfied: mypy-extensions>=0.4.3 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.0.0)
Requirement already satisfied: pathspec>=0.9.0 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.11.1)
Requirement already satisfied: platformdirs>=2 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.0.0)
Requirement already satisfied: tomli>=1.1.0 in /home/carlos/.local/lib/python3.10/site-packages (from black->bmipy->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.0.1)
Requirement already satisfied: rasterio>=1.2 in /home/carlos/.local/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.3.7)
Requirement already satisfied: pyproj>=2.2 in /home/carlos/.local/lib/python3.10/site-packages (from rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (3.6.0)
Requirement already satisfied: pyasn1<0.5.0,>=0.4.6 in /home/carlos/.local/lib/python3.10/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=1.16.0->google-api-python-client~=2.48.0->google-images-search==1.4.4->-r ./requirements.txt (line 26)) (0.4.8)
Requirement already satisfied: affine in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (2.4.0)
Requirement already satisfied: attrs in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (22.2.0)
Requirement already satisfied: cligj>=0.5 in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (0.7.2)
Requirement already satisfied: snuggs>=1.4.1 in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.4.7)
Requirement already satisfied: click-plugins in /home/carlos/.local/lib/python3.10/site-packages (from rasterio>=1.2->rioxarray->bmi-topography->landlab==2.4.1->-r ./requirements.txt (line 27)) (1.1.1)
skipping cuda
compiled lib/cpu/utils/FastNoiseLite.so
compiled lib/cpu/elements/voronoi_rocks.so
compiled lib/cpu/elements/upsidedown_mountains.so
compiled lib/cpu/elements/ground.so
compiled lib/cpu/elements/warped_rocks.so
compiled lib/cpu/elements/mountains.so
compiled lib/cpu/elements/landtiles.so
compiled lib/cpu/elements/atmosphere.so
compiled lib/cpu/elements/waterbody.so
compiled lib/cpu/surfaces/chunkyrock.so
compiled lib/cpu/surfaces/cobble_stone.so
compiled lib/cpu/surfaces/cracked_ground.so
compiled lib/cpu/surfaces/dirt.so
compiled lib/cpu/surfaces/ice.so
compiled lib/cpu/surfaces/mountain.so
compiled lib/cpu/surfaces/mud.so
compiled lib/cpu/surfaces/sand.so
compiled lib/cpu/surfaces/sandstone.so
compiled lib/cpu/surfaces/snow.so
compiled lib/cpu/surfaces/soil.so
compiled lib/cpu/surfaces/stone.so
compiled lib/cpu/meshing/cube_spherical_mesher.so
compiled lib/cpu/meshing/frontview_spherical_mesher.so
compiled lib/cpu/meshing/uniform_mesher.so
compiled lib/cpu/meshing/utils.so
In file included from source/cpu/soil_machine/SoilMachine.cpp:18:
source/cpu/soil_machine/layermap.h:37:10: fatal error: glm/glm.hpp: No such file or directory
   37 | #include <glm/glm.hpp>
      |          ^~~~~~~~~~~~~
compilation terminated.
running build_ext
running build_src
build_src
building extension "marching_cubes._marching_cubes_lewiner_cy" sources
build_src: building npy-pkg config files
customize UnixCCompiler
customize UnixCCompiler using build_ext
CCompilerOpt.cc_test_flags[1013] : testing flags (-march=native)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

creating /tmp/tmpndxx7yhw/home
creating /tmp/tmpndxx7yhw/home/carlos
creating /tmp/tmpndxx7yhw/home/carlos/.local
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib/python3.10
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib/python3.10/site-packages
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib/python3.10/site-packages/numpy
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib/python3.10/site-packages/numpy/distutils
creating /tmp/tmpndxx7yhw/home/carlos/.local/lib/python3.10/site-packages/numpy/distutils/checks
compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-march=native'
CCompilerOpt.cc_test_flags[1013] : testing flags (-O3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-O3'
CCompilerOpt.cc_test_flags[1013] : testing flags (-Werror)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-Werror'
CCompilerOpt.__init__[1701] : check requested baseline
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse2'
CCompilerOpt.feature_test[1466] : testing feature 'SSE' with flags (-msse -msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'SSE2' with flags (-msse -msse2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse3'
CCompilerOpt.feature_test[1466] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -Werror'
CCompilerOpt.__init__[1710] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[1013] : testing flags (-mssse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mssse3'
CCompilerOpt.feature_test[1466] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.1)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse4.1'
CCompilerOpt.feature_test[1466] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mpopcnt)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mpopcnt'
CCompilerOpt.feature_test[1466] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse4.2'
CCompilerOpt.feature_test[1466] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx'
CCompilerOpt.feature_test[1466] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mf16c)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mf16c'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mfma)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mfma'
CCompilerOpt.feature_test[1466] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx2'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512f)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512f'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512cd)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512cd'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
CCompilerOpt.feature_test[1466] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vnni)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vnni'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512ifma -mavx512vbmi)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512ifma -mavx512vbmi'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512er -mavx512pf)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512er -mavx512pf'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
CCompilerOpt.__init__[1722] : skip features (SSE2 SSE3 SSE) since its part of baseline
CCompilerOpt.__init__[1726] : initialize targets groups
CCompilerOpt.__init__[1728] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1939] : skip targets (NEON FMA4 VSX XOP VSX2 ASIMD VSX3) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2272] : generate CPU dispatch header: (build/src.linux-x86_64-3.10/numpy/distutils/include/npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2281] : dispatch header dir build/src.linux-x86_64-3.10/numpy/distutils/include does not exist, creating it
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

compile options: '-I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
building 'marching_cubes._marching_cubes_lewiner_cy' extension
compiling C sources
C compiler: gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC

creating build/temp.linux-x86_64-3.10/marching_cubes
compile options: '-I/home/carlos/.local/lib/python3.10/site-packages/numpy/core/include -I/home/carlos/.local/lib/python3.10/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.10/numpy/distutils/include -I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c'
extra options: '-msse -msse2 -msse3'
gcc: ./marching_cubes/_marching_cubes_lewiner_cy.c
In file included from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
                 from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from ./marching_cubes/_marching_cubes_lewiner_cy.c:759:
/home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   17 | #warning "Using deprecated NumPy API, disable it with " \
      |  ^~~~~~~
gcc -pthread -shared -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/ffi/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/lib build/temp.linux-x86_64-3.10/marching_cubes/_marching_cubes_lewiner_cy.o -o ./_marching_cubes_lewiner_cy.cpython-310-x86_64-linux-gnu.so

########### EXT COMPILER OPTIMIZATION ###########
Platform      :
  Architecture: x64
  Compiler    : gcc

CPU baseline  :
  Requested   : 'min'
  Enabled     : SSE SSE2 SSE3
  Flags       : -msse -msse2 -msse3
  Extra checks: none

CPU dispatch  :
  Requested   : 'max -xop -fma4'
  Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
  Generated   : none
CCompilerOpt.cache_flush[809] : write cache to path -> /home/carlos/projects/infinigen/worldgen/terrain/build/temp.linux-x86_64-3.10/ccompiler_opt_cache_ext.py
/home/carlos/projects/infinigen
/home/carlos/projects/infinigen/worldgen/assets/creatures/geometry/cpp_utils/setup_linux.py:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.core import setup, Extension
running build_ext
building 'bnurbs' extension
creating build
creating build/temp.linux-x86_64-3.10
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/include -I/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/include -fPIC -fPIC -fPIC -I/home/carlos/.local/lib/python3.10/site-packages/numpy/core/include -I/home/carlos/projects/infinigen/blender/3.3/python/include/python3.10 -c bnurbs.c -o build/temp.linux-x86_64-3.10/bnurbs.o
In file included from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1969,
                 from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                 from /home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from bnurbs.c:768:
/home/carlos/.local/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   17 | #warning "Using deprecated NumPy API, disable it with " \
      |  ^~~~~~~
gcc -pthread -shared -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/ffi/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/sqlite/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/bzip2/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/lzma/lib -L/home/sybren/buildbot-builder/linux_glibc217_x86_64_cmake/build_deps/deps/Release/zlib/lib build/temp.linux-x86_64-3.10/bnurbs.o -o /home/carlos/projects/infinigen/worldgen/assets/creatures/geometry/cpp_utils/bnurbs.cpython-310-x86_64-linux-gnu.so
/home/carlos/projects/infinigen

from infinigen.

SHIELDXIE avatar SHIELDXIE commented on September 12, 2024

install.sh installs requirements.txt into two different copies of python. One is the outer python you are using to execute manage_datagen_jobs, and the other is blender's internal python infinigen/blender/3.3/python/bin which it uses to execute commands.

Could you post the output of your install.sh? This will help us debug why requirements.txt is not being installed into your blender's python. You can also retry your debuging steps using infinigen/blender/3.3/python/bin/pip.

Thanks!

Thanks for the reply. I went to infinigen-main/blender/3.3/python/bin path and checked with python pip3 list,
gin-config=0.1.1 already exists, I tried to upgrade it to 0.5.0, but it still shows No module named 'gin'

from infinigen.

SHIELDXIE avatar SHIELDXIE commented on September 12, 2024

install.sh installs requirements.txt into two different copies of python. One is the outer python you are using to execute manage_datagen_jobs, and the other is blender's internal python infinigen/blender/3.3/python/bin which it uses to execute commands.

Could you post the output of your install.sh? This will help us debug why requirements.txt is not being installed into your blender's python. You can also retry your debuging steps using infinigen/blender/3.3/python/bin/pip.

Thanks!

I re-installed it once using bash install.sh and this is the terminal output
run bash install.sh log.md
When I finished reinstalling with install.sh. The error changed

Crashed: 0 coarse 54276493157  Error: 'bpy_prop_collection[key]: key "Subdivision" not found' fatal=True 06/19 07:41PM

Here is the error log file
54276493157_0_log.err.md
54276493157_0_log.out.md
Thanks for your work

from infinigen.

araistrick avatar araistrick commented on September 12, 2024

install.sh installs requirements.txt into two different copies of python. One is the outer python you are using to execute manage_datagen_jobs, and the other is blender's internal python infinigen/blender/3.3/python/bin which it uses to execute commands.
Could you post the output of your install.sh? This will help us debug why requirements.txt is not being installed into your blender's python. You can also retry your debuging steps using infinigen/blender/3.3/python/bin/pip.
Thanks!

Thanks for the reply. I went to infinigen-main/blender/3.3/python/bin path and checked with python pip3 list, gin-config=0.1.1 already exists, I tried to upgrade it to 0.5.0, but it still shows No module named 'gin'

Make sure this is ./python pip3 list so it uses the right python/pip. There should also be a pip3 install in that directory iirc.

However, it does seem the program is running but just crashing during cave generation. paging @lahavlipson

from infinigen.

2793145003 avatar 2793145003 commented on September 12, 2024

Hi, I have the same issue.
After installing gin-config, I can run python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse, which gives me the error message AssertionError: You are using blender=None which is not supported. Please use ['3.3.1'].
However, I still get the error message No module named 'gin' when running $BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse.

from infinigen.

albusdemens avatar albusdemens commented on September 12, 2024

This happened for me as well, on M1 macbook. I got a little further with:

./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install -r ./requirements.txt
./Blender.app/Contents/Resources/3.3/python/bin/python3.10 -m pip install numpy==1.23.1

After that I crash further on:

 Error: Python: Traceback (most recent call last):,Error: cannot import name
  '_marching_cubes_lewiner_cy' from partially initialized module 'terrain' (most
  likely due to a circular import) (/Users/user/Projects/infinigen/worldgen/terrain/
  __init__.py) fatal=True 06/18 10:38PM

I have the same issue on WSL.

from infinigen.

Dreadfxl avatar Dreadfxl commented on September 12, 2024

same here.

from infinigen.

B3DHawkins avatar B3DHawkins commented on September 12, 2024

install.sh installs requirements.txt into two different copies of python. One is the outer python you are using to execute manage_datagen_jobs, and the other is blender's internal python infinigen/blender/3.3/python/bin which it uses to execute commands.
Could you post the output of your install.sh? This will help us debug why requirements.txt is not being installed into your blender's python. You can also retry your debuging steps using infinigen/blender/3.3/python/bin/pip.
Thanks!

Thanks for the reply. I went to infinigen-main/blender/3.3/python/bin path and checked with python pip3 list, gin-config=0.1.1 already exists, I tried to upgrade it to 0.5.0, but it still shows No module named 'gin'

Make sure this is ./python pip3 list so it uses the right python/pip. There should also be a pip3 install in that directory iirc.

However, it does seem the program is running but just crashing during cave generation. paging @lahavlipson

I am also having a crash during cave (or mountain) generation. Files are being generated in the assets folders prior to the error, so something is working.

assets/caves/0/boundingbox.npy
assets/caves/0/finish (this file is 0 kB)
assets/caves/0/occupancy.npy
assets/mountain/0/tile_size.txt
assets/mountain/0/heightmap.exr

The only indication of the problem is 'syntax error':

Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
[11:56:33.546] [root] [INFO] | Converted args.seed='0' to scene_seed=0, parsed as hexadecimal
[11:56:33.616] [root] [INFO] | infinigen version 1.0.0
[11:56:33.616] [root] [INFO] | CUDA_VISIBLE_DEVICES=None
[11:56:33.621] [times] [INFO] | [MAIN TOTAL]
[11:56:33.650] [root] [INFO] | Processing frames 1 through 1 inclusive
[11:56:33.847] [times] [INFO] | [Create terrain]
[11:56:33.847] [root] [INFO] | Terrain using only on the fly on_the_fly_asset_folder=PosixPath('/mnt/c/Users/<username>/dev_repos/infinigen/worldgen/outputs/helloworld/coarse/assets')
Error: Incorrect Syntax in Line 2

from infinigen.

pvl-bot avatar pvl-bot commented on September 12, 2024

Retry with new submodule paths from #37 if possible.

from infinigen.

yijiaguo02 avatar yijiaguo02 commented on September 12, 2024

What fixed this error for me was to do sudo apt install g++ and then rerunning ./blender/3.3/python/bin/pip install -r ./requirements.txt

Onto this error now though OSError: /home/sxr/infinigen/worldgen/terrain/lib/cpu/soil_machine/SoilMachine.so: cannot open shared object file: No such file or directory
Have you fixed that?I'm facing the same error.

from infinigen.

chuong avatar chuong commented on September 12, 2024

Unfortunately non of solutions works for me. Any suggestion?

(infinigen) username@osiris-bm:/media/username/infinigen/worldgen$ $BLENDER -noaudio --background --python-use-system-env --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
[00:28:58.372] [root] [INFO] | Converted args.seed='0' to scene_seed=0, parsed as hexadecimal
[00:28:58.394] [root] [INFO] | infinigen version 1.0.2
[00:28:58.394] [root] [INFO] | CUDA_VISIBLE_DEVICES=None
[00:28:58.394] [times] [INFO] | [MAIN TOTAL]
[00:28:58.396] [root] [INFO] | Processing frames 1 through 1 inclusive
[00:28:58.408] [times] [INFO] | [Create terrain]
[00:28:58.408] [root] [INFO] | Terrain using only on the fly on_the_fly_asset_folder=PosixPath('/media/username/infinigen/worldgen/outputs/helloworld/coarse/assets')
Error: Incorrect Syntax in Line 2

from infinigen.

chuong avatar chuong commented on September 12, 2024

I got pass my error by making sure my Git handles line endings correctly under Linux:
$ git config --global core.autocrlf input
And re-clone the repository and install everything again.

from infinigen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.