Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdrive_ros: use virtualenv #458

Merged
merged 5 commits into from
Jun 8, 2023
Merged

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Apr 25, 2023

  • enable to use relative path for settings_yaml

If you have directry settings as

auth/pydrive_settings.yaml
auth/secrets/
          ├── credentials.json
          └── fetch_client_secrets_20191031.json

You can write pydrive_settings.yaml as follows.

client_config_file: secrets/fetch_client_secrets_20191031.json
save_credentials: True
save_credentials_backend: file
save_credentials_file: secrets/credentials.json
get_refresh_token: True
oauth_scope:
  - https://www.googleapis.com/auth/drive
  • e1fa23f (Kei Okada, 79 seconds ago) gdrive_rso: catkin_virtualenv changes mode to 100644
  • c0727ff (Kei Okada, 3 minutes ago) gdrive_ros: enable to use relative path for settings_yaml
  • d5f4353 (Kei Okada, 4 minutes ago) gdrive_ros: use catkin_virtualenv

latest pydrive requires newer rsa??

2023-05-01T10:21:31.2728043Z [[36mrespeaker_ros[0m:[34mmake[0m] [0m[ 80%] [34m[1mPrepare relocated virtualenvs for develspace and installspace[0m
2023-05-01T10:21:31.2728428Z
2023-05-01T10:21:31.4509273Z
2023-05-01T10:21:31.4509550Z
2023-05-01T10:21:31.4510911Z [[36mgdrive_ros[0m:[34mmake[0m] [0m[31mERROR: Package 'rsa' requires a different Python: 2.7.12 not in '>=3.5, <4'[0m
2023-05-01T10:21:31.4511736Z
@k-okada k-okada merged commit 29a8cbf into jsk-ros-pkg:master Jun 8, 2023
@k-okada k-okada deleted the venv_gdrive_ros branch June 8, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant