ZauggGroup / DeePiCt

Pipeline for the automatic detection and segmentation of particles and cellular structures in 3D Cryo-ET data, based on deep learning (convolutional neural networks).
Apache License 2.0
30 stars 9 forks source link

Python setup.py bdist_wheel error #21

Open lgomez21 opened 4 months ago

lgomez21 commented 4 months ago

When I run the cell 1.2 from the DeePiCt 2D Google Colab notebook, the following error appears:

Building wheels for collected packages: h5py
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  Building wheel for h5py (setup.py) ... error
  ERROR: Failed building wheel for h5py
  Running setup.py clean for h5py
Failed to build h5py
ERROR: Could not build wheels for h5py, which is required to install pyproject.toml-based projects

I followed the instructions for installations and creating an environment. Has anyone experienced a similar issue? Thank you.