andhus / dirhash-python

Python module and CLI for hashing of file system directories based on the Dirhash Standard.
MIT License
42 stars 13 forks source link

not working on windows #18

Open racinmat opened 3 months ago

racinmat commented 3 months ago

on windows, the library is not working with scantree=0.0.2, would it be possible to use some more platform-independent library?

frichtarik commented 2 months ago

Hi @racinmat, thanks for the report. Could you please add more info ? Windows version, expected vs actual behavior, ... anything can help :) thanks in advance

racinmat commented 2 months ago

Hi, sure, sorry, I had a typo in the package name, I meant scantree. There is open issue since 2020 https://github.com/andhus/scantree/issues/4 which describes that its newer release broke the functionality on windows.

frichtarik commented 2 months ago

Hi @racinmat
I've created new PR to fix the windows issue https://github.com/andhus/scantree/pull/22 If you're interested, you can test the fix the commit even before it gets merged

instead of pip install dirhash use pip install dirhash git+https://github.com/frichtarik/scantree.git@8b641db when preparing the environment

racinmat commented 2 months ago

Works for me, thanks!