visual-layer / fastdup

fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Other
1.56k stars 76 forks source link

[Bug]: ould not find module: fastdup_shared.dll #174

Closed Yannaico closed 1 year ago

Yannaico commented 1 year ago

What happened?

Hello, i'm new to fastdup and trying to set it up , downloaded ffmpeg and added it's exe file's path to my user and system veribles.

getting this error message: Traceback (most recent call last): File "C:\Users\97250\PycharmProjects\pocketcourse\find_my_show_venv\lib\site-packages\fastdup__init__.py", line 91, in dll = WinDLL(so_file) File "C:\Program Files\Python39\lib\ctypes__init.py", line 374, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\97250\PycharmProjects\pocketcourse\find_my_show_venv\lib\site-packages\fastdup\fastdup_shared.dll' (or one of its dependencies). Try using the full path with constructor syntax. Please reach out to fastdup support, it seems installation is missing critical files to start fastdup. We would love to understand what has gone wrong.

tried to force reinstall fastdup 0.922, didn't help.

What did you expect to see?

import fastdup

What version of fastdup were you runnning on?

0.922

What version of Python were you running on?

Python 3.9

Operating System

windows 11

Reproduction steps

import fastdup

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

dbickson commented 1 year ago

Thanks @Yannaico for your great help, we found out via Microsoft Process Monitor that vcruntime140d.dll was missing on your machine it is now added to the wheel in 0.924 please try it out.