You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure where to post this. But when I goto pip3 install facebook_business I get this:
Collecting facebook-business==9.0.1
Downloading https://files.pythonhosted.org/packages/d4/87/8848716e1c5379547a57698c2625b41d9f1c41515eb639ae5c53a2efb3d6/facebook_business-9.0.1-py3-none-any.whl (1.0MB)
100% |████████████████████████████████| 1.0MB 1.2MB/s
THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
facebook-business==9.0.1 from https://files.pythonhosted.org/packages/d4/87/8848716e1c5379547a57698c2625b41d9f1c41515eb639ae5c53a2efb3d6/facebook_business-9.0.1-py3-none-any.whl#sha256=854e79cf8812cff403ff52d037b38e52d0381d316282de913cd2594f0d6ae12f:
Expected sha256 854e79cf8812cff403ff52d037b38e52d0381d316282de913cd2594f0d6ae12f
Got 751b1b2971b4dae84acc10a54bdbc05292c6f9f20b457985152e86583e8ff752
I don't get how the SHA can be different. I feel it must have been updated in one place and not another?
When I do: curl -O https://files.pythonhosted.org/packages/d4/87/8848716e1c5379547a57698c2625b41d9f1c41515eb639ae5c53a2efb3d6/facebook_business-9.0.1-py3-none-any.whl sha256sum facebook_business-9.0.1-py3-none-any.whl
I get the correct hash
The text was updated successfully, but these errors were encountered:
This is either one-off data corruption as it was transferred over the wire or an interrupted download being reported as a hash mismatch. Merging into #11153.
(I was not able to reproduce the error locally copying the expected hash into a requirements file.)
I'm not sure where to post this. But when I goto pip3 install facebook_business I get this:
I couldn't find anywhere else to raise this issue:
https://pypi.org/project/facebook-business/
https://github.com/facebook/facebook-python-business-sdk
I don't get how the SHA can be different. I feel it must have been updated in one place and not another?
When I do:
curl -O https://files.pythonhosted.org/packages/d4/87/8848716e1c5379547a57698c2625b41d9f1c41515eb639ae5c53a2efb3d6/facebook_business-9.0.1-py3-none-any.whl sha256sum facebook_business-9.0.1-py3-none-any.whl
I get the correct hash
The text was updated successfully, but these errors were encountered: