allenai / allenai/cached_path

Make installing for filetransfer scheme optional

オープン
#201 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
Feature request
主要言語
Python
スター
47
フォーク
22
PR マージ指標
30日以内にマージされた PR はありません

説明

**Is your feature request related to a problem? Please describe.**
I only need files from S3-Buckets and I don't want to install dependencies which handle file-transfers with e.g. google drive.

**Describe the solution you'd like**
To learn how poetry enables this, please refer to [this link](https://python-poetry.org/docs/pyproject/). In essence, each subgroup must be specified under dependencies in the pyproject.toml file. I suggest considering the following groups: `s3`, `gc`, `hf`, `beaker`, and full (which installs all subgroups). Additionally, it’s important to consider a more user-friendly error message if the imported package is not installed. You can use importlib or a try-catch approach to achieve this.

**Describe alternatives you've considered**
The only alternative i considerd is using a packaged for each file-transfer scheme .

**Additional context**
-

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。