You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Checklist
main
branch).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
Error message
Channels:
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:
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
Additional information
No response
The text was updated successfully, but these errors were encountered: