[PR #1585] [MERGED] Fixed aws command error by rsa on ubuntu16.04 #2059

Closed
opened 2026-03-04 02:03:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1585
Author: @ggtakec
Created: 2/23/2021
Status: Merged
Merged: 2/23/2021
Merged by: @ggtakec

Base: masterHead: fix_aws_rsa


📝 Commits (1)

  • 73b0a06 Fixed aws command error by rsa on ubuntu16.04

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 .github/workflows/linux-ci-helper.sh (+1 -0)

📄 Description

Relevant Issue (if applicable)

n/a

Details

Since last night, the aws command has been errored in the rsa related package in the Github Actions build of Ubuntu 16.04.
Changed to upgrade rsa after installing the awscli package.
(Because the release schedule is near)

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 68, in main
    driver = create_clidriver()
  File "/usr/local/lib/python3.5/dist-packages/awscli/clidriver.py", line 78, 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 28, in <module>
    from awscli.customizations.cloudfront import register as register_cloudfront
  File "/usr/local/lib/python3.5/dist-packages/awscli/customizations/cloudfront.py", line 17, in <module>
    import rsa
ImportError: No module named 'rsa'

@gaul I'll merge when the build passes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1585 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 2/23/2021 **Status:** ✅ Merged **Merged:** 2/23/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `fix_aws_rsa` --- ### 📝 Commits (1) - [`73b0a06`](https://github.com/s3fs-fuse/s3fs-fuse/commit/73b0a06bb5731020f597cff347af910c5cbe1dad) Fixed aws command error by rsa on ubuntu16.04 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux-ci-helper.sh` (+1 -0) </details> ### 📄 Description ### Relevant Issue (if applicable) n/a ### Details Since last night, the aws command has been errored in the rsa related package in the Github Actions build of Ubuntu 16.04. Changed to upgrade rsa after installing the awscli package. (Because the release schedule is near) ``` 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 68, in main driver = create_clidriver() File "/usr/local/lib/python3.5/dist-packages/awscli/clidriver.py", line 78, 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 28, in <module> from awscli.customizations.cloudfront import register as register_cloudfront File "/usr/local/lib/python3.5/dist-packages/awscli/customizations/cloudfront.py", line 17, in <module> import rsa ImportError: No module named 'rsa' ``` @gaul I'll merge when the build passes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2059
No description provided.