Cannot import name 'packaging' from 'pkg_resources' #1121
-
Hi everyone, I'm once again struggling with FINN. ImportError: cannot import name 'packaging' from 'pkg_resources' (/usr/local/lib/python3.10/dist-packages/pkg_resources/init.py) it is pointing to the import section of the scripts, searching online the only thing i found was that this error can be caused by setuptools=70, so i downgrade it to the 69.5.1 version, than 69.0 than 68.0 but none of them worked. What could i do? the last time i run the exact same jupyter notebook it runs without problems so i'm thinking that it is something related to the installation or some dependancy. Please help me. Matteo Abrate (Turin, Italy, Department of Physics) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, I believe this was fixed in #1102. Can you try the latest dev branch? |
Beta Was this translation helpful? Give feedback.
Hi,
I believe this was fixed in #1102. Can you try the latest dev branch?