-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HyDe is installed while make test does not worked #14
Comments
Hi @Yung-Chien , This looks like a PATH error for the environment that you are using with Miniconda2. Did you install HyDe while the |
Hi @pblischak , Yes I installed HyDe when the geno envorinment was active, And definitely I compile and install the source at /home1/xxx/software/HyDe. However, I tried to reinstall HyDe in the base environment with a 2.7 version Python, it had the same error. More strangely, When I entered the script directory and type
I got this, Options for run_hyde.py optional arguments: required arguments: additional arguments: It seemed like a right output, so I was still confused about what kind of problems I got in the progress of installation. Thank you for answering my question. |
Hi Yung-Chien |
Hi @pblischak ,
I've finished the installation work of HyDe, but I got some error when I typed 'make test', the result as below,
`**** 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 "/home1/xxx/miniconda2/envs/geno/bin/run_hyde.py", line 4, in
import('pkg_resources').run_script('phyde==0.4.3', 'run_hyde.py')
File "/home1/xxx/miniconda2/envs/geno/lib/python3.6/site-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/home1/xxx/miniconda2/envs/geno/lib/python3.6/site-packages/pkg_resources/init.py", line 1453, in run_script
.format(**locals()),
pkg_resources.ResolutionError: Script 'scripts/run_hyde.py' not found in metadata at '/home1/xxx/software/HyDe/phyde.egg-info'
make: *** [Makefile:7: test] Error 1
`
So how could I fix this problem, or does this issue have any effect of following analyzation of HyDe?
Thanks in advances,
Yung-Chien
The text was updated successfully, but these errors were encountered: