Derp Learning

Derp Learning 

использую ИИ не по назначению

271subscribers

65posts

For people having ImportError: cannot import name 'packaging'

For people having ImportError: cannot import name 'packaging' from 'pkg_resources' error:
run this in a new line:
!pip install  setuptools==69.5.1
and restart the notebook
Go up