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

need helps for errors #32

Open
yw1055 opened this issue Oct 29, 2023 · 1 comment
Open

need helps for errors #32

yw1055 opened this issue Oct 29, 2023 · 1 comment

Comments

@yw1055
Copy link

yw1055 commented Oct 29, 2023

To whom may concern,

./install-openrave.sh

Downgrading sympy to version 0.7.1...

WARNING: Ignoring invalid distribution -cipy (/home/yw/Downloads/yes/lib/python3.9/site-packages)
Collecting sympy==0.7.1
Using cached sympy-0.7.1.tar.gz (3.6 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-gtvqi1k5/sympy_4040cc95656e411a9867d8ee0a370559/setup.py", line 38
print "Sympy requires Python 2.5 or newer. Python %d.%d detected" %
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Sympy requires Python 2.5 or newer. Python %d.%d detected" % )?
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Installing OpenRAVE 0.53.1 from source (Commit 2024b03554c8dd0e82ec1c48ae1eb6ed37d0aa6e)...

Cloning into 'openrave'...
remote: Enumerating objects: 95215, done.
remote: Counting objects: 100% (5426/5426), done.
remote: Compressing objects: 100% (1471/1471), done.
^Cceiving objects: 13% (12826/95215), 7.42 MiB | 14.80 MiB/s

Could you please help me fix this errors? BTW, I already reinstall and update sympy. Any help would be appreciate.

@yurirocha15
Copy link
Contributor

You're probably installing it using Python 3. As far as I know, the scripts in this repo install everything using Python 2.7.

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