I had problem with installingt he presto package on my local (python 3.11) and google colab
Error:
× Failed to build installable wheels for some pyproject.toml based projects
╰─> h5py
it would fix it:
conda install -c conda-forge h5py hdf5 -y
then comment out line 26 in setup.py file and rerun:
I had problem with installingt he presto package on my local (python 3.11) and google colab
Error:
it would fix it:
then comment out line 26 in setup.py file and rerun: