-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Are there any dependencies required for installation? I used pip to install version 1.0.7 under windows and macOS and failed.
The version of CMake is 3.17.3
Python version: 3.6.8
The error message in the win10 environment is as follows:
Installing collected packages: pyvoxsurf
Running setup.py install for pyvoxsurf ... error
Complete output from command "c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;file='C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\PC\AppData\Local\Temp\pip-record-yu0kxxsn\install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_ext
CMake Error: The source directory "C:/Users/PC/AppData/Local/Temp/pip-install-ppin30v5/pyvoxsurf" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\setup.py", line 88, in
zip_safe=False,
File "c:\program files\python36\lib\site-packages\setuptools_init_.py", line 143, in setup
return distutils.core.setup(**attrs)
File "c:\program files\python36\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "c:\program files\python36\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files\python36\lib\site-packages\setuptools\command\install.py", line 61, in run
return orig.install.run(self)
File "c:\program files\python36\lib\distutils\command\install.py", line 545, in run
self.run_command('build')
File "c:\program files\python36\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files\python36\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
File "c:\program files\python36\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files\python36\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\setup.py", line 36, in run
self.build_extension(ext)
File "C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\setup.py", line 67, in build_extension
cwd=self.build_temp, env=env)
File "c:\program files\python36\lib\subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\build\lib.win-amd64-3.6', '-DPYTHON_EXECUTABLE=c:\program files\python36\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\build\lib.win-amd64-3.6', '-A', 'x64']' returned non-zero exit status 1.
Command ""c:\program files\python36\python.exe" -u -c "import setuptools, tokenize;file='C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\PC\AppData\Local\Temp\pip-record-yu0kxxsn\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\PC\AppData\Local\Temp\pip-install-ppin30v5\pyvoxsurf\