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 installs, but Conda doesn't #7156

Closed
3 tasks done
Sevdat opened this issue Jan 31, 2025 · 1 comment
Closed
3 tasks done

Pip installs, but Conda doesn't #7156

Sevdat opened this issue Jan 31, 2025 · 1 comment
Labels
bug Not a build issue, this is likely a bug.

Comments

@Sevdat
Copy link

Sevdat commented Jan 31, 2025

Checklist

Describe the issue

with pip It works, but with broken api where intellsense doesn't detect open3d methods. which the only fix was
#751
https://github.com/sizmailov/pybind11-stubgen
pip install pybind11-stubgen
pybind11-stubgen open3d -o typings

I wanted to use conda because with libraries such as quaternions or quaternionic the same problem occurs where the api sometimes doesn't highlight in vscode.

I also tried with 3.10,3.12 and 3.13. Same error. Is there a fix?

Steps to reproduce the bug

https://anaconda.org/conda-forge/addict install addict
https://anaconda.org/open3d-admin/open3d
conda create --name tst python=3.10
conda install open3d-admin::open3d

Error message

Channels:

  • defaults
  • open3d-admin
  • conda-forge
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
    failed

LibMambaUnsatisfiableError: Encountered problems while solving:

  • package open3d-0.2.0-py27_0 requires python >=2.7,<2.8.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ open3d is installable with the potential options
│ ├─ open3d [0.2.0|0.3.0|...|0.9.0.0] would require
│ │ └─ python >=2.7,<2.8.0a0 , which can be installed;
│ ├─ open3d [0.10.0.0|0.10.0.1|...|0.9.0.0] would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ open3d [0.10.0.0|0.10.0.1|...|0.9.0.0] would require
│ │ └─ python >=3.5,<3.6.0a0 , which can be installed;
│ ├─ open3d [0.10.0.0|0.10.0.1|...|0.9.0.0] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ open3d [0.10.0.0|0.10.0.1|...|0.15.1] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ └─ open3d [0.14.1|0.15.1] would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.10.* , which conflicts with any installable versions previously reported.

Expected behavior

No response

Open3D, Python and System information

- Operating system: Windows 11 64-bit
- Python version: Python 3.10 / Python 3.12 / 3.13

Additional information

No response

@Sevdat Sevdat added the bug Not a build issue, this is likely a bug. label Jan 31, 2025
@ssheorey
Copy link
Member

ssheorey commented Feb 4, 2025

conda distributions are not supported any more - please use pip to install in your conda environment.

mypy type information is work in progress and should be available for the next release.

@ssheorey ssheorey closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

No branches or pull requests

2 participants