You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to install faber in order to use it to build Boost.Python, itself required by OpenGM.
Faber installs normally without giving an error with python setupy.py install. But, when I go inside boost.python folder to try to build it with faber on Windows with Visual Studio 2015 (v14), I get the following error: The system cannot find the path specified.
Please note that this error doesn't happen when faber is called as a python script with python c:\Python37\Scripts\faber, and that faber and faber.bat both exist.
The text was updated successfully, but these errors were encountered:
I wanted to install
faber
in order to use it to build Boost.Python, itself required by OpenGM.Faber
installs normally without giving an error withpython setupy.py install
. But, when I go insideboost.python
folder to try to build it withfaber
on Windows with Visual Studio 2015 (v14), I get the following error:The system cannot find the path specified.
Please note that this error doesn't happen when
faber
is called as a python script withpython c:\Python37\Scripts\faber
, and thatfaber
andfaber.bat
both exist.The text was updated successfully, but these errors were encountered: