Eileen Kuehn
Eileen Kuehn
@corryvrequan, yes, the building works like a charm :) You may want to remove the MacOS wheels if they do not work anyway. `pip` should be able to automatically build...
Same here, MacOS 10.14.5, Apple LLVM version 10.0.1 (clang-1001.0.46.4). Tested with `pip install tweedledum` for Python 3.8.11 in a clean venv setup and Python 3.7.9. I also failed to install...
@boschmitt, I am happy to do some tests for you as soon as you let me know :)
@boschmitt, the `tweedledum-dev` package is working great for me 👍 I cannot see any issues anymore.
> The workaround is to install `tweedledum` directly from source: > > ```shell > CC=gcc-10 CXX=g++-10 CXXFLAGS="-static-libgcc -static-libstdc++" pip install tweedledum --no-binary :all: > ``` In my case, the workaround...
Some more insights into this: This seems to be an issue since fsspec version > 2021.07.0. So pinning fsspec to fsspec==2021.07.0 solves the issue for `put` operation. Given https://github.com/fsspec/filesystem_spec/issues/820 however,...