skunkyevil

Results 11 comments of skunkyevil

1. ``` cd docker docker-compose up ``` But I had to introduce some modifications beforehand. In setup.py: ``` "pytest>=6.2.0", "pymongo==3.6", "papermill==1.2.1", ``` In order for setup to complete (except pymongo...

Thanks for being so prompt and helpful on this. I will always filter the indexes on my side for now

Actually this is indeed a np.histogram bug, the following code gives the same error with the same dataframe: ```python import numpy as np buggy_df = pd.read_csv('buggy_df.csv') a = buggy_df['str3d_net_profit_long'].dropna().to_numpy() np.histogram(a,...

Hi @fabclmnt , Just checked with ydata-profiling version 4.5.0 - error still persist. I've included dataset in my initial post: [buggy_df.csv](https://github.com/ydataai/ydata-profiling/files/12244567/buggy_df.csv) I think this issue thread does not deserve an...

Having the same problem. Installed the latest OBS studio (and the latest version of the plugin via Windows installer, all files are in place)

Here in log I see that .dll file can not be loaded, but it's there 100% at `c:\Program Files\obs-studio\obs-plugins\64bit\obs-backgroundremoval.dll` ``` 18:14:52.545: CPU Name: 13th Gen Intel(R) Core(TM) i5-1335U 18:14:52.545: CPU...

> @skunkyevil > > ``` > 18:14:53.033: LoadLibrary failed for '../../obs-plugins/64bit/obs-backgroundremoval.dll': The specified module could not be found. > 18:14:53.033: (126) > 18:14:53.033: Module '../../obs-plugins/64bit/obs-backgroundremoval.dll' not loaded > ``` >...

DirectML.dll is there at `c:\Program Files\obs-studio\obs-plugins\64bit\` as well

@royshil Yep, version 1.1.13 Here's the result of dependency walker, looks like dependencies of DirectML.dll is missing, don't know how to deal with this [obs-backgroundremoval.txt](https://github.com/user-attachments/files/17167525/obs-backgroundremoval.txt)

@royshil Thank you once again for help. Unfortunately where were no errors detected via dxdiag. I wonder how you came to the conclusion about dxcode.dll, as there was no mention...