Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install lexnlp? #6

Closed
rnekrasov opened this issue Aug 6, 2018 · 6 comments
Closed

How to install lexnlp? #6

rnekrasov opened this issue Aug 6, 2018 · 6 comments

Comments

@rnekrasov
Copy link

System: Win10\Anaconda3\Python 3.6.

@alfasst
Copy link

alfasst commented Aug 11, 2018

Download the master.zip an extract it or use 'git clone. Change default directory to the folder (Use anaconda prompt and the command cd). Run python setup.py install

@mjbommar
Copy link
Contributor

Thanks, @alfasst!

@rnekrasov, @alfasst , there's also a third way that applies equally on Windows as elsewhere:

> pip install https://github.com/LexPredict/lexpredict-lexnlp/archive/master.zip

Or, for a specific release/branch, e.g., 0.1.9:

> pip install https://github.com/LexPredict/lexpredict-lexnlp/archive/0.1.9.zip

@mjbommar mjbommar self-assigned this Aug 12, 2018
@ericlex
Copy link

ericlex commented Mar 8, 2019

Also - Please note that LexNLP does not work with Python 3.7, which is the current version of the Anaconda distribution as of this date, due to issues on scipy / sklearn dependencies.

For Anaconda distributions, you can work around it using a Virtual Environment with Python 3.7:
conda create -n py36 python=3.6
conda activate py36
pip install https://github.com/LexPredict/lexpredict-lexnlp/archive/master.zip

@plutext
Copy link

plutext commented Jun 1, 2019

To use python 3.6 (eg 3.6.8) safely alongside 3.7 on eg Arch or Manjaro, you can install pyenv, then:

pyenv install 3.6.8
pyenv local 3.6.8
python setup.py install

@rachhitgarg
Copy link

Failed to build scipy

@VenkateshDharavath
Copy link

Well, Time has passed, I'm trying to install lexnlp on my python-3.8 virtual environment. and it fails to build wheel for pandas. Please reopen this thread. Following is the link to the full log of installation process. https://drive.google.com/file/d/1v9S7C9Ht0lwxffyiSTrcgncPASLWv2x6/view?usp=sharing
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

7 participants