python – Errors in venv while installing packages using conda
I am getting errors like these when I run a requirements.txt file (CondaVerificationError, SafetyError, ClobberError) CondaVerificationError: The package for icu located at C:Usersanaconda3pkgsicu-58.2-h9c2bf20_1 appears to be corrupted. The path ‘lib/icu/current’ specified in the package manifest cannot be found. CondaVerificationError: The package for matplotlib located at C:Usersanaconda3pkgsmatplotlib-2.2.2-py36h0e671d2_1 appears to be corrupted. The path ‘lib/libtcl.so’ specified in … Read more