Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

python 3.6 use setup.py in windows #111

Open
qk1997 opened this issue Jun 25, 2017 · 9 comments
Open

python 3.6 use setup.py in windows #111

qk1997 opened this issue Jun 25, 2017 · 9 comments

Comments

@qk1997
Copy link

qk1997 commented Jun 25, 2017

E:\work\python-pcl-master\python-pcl-master>python setup.py
Traceback (most recent call last):
File "setup.py", line 19, in
if subprocess.call(['pkg-config', 'pcl_common%s' % pcl_version]) == 0:
File "F:\Anaconda\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "F:\Anaconda\lib\subprocess.py", line 707, in init
restore_signals, start_new_session)
File "F:\Anaconda\lib\subprocess.py", line 990, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

@Haofun123
Copy link

I come across the same question with you ,and I do not know how to solve it ,have you solved it?

@ny48uk
Copy link

ny48uk commented Oct 2, 2017

Yeah same here, did you guys figure out how to solve that

@Sirokujira
Copy link
Collaborator

Download Gtk + for Windows before calling setup.py and copy the extracted binary to the pkg-config folder.

Issue #60.

@gfjiyue
Copy link

gfjiyue commented Dec 25, 2017

I also meet this problem. Have you solved it? I did what Sirokujira said, but it did't work.

@peterwa88
Copy link

Just want to ask where those extracted binary are located? There are too many files and directories in the GTK+(msys64) folder. Thx.

@peterwa88
Copy link

My problem is like this:

C:~python\python-pcl-master>python setup.py install

cannot find environment PKG_CONFIG_PATH
set environment PKG_CONFIG_PATH=C:\Program Files\PCL 1.8.1\lib\pkgconfig;C:\Prog
ram Files\PCL 1.8.1\3rdParty\FLANN\lib\pkgconfig;C:\Program Files\PCL 1.8.1\3rdP
arty\Eigen\lib\pkgconfig;
F:\deep_learning\python\python-pcl-master\pkg-config\pkg-config.exe
Traceback (most recent call last):
File "setup.py", line 153, in
if subprocess.call(['.\pkg-config\pkg-config.exe', 'pcl_common%s' % pcl_ve
rsion]) == 0:
File "C:\Anaconda3\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Anaconda3\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Anaconda3\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

@guishi9090
Copy link

same problem,and as i copy the extracted binary to the pkg-config folder still call that problem,

@zhangguowei0916
Copy link

me too. Have anybody solved it? and gtk+-bundle_3.6.4-20131201_win64.zip has lost

@JohnsonQi
Copy link

My problem is like this:

C:~python\python-pcl-master>python setup.py install

cannot find environment PKG_CONFIG_PATH
set environment PKG_CONFIG_PATH=C:\Program Files\PCL 1.8.1\lib\pkgconfig;C:\Prog
ram Files\PCL 1.8.1\3rdParty\FLANN\lib\pkgconfig;C:\Program Files\PCL 1.8.1\3rdP
arty\Eigen\lib\pkgconfig;
F:\deep_learning\python\python-pcl-master\pkg-config\pkg-config.exe
Traceback (most recent call last):
File "setup.py", line 153, in
if subprocess.call(['.\pkg-config\pkg-config.exe', 'pcl_common%s' % pcl_ve
rsion]) == 0:
File "C:\Anaconda3\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Anaconda3\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Anaconda3\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] 系统找不到指定的文件。

The same,bro

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants