rMETL icon indicating copy to clipboard operation
rMETL copied to clipboard

Unable to install

Open ggstatgen opened this issue 7 years ago • 3 comments

Hi

Just cloned the repository and did a

python setup.py build
python setup.py install

However I can find no executable anywhere

I also tried

pip install rMETL

It seems to install an egg file, but again, I can see no executable. Can you help?

I should add, the tool worked fine until last December, so the above must be due to some recent change. Thank you!

ggstatgen avatar Jan 18 '19 15:01 ggstatgen

I’m sorry for this error,you can run the script of “src/rMETL.py” directly. And I will fix this bug as soon as possible. Thank you for your bug report.

tjiangHIT avatar Jan 19 '19 10:01 tjiangHIT

I have added a installation script 'INSTALL.sh' to generate a executable file of rMETL. I'll close this issue for now. Feel free to reopen if you have further questions :)

tjiangHIT avatar Jan 21 '19 06:01 tjiangHIT

Hello @ggstatgen,

I have updated rMETL and upload a release version (v1.0.4) to PYPI. Now, you can install it with commands as below:

  1. git clone https://github.com/tjiangHIT/rMETL.git && cd rMETL && pip install ./
  2. pip install rMETL

Both two are OK. Please try one of the installation methods you like, and look forward to your feedback.

Cheers. Tao

tjiangHIT avatar Sep 25 '19 01:09 tjiangHIT