windows binary generation broken by dateparser dependency. #479
Labels
bug
Something isn't working
regression
Broke something that was working before.
v3
issue deferred to or affects version 3
windows
problem is platform specific to windows
Can no longer build packages for windows, because of a web of conflicting dependencies.
There is no correct generic netifaces package generated, so have to pick one that is locked
to python3.8.. so we must build on 3.8... which is the normal version on ubuntu 20.04. so far
so good.
so build the binary with generate-win-installer, and we get a binary built:
but then we try to run it after extraction on windows
so I go look at that error and discover:
scrapinghub/dateparser#849
which implies that we need to generate on python 3.10. but I don't have netifaces package for 3.10.
stuck.
The text was updated successfully, but these errors were encountered: