strawlab / python-pcl

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

build error : Error cythoning pcl/_pcl.pyx to pcl\_pcl.cpp #204

Open sophiegonzalez3 opened 6 years ago

sophiegonzalez3 commented 6 years ago

Dear all,

I'm stuck at the building stage, i'm anaconda cmd log.txt encountering the following error : running build_ext cythoning pcl/_pcl.pyx to pcl_pcl.cpp error: [Errno 2] No such file or directory: 'C:\Users\TE_Admin\pcl\_pcl.pyx'

(see .txt for details)

The folder in question does exist (not the file), I don't recall creating it though since my path to pcl master is : C:\ProgramData\Anaconda3\pkgs\python-pcl-master and my PCL_ROOT is : C:\PCL 1.6.0

I've the following config:

Some help would be greatly appreciated :)

PS: I precise that I'm behind heavy duty corporate proxy/ firewall/ malware protection since it was the source of many of my problems before even getting there, especially with the pkg-config.exe.

sophiegonzalez3 commented 6 years ago

Please anyone ?

b-hahn commented 5 years ago

I'm having the same issue on MacOS 10.12.6 with cython 0.25.2, Python 3.7.0 and PCL 1.8.0 - any updates on how to solve this issue? Thanks a lot!

EDIT: alright, seems my issue is unrelated, I was simply running setup.py from the parent directory which led to some wrong relative paths. Solution: run setup.py from the python-pcl folder directly.