blocks
blocks copied to clipboard
Building wheel for fuel (setup.py) ... error
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:
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.
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
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