I am trying to configure and install Pycontact on my Windows system. But, building it fetched me this error:
I tried this command:
python C:\Users\HP\Downloads\Compressed\pycontact-develop\pycontact-develop\setup.py build -i
It fetched me these error warnings:
File "C:\Users\HP\Downloads\Compressed\pycontact-develop\pycontact-develop\setup.py", line 46, in
ext_modules = cythonize(extensions),
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 966, in cythonize
aliases=aliases)
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 810, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 109, in nonempty
raise ValueError(error_msg)
ValueError: 'PyContact/cy_modules/cy_gridsearch.pyx' doesn't match any files
What can be the possible solution to these warnings ?
I am trying to configure and install Pycontact on my Windows system. But, building it fetched me this error: I tried this command: python C:\Users\HP\Downloads\Compressed\pycontact-develop\pycontact-develop\setup.py build -i
It fetched me these error warnings: File "C:\Users\HP\Downloads\Compressed\pycontact-develop\pycontact-develop\setup.py", line 46, in
ext_modules = cythonize(extensions),
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 966, in cythonize
aliases=aliases)
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 810, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
File "C:\ProgramData\Anaconda3\lib\site-packages\Cython\Build\Dependencies.py", line 109, in nonempty
raise ValueError(error_msg)
ValueError: 'PyContact/cy_modules/cy_gridsearch.pyx' doesn't match any files
What can be the possible solution to these warnings ?