-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot download version 2 #42
Comments
That's weird... locally it installs 2.0.2 for python 3.8. For python 3.10 it doesn't have a build file. I'm going to bump the version to 2.0.3 to include python 3.10. Let's see if that also fixes your issue |
I am having the very same issue, unfortunately :-( Any solutions? (I am trying to install it on Apple M1). |
Same issue @MSeal ..still happening |
Thanks @sinaahmadi . Does it also have the same setup, config, quality, etc? |
The exact same API. Quality, I don't know. I am using it in KLPT and it works just fine! (no difference with this one in terms of performance). |
I need to add some Python versions to the builder to ensure it's making the binaries for releases. Let me see if this requires a new version or if I can just have it update the 2.0.2 builds with more version targets. |
Hi,
The latest version of cyhunspell on pypi.org is version
2.0.2
.When I install cyhunspell by executing
pip install cyhunspell
, version1.3.4
is downloaded.When I execute
pip install cyhunspell==2.0.1
, I get the following error:I tried various different versions of python, but the pulled version is 1.x.
How can I install v2 of the package using pip?
Using:
Docker image python:3.8
v3.8.15
pip 22.0.4 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)
The text was updated successfully, but these errors were encountered: