Open rahulkanade20 opened 2 years ago
Even after setting up all the libraries(using requirements.txt), lib magic was not found.
Possible reason for error could be the sequence of installation as mentioned in requirements.txt- python-magic==0.4.27 python-magic-bin==0.4.14
Solution (from web which worked for me) - pip uninstall python-magic
This worked but the issue is whether we need to install both python-magic and python-magic-bin or only the later is sufficient.
Even after setting up all the libraries(using requirements.txt), lib magic was not found.
Possible reason for error could be the sequence of installation as mentioned in requirements.txt- python-magic==0.4.27 python-magic-bin==0.4.14
Solution (from web which worked for me) - pip uninstall python-magic
This worked but the issue is whether we need to install both python-magic and python-magic-bin or only the later is sufficient.