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

pip package version specification ">=" and redirection #54

Open
Zhiozhio opened this issue Oct 18, 2021 · 0 comments
Open

pip package version specification ">=" and redirection #54

Zhiozhio opened this issue Oct 18, 2021 · 0 comments

Comments

@Zhiozhio
Copy link

This must be the most "hilarious" bug have been reported.

When I use the provided command to install pip packages, It turns out nothing happen (no output and not return). I just wait and realise that something is wrong. But I don't know where. Then I checked the conda envs directory and found some files named as '=0.10.0.0', '=0.8.5' ... I guess that the command
pip install open3d>=0.10.0.0
must be translated as pip install open3d and redirect the stdout to a file '=0.10.0.0'. :-D
Then I open these files and the contents are just the output of pip install which should be printed to the terminal instead.

It confused me half an hour and searched for many solutions. But I didn't find an issue about this here. Am I the only one came into this issue?

hope this can help someone else and the author could get some chage of the Readme.

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

1 participant