blocks icon indicating copy to clipboard operation
blocks copied to clipboard

Building wheel for fuel (setup.py) ... error

Open daniadag opened this issue 5 years ago • 3 comments

while i am installing Blocks by this command pip install git+git://github.com/mila-udem/[email protected]

this is error give me ERROR: Failed building wheel for fuel Running setup.py clean for fuel Successfully built blocks Failed to build fuel Installing collected packages: fuel, blocks Running setup.py install for fuel ... error ERROR: Command errored out with exit status 1:

daniadag avatar Jan 23 '20 07:01 daniadag

Did you install requirements like in documentation?

pip install git+git://github.com/mila-udem/blocks.git \
  -r https://raw.githubusercontent.com/mila-udem/blocks/master/requirements.txt

Blocks is not maintained anymore, so expect all kinds of rough edges.

dmitriy-serdyuk avatar Jan 23 '20 15:01 dmitriy-serdyuk

thanks for your response yes I installed all libraries in this document but even when I install the requirements library about the fuel and applied this command pip install git+https://github.com/mila-udem/fuel#egg=fuel it gives me the same error like ERROR: Failed building wheel for fuel

daniadag avatar Jan 23 '20 20:01 daniadag

thanks for your response yes I installed all libraries in this document but even when I install the requirements library about the fuel and applied this command pip install git+https://github.com/mila-udem/fuel#egg=fuel it gives me the same error like ERROR: Failed building wheel for fuel

I met the same mistake as you. How did you solve it? Thanks

Linxi4 avatar Nov 01 '21 08:11 Linxi4