Bergvca / string_grouper

Super Fast String Matching in Python
MIT License
364 stars 76 forks source link

ModuleNotFoundError: No module named 'string_grouper' #7

Closed neongreen13 closed 4 years ago

neongreen13 commented 4 years ago

Hi! Great package by the way, thanks for creating this code! I love the concept.

I used string_grouper two weeks ago on another project and loved it. I tried installing again yesterday on another computer and it says there is no module. Did something change or update? Thanks for your help!

rhurley46 commented 4 years ago

Having the same issue as @neongreen13 when trying to install on a Google Colab notebook. Is there a fix for this yet?

Bergvca commented 4 years ago

Strange, no changes were made to the pypi module in the last months. Will check later. In the meanwhile, did you try installing from github?

rhurley46 commented 4 years ago

Thanks for getting back to us so promptly, @Bergvca.

I'm installing from github now and will report if that is successful or not.

neongreen13 commented 4 years ago

Yes thanks for the quick reply @Bergvca . Just tried to install from github. Here is the error:

ERROR: Cannot unpack file /tmp/pip-unpack-n6z2ltmm/string_grouper.py (downloaded from /tmp/pip-req-build-kk18od7z, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-kk18od7z

Thanks again for your help!

Bergvca commented 4 years ago

Hi guys,

I'm not able to reproduce this under Ubuntu 19.10 and Python 3.7.3. @rhurley46 - I'm not familiar with Google Colab but can imagine it doesn't run all custom libraries (especially since this one compiles C code). @neongreen13 what environment are you running this in?

neongreen13 commented 4 years ago

@Bergvca I am working in Ubuntu. perhaps that's the issue, I switched devices. i used it last on a window computer. i can use it there in the meantime. thanks again for your help!