-
I am trying to Dockerize my application and the library I am using requires system dependencies like tesseract-ocr, poppler-utils, libmagic-dev, and libgl1 I tried installing these using dnf and micro…
-
**Describe the bug**
Currently, it appears that libmagic is detected with this line:
```py
LIBMAGIC_AVAILABLE = bool(importlib.util.find_spec("magic"))
```
This finds whether `magic` is ins…
-
I run the requirements.txt successfully but get the error message trying to run msidump.py:
[!] Requirements not installed: failed to find libmagic. Check your installation
Install them w…
-
```
---> Configuring tiledb
(using ccache)
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_databases_tiledb/tiledb/work/build" && /opt/local/bin/cmake -G "CodeBlocks…
-
Hey im just curious to give it a try... installed scoop to install pix and to install dlorg at last its saying libmagic not found... Mind helping me out ? Btw im using windows
-
### Description of the bug
If libmagic is not installed you get an `ImportError`,
I think it should be reported some other way, preferibably it should say that it's missing at `pip install` tim…
-
We use a somehow old way to detect magic library and it as been probably made this way as libmagic didn't provide a libmagic.pc at the time. Now it is the case so we would better fix the dependency to…
-
### What went wrong? 🤔
When following the documentation for contributing to taipy.
`pipenv install --dev` gives error on mac M1 pro.
Error is python-libmagic is not able to install properly
an…
-
Windows users regularly run into issues with incompatible/broken or not found magic installations. Current issues:
https://github.com/ahupp/python-magic/issues/137
https://github.com/ahupp/python…
ahupp updated
3 weeks ago
-
Using libmagic 5.45, I had a version issue with the magic.mgc found in [the repository](https://github.com/SHi-ON/libmagic-apple-silicon/magic/libmagic) folder.
To resolve my issue, I replaced the …