maxscheurer / pycontact

Analysis of non-covalent interactions in MD trajectories
https://pycontact.github.io/
GNU General Public License v3.0
51 stars 12 forks source link

Not been able to install on Windows #67

Closed roshan2004 closed 4 years ago

roshan2004 commented 4 years ago

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 ?

maxscheurer commented 4 years ago

Only Linux and macOS platforms are supported... Sorry.