Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid requirement: --allow-external keras #48

Closed
yanmengqi opened this issue Apr 26, 2018 · 2 comments
Closed

Invalid requirement: --allow-external keras #48

yanmengqi opened this issue Apr 26, 2018 · 2 comments

Comments

@yanmengqi
Copy link

I 'd like to install the Interactive_NMT at my new Mac.I have downloaded the Multimodal_keras_wrapper follow the step.but now ,I have something wrong with my code.
I am following this guide from your github,this is the guide address:https://github.com/lvapeab/multimodal_keras_wrapper/blob/master/README.md

when I have excuted the code:git clone https://github.com/MarcBS/multimodal_keras_wrapper.git
export PYTHONPATH=$PYTHONPATH:/path/to/multimodal_keras_wrapper

and when I run this code:pip install -r requirements.txt
there is something wrong happened, this is the wrong code:

Usage: pip [options]

Invalid requirement: --allow-external keras
pip: error: no such option: --allow-external

Thank you very much!

@lvapeab
Copy link
Owner

lvapeab commented Apr 26, 2018

If you want to use the Interactive_NMT branch, you should download my fork of Multimodal_keras_wrapper, from https://github.com/lvapeab/multimodal_keras_wrapper.git. Indeed, there's a wrong link in that README, I'll fix it.

It seems the --allow-external was deprecated in pip. I've just updated the file.

Try to run again:
git clone https://github.com/lvapeab/multimodal_keras_wrapper.git
and
pip install -r requirements.txt

@yanmengqi
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants