-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation failed #39
Comments
:\PythonFile\Kleborate>Kleborate-runner.py -o results_res.txt --resistance -a E:\PythonFile\Kleborate\test\sequences\kpscaffolds.fasta.gz |
don't know if you're still trying to install kleborate....more than a year later...but I also ran into the error your first post It likely means that your locale settings are not set properly on your computer. My host OS is ubuntu, so these are the commands I had to run before installing kleborate
You also could avoid this entirely by using (bio)conda to install kleborate, though I'm not sure if this route of installation is supported by the authors of the tool https://bioconda.github.io/recipes/kleborate/README.html?highlight=kleborate |
Kleborate>python setup.py install
Traceback (most recent call last):
File "setup.py", line 112, in
long_description=readme(),
File "setup.py", line 26, in readme
return f.read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 4152: illegal multibyte sequence
When I cloned successfully, every time installation setup.py appeared the above , so I had to use kleborate-runner.py, but it prompts Error: could not find mash. I need your help, thank you.
The text was updated successfully, but these errors were encountered: