We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b7e7a commit 3c1cc1eCopy full SHA for 3c1cc1e
Makefile
@@ -16,7 +16,8 @@
16
# under the License.
17
18
install-poetry:
19
- pip install poetry==1.6.1
+ pip3 install setuptools --upgrade
20
+ pip3 install poetry==1.6.1
21
22
install-dependencies:
23
poetry install -E pyarrow -E hive -E s3fs -E glue -E adlfs -E duckdb -E ray -E sql-postgres -E gcsfs
0 commit comments