ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

improper installation of pip-distributed libraries in jupyter smash on osparc.io #1546

Open newton1985 opened 3 months ago

newton1985 commented 3 months ago

Long Story Short The pip installation of the library "numba" appears to be corrupted in jupyter smash on osparc.io.

Expected Behavior I expect numba to work (it appears with pip list).

Actual behaviour But when I try to import it, there is an error about accessing "_internal". Reinstalling manually solved the issue.

Steps to reproduce import numba in latest jupyter smash on osparc.io

Environment chrome

Additional context

newton1985 commented 3 months ago

there may be others affected as well?