davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
427 stars 59 forks source link

pip install pclpy in windows fails #37

Closed barlaensdoonn closed 5 years ago

barlaensdoonn commented 5 years ago

Windows 10 Python 3.6.4 Git Bash (although it didn't work from command prompt either)

pip install pclpy fails with:

$ pip install pclpy
Collecting pclpy
  Could not find a version that satisfies the requirement pclpy (from versions: )
No matching distribution found for pclpy
barlaensdoonn commented 5 years ago

weird it just worked from powershell

barlaensdoonn commented 5 years ago

i guess I'll close this one but if i've ever had more of a case of the baffles i don't know when

davidcaron commented 5 years ago

Very weird... 'python --version' in cmd.exe gives 3.6.4?

Le 20 mars 2019 à 19:53, barlaensdoonn notifications@github.com a écrit :

Closed #37.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

barlaensdoonn commented 5 years ago

Capture