Open mufaawan opened 1 year ago
most probably it's conan
issue. Can you please tell me your conan
version?
I changed the conan version to 1.60.0
and now getting this error.
PS C:\Users\mufaa\Documents\Work\SighthoundVideo> bash .\app
ERROR: Conanfile not found: C:\Users\mufaa\Documents\Work\SighthoundVideo\conanfile.txt
ERROR: Conanfile not found: C:\Users\mufaa\Documents\Work\SighthoundVideo\conanfile.py
pyfolder=
Python is already activated!
/c/Python27/python
Running bash ./run
=================================================================== Running setupEnvironment in /c/Users/mufaa/Documents/Work/SighthoundVideo
Params passed , params count 0
/c/Python27/python
PYTHONPATH=
SVINSTALLDIR=/c/Users/mufaa/Documents/Work/SighthoundVideo/build/stagingRoot
SV3RDPARTYDIR=/c/Users/mufaa/Documents/Work/SighthoundVideo/build/stagingRoot
['', 'C:\\Windows\\SYSTEM32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk',
'C:\\Python27', 'C:\\Python27\\lib\\site-packages']
PYTHONPATH=;C:\Users\mufaa\Documents\Work\SighthoundVideo;C:\Users\mufaa\Documents\Work\SighthoundVideo/xnat;C:\Users\mufaa\Documents\Work\Sightho
undVideo/launch;C:\Users\mufaa\Documents\Work\SighthoundVideo\build\stagingRoot\lib\python2.7\site-packages
PATH=/mingw64/bin:/usr/bin:/c/Users/mufaa/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/
cmd:/c/Users/mufaa/AppData/Local/Microsoft/WindowsApps:/c/Users/mufaa/AppData/Local/Programs/Microsoft VS Code/bin:/c/Program Files/CMake/bin:/bin
:/usr/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/cmd:/c/Program Files/LLVM/bin:/c/nin
ja-win:/c/Python27:/c/Python27/Scripts:C:\Users\mufaa\Documents\Work\SighthoundVideo\build\stagingRoot\bin:C:\Users\mufaa\Documents\Work\Sighthoun
dVideo\build\stagingRoot\bin
Python=/c/Python27/python
=================================================================== Done running setupEnvironment
Environment is already set up!
Traceback (most recent call last):
File "frontEnd/FrontEnd.py", line 42, in <module>
from FrontEndApp import main
File "C:\Users\mufaa\Documents\Work\SighthoundVideo\frontEnd\FrontEndApp.py", line 63, in <module>
from BackEndClient import BackEndClient
File "C:\Users\mufaa\Documents\Work\SighthoundVideo\frontEnd\BackEndClient.py", line 68, in <module>
from frontEnd.FrontEndUtils import getUserLocalDataDir
File "C:\Users\mufaa\Documents\Work\SighthoundVideo\frontEnd\FrontEndUtils.py", line 48, in <module>
from launch.Launch import Launch
File "C:\Users\mufaa\Documents\Work\SighthoundVideo\launch\Launch.py", line 127, in <module>
_launchlib = LoadLibrary(None, _libName)
File "C:\Users\mufaa\Documents\Work\SighthoundVideo\vitaToolbox\ctypesUtils\LoadLibrary.py", line 161, in LoadLibrary
raise Exception("Could not load library " + libName + "; tried " + tried)
Exception: Could not load library launch; tried ;launch in None;liblaunch in None;launch in C:\Users\mufaa\Documents\Work\SighthoundVideo\build\st
agingRoot\bin;liblaunch in C:\Users\mufaa\Documents\Work\SighthoundVideo\build\stagingRoot\bin;launch in C:\Users\mufaa\Documents\Work\SighthoundV
ideo\build\stagingRoot\bin;liblaunch in C:\Users\mufaa\Documents\Work\SighthoundVideo\build\stagingRoot\bin
PS C:\Users\mufaa\Documents\Work\SighthoundVideo>
@w3sip I executed the said file using
bash ./app
but I am seeing the error. I am attaching the whole log. Can you please tell me what I am doing wrong?I am using
Python 2.7
withpip 20.3.4
. I have already installwxPython 4.0.7
using pip.