Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
42 stars 7 forks source link

Fix dependency in standalone python enviroment #99

Open mohami2000 opened 4 months ago

mohami2000 commented 4 months ago

https://b.corp.google.com/issues/328429520

neshdev commented 4 months ago

Although this would resolve the issue I reported, I don't think this is the way to resolve the issue. The problem is related to the underlying build system to be used for building python packages. See https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-build-system-dependencies-the-build-system-table

Along with this change, I would want the test for different environments. We are using the python-hatch image, which is created by us. We should also ensure that our package also installs and works in other images.