I want to add a program to Brew, but I'm having trouble... #1723
-
As many experts have pointed out, I am uploading the Error result:
And Information in the
Hoo... what's the problem ? 😌 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
You are trying to do a Python source build on a Python wheel (.whl) file ( You should instead specify |
Beta Was this translation helpful? Give feedback.
You are trying to do a Python source build on a Python wheel (.whl) file (
https://files.pythonhosted.org/packages/33/07/fcfdd7a2872f5b348953de35acce1544dab0c1e8368dca54279b1cde5c15/pyfiglet-0.8.post1-py2.py3-none-any.whl
).You should instead specify
https://files.pythonhosted.org/packages/f9/02/48293654fb2e4fdeb4d927f00a380230a832744b6c9af757373a72d018d1/pyfiglet-0.8.post1.tar.gz
as the URL for thepyfiglet
resource.