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 can't find 0.15.1 #4796

Closed
3 tasks done
joshuafishman opened this issue Feb 22, 2022 · 5 comments
Closed
3 tasks done

Pip can't find 0.15.1 #4796

joshuafishman opened this issue Feb 22, 2022 · 5 comments
Assignees
Labels
build/install issue Build or installation issue

Comments

@joshuafishman
Copy link

joshuafishman commented Feb 22, 2022

Checklist

Steps to reproduce the issue

Pip (version 22.0.3) can't find the 0.15.1 version even though it's on pypi:

pip install open3d==0.15.1 
ERROR: Could not find a version that satisfies the requirement open3d==0.15.1 (from versions: 0.10.0.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.13.0, 0.14.1)
ERROR: No matching distribution found for open3d==0.15.1

The wheel on the installation page (https://storage.googleapis.com/open3d-releases-master/python-wheels/open3d-0.15.1-cp38-cp38-manylinux_2_27_x86_64.whl) works fine as a workaround.

Open3D, Python and System information

- Operating system: Ubuntu 20.04 
- Python version: Python 3.8 
- Open3D version: 0.15.1
- System architecture: x86 
- Is this a remote workstation?: no
- How did you install Open3D?: pip

Additional information

No response

@joshuafishman joshuafishman added the build/install issue Build or installation issue label Feb 22, 2022
@yxlao
Copy link
Collaborator

yxlao commented Feb 22, 2022

We are waiting for pypi/support#1701 .

For now you may get it from: http://www.open3d.org/docs/latest/getting_started.html#development-version-pip .

@yxlao
Copy link
Collaborator

yxlao commented Mar 1, 2022

We have an update. We have created a special 0.15.2 release for Linux x86 users only. Linux x86 users don't get 0.15.1.

Now

pip install open3d

should give you the 0.15.2 release on Linux x86.

@yxlao yxlao closed this as completed Mar 1, 2022
@johnthagen
Copy link
Contributor

johnthagen commented Apr 19, 2022

Now that pypi/support#1701 is closed, will Windows and macOS wheels be uploaded to 0.15.2? If someone pins their dependencies using pip-tools or Poetry on Linux, other developers on Windows or macOS won't be able to install the pinned dependencies because wheels are missing for the latest release.

@wwwouter
Copy link

wwwouter commented May 2, 2022

I'm in this situation where development is done on Windows and macOS and the build server runs Linux.

Do we have to wait for 0.16 for this to be resolved?

@johnthagen
Copy link
Contributor

For now the only solution I know of is to pin to 0.14.1, which is the latest version released that has all of the needed wheels.

@yxlao Do you know if a new version of Open3D will be released soon that includes all of the needed wheels?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install issue Build or installation issue
Projects
None yet
Development

No branches or pull requests

5 participants