I have run the above command to install the requirements but it was not able to install hdt module and giving me the error:
ERROR: Failed building wheel for hdt
Running setup.py clean for hdt
Failed to build hdt
Installing collected packages: hdt
Running setup.py install for hdt ... error
ERROR: Command errored out with exit status 1:
and then:
Traceback (most recent call last):
File "c:\users\sghanta\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\sghanta\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\sghanta\Desktop\odqa\env\lib\site-packages\deeppavlov\__main__.py", line 4, in <module>
main()
File "C:\Users\sghanta\Desktop\odqa\env\lib\site-packages\deeppavlov\deep.py", line 130, in main
install_from_config(pipeline_config_path)
File "C:\Users\sghanta\Desktop\odqa\env\lib\site-packages\deeppavlov\utils\pip_wrapper\pip_wrapper.py", line 71, in install_from_config
install(r)
File "C:\Users\sghanta\Desktop\odqa\env\lib\site-packages\deeppavlov\utils\pip_wrapper\pip_wrapper.py", line 38, in install
env=os.environ.copy())
File "c:\users\sghanta\appdata\local\programs\python\python37\lib\subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\sghanta\\Desktop\\odqa\\env\\Scripts\\python.exe', '-m', 'pip', 'install', 'hdt==2.3']' returned non-zero exit status 1.