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

Error installing with pip #189

Open
pnave95 opened this issue Jun 18, 2018 · 3 comments
Open

Error installing with pip #189

pnave95 opened this issue Jun 18, 2018 · 3 comments

Comments

@pnave95
Copy link

pnave95 commented Jun 18, 2018

Bug report

I am trying to install moldesign through pip, but I receive an error stating that nbmolviz 0.7.0 has requirement moldesign>=0.8rc1, which I believe is the development version? If so, it seems that maybe nbmolviz is prematurely assuming the next version of moldesign and in the process is breaking the version currently available through pip. Any help getting past this issue so that I can successfully set up moldesign 0.7.3 would be greatly appreciated. Thanks! (errors from pip included below)

Description

Steps to reproduce

pip2 install --user moldesign

Here is the portion of the output containing the error:

nbmolviz 0.7.0 has requirement moldesign>=0.8rc1, but you'll have moldesign 0.7.3 which is incompatible.

Environment

  • Operating system: Ubuntu 16.04
  • python --version output: 2.7.12
  • pip show moldesign nbmolviz | grep -B1 Version output:
    Name: moldesign
    Version: 0.7.3
    --
    Name: nbmolviz
    Version: 0.7.0
@diegovalenzuelaiturra
Copy link

Collecting moldesign
Using cached https://files.pythonhosted.org/packages/62/c7/be710ec938ceb066f06ccbfd9e2f67860f47edb493efbae52ba3cb40c2bb/moldesign-0.7.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-pymnxii1/moldesign/setup.py", line 70
print 'Thank you for installing the Molecular Design Toolkit!!!'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Thank you for installing the Molecular Design Toolkit!!!')?

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-pymnxii1/moldesign/

@pnave95
Copy link
Author

pnave95 commented Sep 1, 2018

@diegovalenzuelaiturra I'm sorry, but I don't follow what you are saying. Are you telling me something to try? Can you please be a little more clear?

@fcanomar
Copy link

Installing nbmolviz with pip after receiving this message doing
$ pip install nbmolviz
worked for me.

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

3 participants