strawlab / python-pcl

Python bindings to the pointcloud library (pcl)
http://strawlab.github.com/python-pcl/
Other
2.02k stars 700 forks source link

python-pcl not working with python 3.7 in Windows #408

Open nchouchani opened 2 years ago

nchouchani commented 2 years ago

Environment

Context

Trying to install python-pcl :

conda install -c sirokujira python-pcl --channel conda-forge

Current Behavior error

Getting this error :

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:

Specifications:

  • python-pcl -> python[version='>=3.6,<3.7.0a0']

Your python: python=3.7

nchouchani commented 2 years ago

@Sirokujira