duplicate.utils
After installation python 3.8
import duplicate
duplicate.find('c:/mydev/python3')
run
File "C:/MyDev/python3/temp/1.py", line 33, in
I can confirm this issue
Same issue on Ubuntu 19.10:
Traceback (most recent call last):
File "filemon/deplic.py", line 1, in <module>
import duplicate
File "/usr/local/lib/python3.7/dist-packages/duplicate/__init__.py", line 13, in <module>
from .core import CACHE
File "/usr/local/lib/python3.7/dist-packages/duplicate/core.py", line 17, in <module>
from .structs import Cache, DupInfo, FileInfo, FilterType, SkipException
File "/usr/local/lib/python3.7/dist-packages/duplicate/structs.py", line 13, in <module>
from .utils.fs import blkdevice, blksize
ModuleNotFoundError: No module named 'duplicate.utils'
HI i saw earlier it said you fixed the issue am still running into it.
Traceback (most recent call last):
File "c:\Users\M\Desktop\scripts\sorter\test.py", line 1, in
I tried to run my code and then this came up:
Traceback (most recent call last):
File "/Users/benbaessler/Documents/Projects/Cleaner/test.py", line 1, in
To fix the ModuleNotFoundError : download the source of the repository, extract the file. Put the utils folder in the site-packages/duplicate/
/usr/local/lib/python3.7/dist-packages/duplicate/utils C:\Users\M\AppData\Local\Programs\Python\Python38-32\lib\site-packages\duplicate\utils /Users/benbaessler/opt/anaconda3/lib/python3.7/site-packages/duplicate/utils/
Need to fix this in the package itself and not rely on users doing this workaround please.
Furthermore why is the module called duplicate but the package called deplicate - let us just save time and confustion and use deplicate for both.