-
Notifications
You must be signed in to change notification settings - Fork 701
Windows environment setup #96
Comments
Running into the same problem on my machine Still haven't found the solution. |
I had the same issue as well. I didn't use anaconda though, so my errors read the same a uiossha except "C:\Python27\lib\subprocess.py" instead of "C:\Anaconda2\lib\subprocess.py". I'm not 100% sure what not using anaconda would do differently if anything, but we seem to be having the same issue with and without it so probably not too much.. |
Did this get a solution yet? I'm running into the same errors as you guys. |
Download Gtk + for Windows before calling setup.py and copy the extracted binary to the pkg-config folder. Issue #60. |
Just want to ask where those extracted binary are located? There are too many files and directories in the GTK+(msys64) folder. Thx. |
My problem is like this: C:~python\python-pcl-master>python setup.py install cannot find environment PKG_CONFIG_PATH |
Have you solved this problem? |
My environment:
PCL 1.7.2 all-in-one installed
OPENNI2 installed
Cython installed using anaconda2
Run: python setup.py install
failed:
Traceback (most recent call last):
File "setup.py", line 19, in
if subprocess.call(['pkg-config', 'pcl_common%s' % pcl_version]) == 0:
File "C:\Anaconda2\lib\subprocess.py", line 523, in call
return Popen(_popenargs, *_kwargs).wait()
File "C:\Anaconda2\lib\subprocess.py", line 711, in init
errread, errwrite)
File "C:\Anaconda2\lib\subprocess.py", line 959, in _execute_child
startupinfo)
WindowsError: [Error 2]
The text was updated successfully, but these errors were encountered: