I am new to python. I recently installed a package using the source file .tar.gz in my conda environment using pip install <absolute_path_to_.tar_.gz_file>
. Upon trying to uninstall the package I am getting below error -
(3point7) wkmca9711659:~ ricagarw$ pip uninstall /Users/ricagarw/Downloads/allure-pytest-bdd-2.8.6b0.tar.gz
ERROR: You must give at least one requirement to uninstall (see "pip help uninstall")
I am not using requirements.txt
for my project. How should I uninstall the package ?