-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ISSUE] Conflict dependencies when using snowflake-ml-python with others fsspec
protocols
#109
Comments
Hi @sfc-gh-sdas, @sfc-gh-wzhao, |
Sorry for late response. I presume I am missing some variables like, which OS, etc? Here is what I tried on Mac:
I might be missing something. |
Hi @sfc-gh-sdas, thank you for your response, |
Hello, @sfc-gh-sdas. I'd appreciate it if you could keep me informed about the plans for new versions that address my issue. |
My system is running with these libraries in my
.toml
that supports read/write files, based onfsspec
in Python.fsspec_dnanexus = ">=0.2.3"
s3fs = "== 2024.3.1"
adlfs = "== 2024.4.0"
xgboost = ">= 1.7.6"
python = ">= 3.9,< 3.10"
Issue: It raises under errors when I add
snowflake-ml-python = ">= 1.5.3"
in my.toml
file;I need to import
from snowflake.ml.fileset import sfcfs
, following this document (https://docs.snowflake.com/en/developer-guide/snowpark-ml/reference/latest/api/fileset/snowflake.ml.fileset.sfcfs.SFFileSystem)I have tried to downgrade/upgrade those modules (
s3fs
,adlfs
,fsspec_dnanexus
) to get compatible versions, but it has not worked.I would appreciate your letting me know which version I should add to my system.
The text was updated successfully, but these errors were encountered: