blocks
blocks copied to clipboard
Installation fails with no such option: --allow-external
I have followed installation instructions from https://blocks.readthedocs.io/en/latest/setup.html but the installation fails with
pip install git+git://github.com/mila-udem/blocks.git@stable -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt
Usage: pip [options]
ERROR: Invalid requirement: --allow-external theano
pip: error: no such option: --allow-external
I've run it on on Windows 10 for Python 3.7 and pip 19.1.1 (higher than the required 1.5)
What am I missing?
Same here.
Also install master will have following error:
Using cached https://files.pythonhosted.org/packages/9e/b0/47e994b3b370087d388
d2bb9dfc97c7e901b801265ccd1e8e9fd16eda1b8/toolz-0.8.0.tar.gz
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "
Same issue happened with me.
- Install fuel.
- Just clone the git and change the requirement.txt to the include the same numpy version as installed by the fuel. The problem is resolved.
Still having this issue June 2020.
Same issue in Oct 2021.
Same issue on June 2023