PyTango On Windows installation problem

Hi to all,
I try to install PyTango on Windows and the installation process is not working anymore. Some months ago it was more simple ???
We migrate to anaconda distribution, so the configuration is :
*Windows 64 bits (7 or 10)
*Python27 under anaconda
*Tango installed with different version

>pip install PyTango gives an error message: we need to install VCForPython.

VCForPython27 installed, and
>pip install PyTango gives :


c:\users\tache\appdata\local\temp\pip-build-pp1fdr\pytango\ext\precompiled_h
eader.hpp(19) : fatal error C1083: Cannot open include file: 'boost/python.hpp':
No such file or directory
error: command 'C:\\Users\\tache\\AppData\\Local\\Programs\\Common\\Microsof
t\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2


—————————————-
Command "C:\Anaconda2\python.exe -u -c "import setuptools, tokenize;__file__='c:
\\users\\tache\\appdata\\local\\temp\\pip-build-pp1fdr\\PyTango\\setup.py';f=get
attr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.clo
se();exec(compile(code, __file__, 'exec'))" install –record c:\users\tache\appd
ata\local\temp\pip-yl8ww7-record\install-record.txt –single-version-externally-
managed –compile" failed with error code 1 in c:\users\tache\appdata\local\temp
\pip-build-pp1fdr\PyTango\
Edited 6 years ago
Hi,

have you tried installing PyTango using MS Windows installer? (*.exe). I already realized that it's very tricky to build PyTango on Windows, so I prefer to install it using installer packed in exe file.

It depends which version you need:
https://pypi.python.org/pypi/PyTango/8.1.1
https://www.versioneye.com/python/pytango/8.1.6
https://pypi.python.org/pypi/PyTango/9.2.0
Regards,
Jagoda
 
Register or login to create to post a reply.