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

Unable to pip install aiida-core[REST] #1327

Closed
ltalirz opened this issue Mar 23, 2018 · 1 comment
Closed

Unable to pip install aiida-core[REST] #1327

ltalirz opened this issue Mar 23, 2018 · 1 comment
Labels
Milestone

Comments

@ltalirz
Copy link
Member

ltalirz commented Mar 23, 2018

pip install aiida-core[REST]
Collecting aiida-core[REST]
  Downloading aiida_core-0.11.2-py2-none-any.whl (10.9MB)
    100% |████████████████████████████████| 10.9MB 113kB/s
  Ignoring itsdangerous: markers 'extra == "REST"' don't match your environment
  Ignoring flask-marshmallow: markers 'extra == "REST"' don't match your environment
  Ignoring Flask-SQLAlchemy: markers 'extra == "REST"' don't match your environment
  Ignoring Flask-Cors: markers 'extra == "REST"' don't match your environment
  Ignoring sqlalchemy-migrate: markers 'extra == "REST"' don't match your environment
  Ignoring Flask-RESTful: markers 'extra == "REST"' don't match your environment
  Ignoring pyparsing: markers 'extra == "REST"' don't match your environment
  Ignoring Flask: markers 'extra == "REST"' don't match your environment
  Ignoring python-memcached: markers 'extra == "REST"' don't match your environment
  Ignoring marshmallow-sqlalchemy: markers 'extra == "REST"' don't match your environment
  Ignoring Pattern: markers 'extra == "REST"' don't match your environment
  Ignoring Flask-HTTPAuth: markers 'extra == "REST"' don't match your environment
  Ignoring Flask-Cache: markers 'extra == "REST"' don't match your environment
Collecting future==0.16.0 (from aiida-core[REST])
...

May be related to this pip issue

For some reason, doing pip install -e .[REST] inside the aiida-core git repository does work, which may be why this has not been noticed so far.

I believe the solution is simply to replace REST by rest (I'll open a PR)

ltalirz added a commit to ltalirz/aiida-core that referenced this issue Mar 23, 2018
@sphuber sphuber added this to the v0.11.3 milestone Mar 23, 2018
@sphuber
Copy link
Contributor

sphuber commented Mar 23, 2018

Fixed in #1328

@sphuber sphuber closed this as completed Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants