-
Notifications
You must be signed in to change notification settings - Fork 229
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
Argument "1.7.7" isn't numeric in numeric #508
Comments
Hello @tseemann , I noticed a similar error with a recent release of blastp (2.10) isn't being recognized as properly sufficient (>2.2 is required). Could this be a similar string comparison error? |
The same situation. What can I do to solve it? |
Is there any solution since September? |
I am also getting this error. I simply can't get Prokka to run! |
Hi, I am getting the same error message, any recommendation? |
Hello, It could be resolved doing this --> #448 follow --> cabrerad commented on 13 Jan, I'll quote him Try this: It worked for me! I had the same problem as you. You can check your environment list with: Hope this can help! |
This approach finally worked for me. It's bizarre - I TRIED doing a Conda install previously, but it too failed - until I wiped everything and started again with this approach. Thanks, JuanMartinezV! |
Hi, Here's how I solved it on v1.14.5. Pretty sure, it will work on v1.14.6 too. Need this module. Changed the code a bit on those specific lines (starts from line 259)
|
I can solve it with a pre-code : prokka --setupdb |
Hi, I have tried all the suggestion regarding this error on this page but still unable to resolve it. please help me if anyone know anything about this error. This is prokka 1.14.6 Thank you! |
How? I am unable to resolve this issue. |
prokka --setupdb did not work, but @arif-tanmoy solution worked for me. |
Hi @arif-tanmoy Can't locate object method "new" via package "Perl::Version" (perhaps you forgot to load "Perl::Version"?) at /home/rsharma/anaconda3/envs/prokka/bin/prokka line 257 Kindly help me resolve this error! |
This link (#619) fixed it for me as of today. I had the same problem as you |
Hi @joelwwh you just need to add the module I mentioned in the text. use Perl::Version; Add this in the script (in the module calling section) and it should be fine too. |
@arif-tanmoy I actually tried that but got the same error as @saras224. Not sure why. Perhaps others have better luck. Thanks for your help though |
Hi @arif-tanmoy Thanks! |
Hi @saras224 - yes, you have to change the codes in/from line 259. However, you are using a different module there, named "Perl::Version" and it's not in the script by default. So, you have call that module from the script. You can add that module calling part |
Hi! I use this method to change those code, but I get some new error |
Argument "1.7.7" isn't numeric in numeric lt (<) at /home/tseemann/git/prokka/bin/prokka line 259.
The text was updated successfully, but these errors were encountered: