snowballstem / pystemmer

Python stemming library using snowball stemmers
https://snowballstem.org/
Other
244 stars 47 forks source link

Can't install pystemmer on MacOS ventura #41

Closed tednaaa closed 1 year ago

tednaaa commented 1 year ago

using:

image
ojwb commented 1 year ago

You don't show the start of the backtrace, but presumably this is while trying to download the source tarball from https://snowballstem.org/dist/libstemmer_c-%s.tar.gz (with %s replaced by the first 3 components of the pystemmer version number).

It seems to be failing to verify the SSL certificate. The site has a valid certificate though (and I believe we've always presented a valid certificate) so this seems to be a local configuration problem to me (perhaps Let's Encrypt is not listed as a trusted CA?)

ojwb commented 1 year ago

No feedback so closing as the problem seems to lie elsewhere.

kauabh commented 1 month ago

@tednaaa were you able to resolve this issues ?

kauabh commented 1 month ago

for anyone stumble here - this resolved it on macos https://stackoverflow.com/a/59692810

andreped commented 1 week ago

for anyone stumble here - this resolved it on macos https://stackoverflow.com/a/59692810

That fixed it for me. Thanks, @kauabh!

To save time for anyone else, doing this fixed it:

On macOS, click cmd + space on your keyboard and write Install Certificates.command and click Enter. That should launch a program and when it is done, you should now be able to install pystemmer.