ccmn98

Results 5 comments of ccmn98

The error occurs when i iterate over files in a directory for a few seconds (approx. 10-15 seconds) and appears to happen at the same file. I've also run my...

I'm using in a for loop, so the way I have it setup is that I created one instance of it and then re-using it by feeding a file path...

Here is the snippet of code that is causing the issue. I'm using version: 0.4.14; I'm using Python 3.9. def file_exists(): for root, dirs, files in os.walk(ROOT): for fpath in...

It appears that I did not have python lib-magic installed . . . I tried to install it but the install is a bit problematic. Is the a trick to...

I'm also getting an issue with the installation of libmagic. Here is the output: PS C:\Users\Chad\Documents\GitHub\Python_practice_scripts> pip install python-libmagic Collecting python-libmagic Using cached python_libmagic-0.4.0-py3-none-any.whl Collecting cffi==1.7.0 Using cached cffi-1.7.0.tar.gz (400...