Skip to content

Commit

Permalink
[wip] Install fsspec in AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Sep 17, 2024
1 parent f52bb6e commit d4114c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppImage/build-ratarmount-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ function installAppImagePythonPackages()

"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ../core
"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir ..[full]

"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir requests aiohttp paramiko smbprotocol pygit2 fsspec
"$APP_PYTHON_BIN" -I -m pip install --no-cache-dir s3fs gcsfs adlfs dropbox dropboxdrivefs
}

function installAppImageSystemLibraries()
Expand Down

0 comments on commit d4114c3

Please sign in to comment.