Parcels version
v4-dev
Description
Curenltly, the pixi default env does not appear to have a working (editable or other) parcels package installed.
Code sample
$ git clone https://github.com/OceanParcels/Parcels.git
$ cd Parcels
$ pixi install
$ pixi shell
(Paarcels) $ cd /tmp
(Paarcels) $ python -c "import parcels"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'parcels'