-
Notifications
You must be signed in to change notification settings - Fork 701
python 3.6 use setup.py in windows #111
Comments
I come across the same question with you ,and I do not know how to solve it ,have you solved it? |
Yeah same here, did you guys figure out how to solve that |
Download Gtk + for Windows before calling setup.py and copy the extracted binary to the pkg-config folder. Issue #60. |
I also meet this problem. Have you solved it? I did what Sirokujira said, but it did't work. |
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 |
same problem,and as i copy the extracted binary to the pkg-config folder still call that problem, |
me too. Have anybody solved it? and gtk+-bundle_3.6.4-20131201_win64.zip has lost |
The same,bro |
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] 系统找不到指定的文件。
The text was updated successfully, but these errors were encountered: