ELSED
ELSED copied to clipboard
To install on Windows
Hello How are you? Thanks for contributing to this project. I am going to use this method on Windows (Win10, x64)anaconda environment. While installing this, I met the following issue.
(base) E:\tmp\ELSED>python setup.py install
running install
running bdist_egg
running egg_info
writing pyelsed.egg-info\PKG-INFO
writing dependency_links to pyelsed.egg-info\dependency_links.txt
writing top-level names to pyelsed.egg-info\top_level.txt
reading manifest file 'pyelsed.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'pybind11'
adding license file 'LICENSE'
writing manifest file 'pyelsed.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_ext
['cmake', 'E:\tmp\ELSED', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=E:\tmp\ELSED\build\lib.win-amd64-3.9', '-DPYTHON_EXECUTABLE=C:\Users\admin\anaconda3\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=E:\tmp\ELSED\build\lib.win-amd64-3.9', '-A', 'x64']
CMake Error: The current CMakeCache.txt directory E:/tmp/ELSED/build/temp.win-amd64-3.9/Release/CMakeCache.txt is different than the directory e:/admin/Internet_Task/Jobs/2023/2023.05.15-PoolBallDetection/work/ELSED/build/temp.win-amd64-3.9/Release where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
CMake Error: The source "E:/tmp/ELSED/CMakeLists.txt" does not match the source "E:/admin/Internet_Task/Jobs/2023/2023.05.15-PoolBallDetection/work/ELSED/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory.
Traceback (most recent call last):
File "E:\tmp\ELSED\setup.py", line 63, in
I could build & install this lib. But when I import this lib in python, I meet the following issue.
Traceback (most recent call last):
File "E:\admin\Internet_Task\Jobs\2023\2023.05.15-PoolBallDetection\work\ELSED\demo.py", line 1, in