ai-med / quickNAT_pytorch

PyTorch Implementation of QuickNAT and Bayesian QuickNAT, a fast brain MRI segmentation framework with segmentation Quality control using structure-wise uncertainty
MIT License
101 stars 36 forks source link

Fixed - Installing Requirements Error: squeeze_and_excite #18

Closed AndreiRoibu closed 4 years ago

AndreiRoibu commented 4 years ago

Just to let other users know, when running the requirements.txt installation in a venv, our team encountered an error:

raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/git/

We found that the fix for this issue was to manually run the command bellow. When testing the pip install requirements.txt again, the issue appeared to be solved.

pip install https://github.com/abhi4ssj/squeeze_and_excitation/releases/download/v1.0/squeeze_and_excitation-1.0-py2.py3-none-any.whl

abhi4ssj commented 4 years ago

Hi Andrei,

Thanks for pointing this out. I saw that I missed the `squeeze and excite' module from the requirements.txt file. I made the changes.

Best Abhijit

abhi4ssj commented 4 years ago

Closed due to inactivity and issue resolved.