Open kasra-keshavarz opened 11 months ago
You need to install with pip install --no-build-isolation
You may want to have a look at #1307.
It looks like creating an in-tree build backend could be a longterm solution instead of building without isolation.
Installing
netCDF4
(GitHub version with commit f9dc8b2) inside a virtual environment usingpip install
causes an error complaining about the lack ofmpi4py
package. This error is thrown at the user regardless whether thempi4py
is installed within the same virtual environment or not. This is not limited to this version ofnetcdf4-python
, as a few latest releases that I have tried, also demonstrate the same behaviour. Here is an example:However, if the installation proceeds with using the
setup.py
, it works smoothly and there won't be any problem:Wondering if anybody has dealt with this issue?