I had this series of error messages:
Traceback (most recent call last):
  File "/usr/local/bin/s3cmd", line 4, in <module>
    __import__('pkg_resources').run_script('s3cmd==2.1.0', 's3cmd')
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
3088, in <module>
    @_call_aside
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
3072, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
3101, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
574, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line
778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 's3cmd==2.1.0' distribution was not
found and is required by the application

This is Linux Mint 19.3. I noticed a Python 2.7 update come through so
perhaps this caused the issue. Alternatively I have been messing with
Python 3.6 which I guess I would prefer to use if there is a choice. At one
time recently I changed my python link to python3 from python2 but found it
borked another app I use so I changed it back. Maybe that was the issue,

Please suggest what the issue is - any suggestions gratefully received.
Does s3cmd work on Python3?

Russell
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to