ParticularMiner / red_string_grouper

Record Equivalence Discoverer based on String Grouper
MIT License
4 stars 2 forks source link

What is the best way to install 'red_string_grouper' for anaconda environment? #1

Closed iibarant closed 2 years ago

iibarant commented 2 years ago

Hi @ParticularMiner,

It is a great addition, but unfortunately, unlike string_grouper,

 pip install red_string_grouper     

does not work.

ParticularMiner commented 2 years ago

@iibarant

I’m not sure why. It works for me though. What is your installation log like?

iibarant commented 2 years ago

There you go ...

image

ParticularMiner commented 2 years ago

Thanks @iibarant

Could you also please try

pip -v install red_string_grouper

to give a more verbose output.

ParticularMiner commented 2 years ago

@iibarant

you could also first try upgrading pip:

 pip install --upgrade pip

and see if the error goes away after that.

ParticularMiner commented 2 years ago

Thanks @iibarant

I have confirmed using action workflows that indeed Windows is able to install red_string_grouper successfully but not ubuntu (and therefore not Mac). I'm looking into the issue. Will get back to you.

ParticularMiner commented 2 years ago

@iibarant

I hope it works now. At least it works for ubuntu and Windows. The solution was to change the text-file encoding of README.md to UTF-8.

Without your notice I would not have even realized that such a problem could exist. You are very helpful. Thanks.

iibarant commented 2 years ago

@ParticularMiner I was able to install it after I installed Xcode package on Mac. Thank you

ParticularMiner commented 2 years ago

@iibarant

I can now confirm that installation on macOS is now possible: see test results.