当前位置:网站首页>AWS AWS help error
AWS AWS help error
2022-07-07 23:44:00 【On the way of data communication】
One 、 Error details
Traceback (most recent call last):
File "/usr/local/bin/aws", line 27, in <module>
sys.exit(main())
File "/usr/local/bin/aws", line 23, in main
return awscli.clidriver.main()
File "/usr/local/lib/python3.5/dist-packages/awscli/clidriver.py", line 69, in main
driver = create_clidriver()
File "/usr/local/lib/python3.5/dist-packages/awscli/clidriver.py", line 79, in create_clidriver
event_hooks=session.get_component('event_emitter'))
File "/usr/local/lib/python3.5/dist-packages/awscli/plugin.py", line 44, in load_plugins
modules = _import_plugins(plugin_mapping)
File "/usr/local/lib/python3.5/dist-packages/awscli/plugin.py", line 61, in _import_plugins
module = __import__(path, fromlist=[module])
File "/usr/local/lib/python3.5/dist-packages/awscli/handlers.py", line 27, in <module>
from awscli.customizations.cloudformation import initialize as cloudformation_init
File "/usr/local/lib/python3.5/dist-packages/awscli/customizations/cloudformation/__init__.py", line 13, in <module>
from awscli.customizations.cloudformation.package import PackageCommand
File "/usr/local/lib/python3.5/dist-packages/awscli/customizations/cloudformation/package.py", line 26, in <module>
from awscli.customizations.s3uploader import S3Uploader
File "/usr/local/lib/python3.5/dist-packages/awscli/customizations/s3uploader.py", line 22, in <module>
from s3transfer.manager import TransferManager
File "/usr/local/lib/python3.5/dist-packages/s3transfer/__init__.py", line 592
range_param = f'bytes={start_range}-{end_range}'
^
SyntaxError: invalid syntax
Two 、 solve
1. You can see that the important information of error reporting is
File "/usr/local/lib/python3.5/dist-packages/s3transfer/__init__.py", line 592
range_param = f'bytes={start_range}-{end_range}'
^
SyntaxError: invalid syntax
2. View version
pip3 show s3transfer
# Wrong version : 0.5.2
# Normal version : 0.5.0
3. Adjust version
pip3 uninstall s3transfer
pip3 install s3transfer==0.5.0
thus , Problem solving
边栏推荐
- 【LeetCode】20、有效的括号
- Aitm3.0005 smoke toxicity test
- 神奇快速幂
- Slam interview summary
- [stm32+esp8266 connect Tencent cloud IOT development platform 2] stm32+esp8266-01s connect Tencent cloud
- Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
- C - Fibonacci sequence again
- 【leetcode】day1
- C cat and dog
- Mobile heterogeneous computing technology - GPU OpenCL programming (basic)
猜你喜欢
Dataguard 主备清理归档设置
SAP HR social work experience 0023
B_ QuRT_ User_ Guide(38)
HB 5469 combustion test method for non-metallic materials in civil aircraft cabin
Uic564-2 Appendix 4 - flame retardant fire test: flame diffusion
平衡二叉树【AVL树】——插入、删除
MP4文件格式解析之结合实例分析
Flash encryption process and implementation of esp32
SAP HR family member information
archery安装测试
随机推荐
Flash download setup
平衡二叉樹【AVL樹】——插入、删除
Lm12 rolling heikin Ashi double K-line filter
C inheritance and interface design polymorphism
@Configuration注解的详细介绍
[summary] some panels and videos seen
C method question 1
ASP. Net query implementation
神奇快速幂
Chisel tutorial - 02 Chisel environment configuration and implementation and testing of the first chisel module
BSS 7230 航空内饰材料阻燃性能测试
Map operation execution process
May day C - most
【7.4】25. K 个一组翻转链表
How to change the formula picture in the paper directly into the formula in word
The for loop realizes 1-100 addition and eliminates the 4-digit tail number
【7.5】15. 三数之和
Anxin can internally test offline voice module vb-01 to communicate with esp-c3-12f
Installing gradle
B_ QuRT_ User_ Guide(38)