rajesh-kanade / weRecruit

Apache License 2.0
4 stars 0 forks source link

Correction in requirements.txt file #284

Open rahulkanade20 opened 2 years ago

rahulkanade20 commented 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.