Skip to content
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

Unable to install or use in julia 1.0 #16

Open
GrayJack opened this issue Oct 13, 2018 · 3 comments
Open

Unable to install or use in julia 1.0 #16

GrayJack opened this issue Oct 13, 2018 · 3 comments

Comments

@GrayJack
Copy link

I tried to install in the Julia 1.0 version and I get this error:

ERROR: Unsatisfiable requirements detected for package Levenshtein [cb002d51]:
 Levenshtein [cb002d51] log:
 ├─possible versions are: [0.0.1-0.0.3, 0.1.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.3, 0.1.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
@rawrgrr
Copy link
Owner

rawrgrr commented Oct 18, 2018

I'll take a look this weekend. I haven't kept up with Julia developments for several months, so feel free to open a PR if you know what the fix should be.

@dnk8n dnk8n mentioned this issue Oct 26, 2018
@ssjsk
Copy link

ssjsk commented Dec 1, 2018

Hi,
I'm trying to use Julia on a GPU enabled docker, I'm trying to use your package for calculating Levenshtein distances but it's not compatible with Julia 1.0.2, would it be possible for you to update?

Thanks.

@anpengzh
Copy link

Hi,
It seems changing the line 31 in src/Levenshtein.jl to
costs::Matrix = Array{promote_type(R, S, T)}( undef,2, length(target) + 1)
works for me under Julia 1.1

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants