-
-
Notifications
You must be signed in to change notification settings - Fork 916
Description
% s3cmd --configure
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please try reproducing the error using
the latest s3cmd code from the git master
branch found at:
https://github.com/s3tools/s3cmd
and have a look at the known issues list:
https://github.com/s3tools/s3cmd/wiki/Common-known-issues-and-their-solutions-(FAQ)
If the error persists, please report the
following lines (removing any private
info as necessary) to:
[email protected]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Invoked as: /usr/local/bin/s3cmd --configure
Problem: <class 'AttributeError: 'ConfigParser' object has no attribute 'readfp'
S3cmd: 2.4.0
python: 3.12.1 (main, Dec 8 2023, 19:21:52) [Clang 14.0.3 (clang-1403.0.22.14.1)]
environment LANG=en_US.UTF-8
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 269, in init
self.read_config_file(configfile)
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 551, in read_config_file
cp = ConfigParser(configfile)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 640, in init
self.parse_file(file, sections)
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 652, in parse_file
with io.open(file, "r", encoding=self.get('encoding', 'UTF-8')) as fp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/michaelreiche/.s3cfg'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/s3cmd", line 3627, in
rc = main()
^^^^^^
File "/usr/local/bin/s3cmd", line 3313, in main
cfg = Config(options.config, options.access_key, options.secret_key, options.access_token)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 272, in init
self.aws_credential_file()
File "/usr/local/lib/python3.12/site-packages/S3/Config.py", line 459, in aws_credential_file
config.readfp(io.StringIO(config_string))
^^^^^^^^^^^^^
AttributeError: 'ConfigParser' object has no attribute 'readfp'. Did you mean: 'read'?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please try reproducing the error using
the latest s3cmd code from the git master
branch found at:
https://github.com/s3tools/s3cmd
and have a look at the known issues list:
https://github.com/s3tools/s3cmd/wiki/Common-known-issues-and-their-solutions-(FAQ)
If the error persists, please report the
above lines (removing any private
info as necessary) to:
[email protected]
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!