HyDe icon indicating copy to clipboard operation
HyDe copied to clipboard

Installation of HyDe : problem in make test

Open snehasjoshi opened this issue 1 year ago • 2 comments

Hi I am trying to install Hyde in virtual linux machine. I created a virtual environment with python3.6. and installed HyDe. The installation was completed but got following error after running: make test

**** Testing run_hyde.py (full analysis). **** run_hyde.py -i examples/snake-data.txt -m examples/snake-map.txt -n 52 -t 7 -s 8466 -o out Traceback (most recent call last): File "/home/sneha/venv_3.6/bin/run_hyde.py", line 4, in import('pkg_resources').run_script('phyde==0.4.3', 'run_hyde.py') File "/home/sneha/venv_3.6/lib/python3.6/site-packages/pkg_resources/init.py", line 664, in run_script self.require(requires)[0].run_script(script_name, ns) File "/home/sneha/venv_3.6/lib/python3.6/site-packages/pkg_resources/init.py", line 1435, in run_script .format(**locals()), pkg_resources.ResolutionError: Script 'scripts/run_hyde.py' not found in metadata at '/home/sneha/venv_3.6/lib/python3.6/site-packages/phyde-0.4.3-py3.6.egg-info' make: *** [Makefile:7: test] Error 1

Can anyone help me with this? Where did I go wrong in installation

snehasjoshi avatar Mar 06 '23 10:03 snehasjoshi