Andreas Kanz
Andreas Kanz
For me the problem was that i already had mambaforge installed. I suspect that my conda command was broken as I recently changed shells. Once I've removed the old installation...
Looks like we're getting closer: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
https://pypi.org/project/spacy/3.8.5/#files Seems to be available :)
Cant reproduce doing the following. Do you notice anything you did differently? ```python if __name__ == "__main__": credentials = config.DevConfig.get_s3_credentials() fs = fsspec.filesystem( "s3", key=credentials.access_key, secret=credentials.secret_access_key, ) con = ibis.duckdb.connect()...