Unable to install
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!
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.
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 :)
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:
- git clone https://github.com/tjiangHIT/rMETL.git && cd rMETL && pip install ./
- pip install rMETL
Both two are OK. Please try one of the installation methods you like, and look forward to your feedback.
Cheers. Tao