Open its5Q opened 6 months ago
Well, seems like an issue with the pip version. Only pip>=24 works fine, but even on 24 it has to go through a dozen versions of boto3 before succeding, maybe something could be done about that. Also, it would be useful to put in the README that you need pip>=24
I have another question - is Windows even supported? The README says that the pipelines should be platform-agnostic, but running tests on my Windows install I see several tests failing because of hardcoded unix-style paths.
Hi, "platform-agnostic" was mostly in terms of different clouds/hpc software requiring only changes to the Executor
code and not to anything on the pipeline side. That said, even though we do not normally test datatrove on windows, it should still work.
Could you post the failed tests logs so that we can fix whatever hardcoded issues there might be?
I've already uninstalled the library and cleaned up the environment on Windows, but I think it was this assert failing because of the unix paths in the defined constants
Hi, I have an issue installing this library from source on Windows. I've cloned the repo, created a Python 3.11 venv and ran
pip install -e ".[dev]"
, but that basically gets stuck backtracking different dependency versions. Here's the output after letting it sit for about half an hour:Update: the issue persists on Ubuntu under WSL with Python 3.10.