You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that task collection always runs pip install --upgrade pip before installing a package, which means that any task-collection of that package taking place now will likely fail, even without a version update of fractal-server.
I have no idea of how complex it would be to fix the specific scmultiplex issue, but for the moment the only fractal-side fix is to constrain the task-collection pip to <24.1.
The text was updated successfully, but these errors were encountered:
As of
pip
v24.1, the scmultiplex task package cannot be installed (ref fmi-basel/gliberal-scMultipleX#106).Note that task collection always runs
pip install --upgrade pip
before installing a package, which means that any task-collection of that package taking place now will likely fail, even without a version update of fractal-server.The specific issue is related to using the 1.4 prefect version, which has some old-style metadata which are now deprecated as of pip=24.1 (see https://pip.pypa.io/en/stable/news/#deprecations-and-removals and pypa/pip#12063). I don't know whether other task packages are affected.
I have no idea of how complex it would be to fix the specific scmultiplex issue, but for the moment the only fractal-side fix is to constrain the task-collection pip to
<24.1
.The text was updated successfully, but these errors were encountered: