LexPredict / lexpredict-lexnlp

LexNLP by LexPredict
GNU Affero General Public License v3.0
690 stars 175 forks source link

Upgrade to Python 3.8 #52

Open gagan3012 opened 3 years ago

gagan3012 commented 3 years ago

Hello, Can we update the requirements.txt to support python 3.8 because some of the new features are in new packages can help this project a lot.

ericlex commented 3 years ago

Hello - we’re in the process of doing just that. We should have it out in the next month or two. Please consider issuing a pull request for changes you make for your needs to use python 3.8

Eric Detterman VP and Global Head of Products and Solution Engineering Cell: +1 (248) 550 - 2111


From: Gagan Bhatia notifications@github.com Sent: Thursday, January 21, 2021 3:47:53 PM To: LexPredict/lexpredict-lexnlp lexpredict-lexnlp@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [LexPredict/lexpredict-lexnlp] Upgrade to Python 3.8 (#52)

Hello, Can we update the requirements.txt to support python 3.8 because some of the new features are in new packages can help this project a lot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/LexPredict/lexpredict-lexnlp/issues/52, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHIAIOWEMSHP2LLDQVOVZZ3S3CHHTANCNFSM4WNPQKSA.

--

CONFIDENTIALITY NOTICE: This transmission, including any attachments, may contain confidential, protected, or sensitive information.  If you are not the intended recipient of this transmission, you may not disclose, copy, redistribute, or use the contents of this message.  If you have received this email in error, please destroy it and notify the sender immediately.

gagan3012 commented 3 years ago

Hello, I have a question about this comment: used pandas 0.24.2 instead of 1.0.5 because 0.25.0 and latest version breaks feature dataframe for page/paragraph/sentence/section pickled models and they predict wrong results Pandas 0.24.2 does not support Python 3.8 but it supports 3.7 so I Can I submit my pull request to upgrade it to python 3.7?

ericlex commented 3 years ago

Hello - We're upgrading things to support Python 3.8 as we want 3.8 support for a few other things as well. That will be in the next release, which is expected in the next 1-2 months.

On Thu, Jan 21, 2021 at 4:00 PM Gagan Bhatia notifications@github.com wrote:

Hello, I have a question about this comment: used pandas 0.24.2 instead of 1.0.5 because 0.25.0 and latest version breaks feature dataframe for page/paragraph/sentence/section pickled models and they predict wrong results Pandas 0.24.2 does not support Python 3.8 but it supports 3.7 so I Can I submit my pull request to upgrade it to python 3.7?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LexPredict/lexpredict-lexnlp/issues/52#issuecomment-764938760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHIAIOQXBFKKUIN3YO6MAF3S3CIXTANCNFSM4WNPQKSA .

--

Eric Detterman | VP and Global Head of Products and Solution Engineering, LexPredict, LLC Email: eric@lexpredict.com LinkedIn: *https://www.linkedin.com/in/ericdetterman https://www.linkedin.com/in/ericdetterman*Web: https://www.lexpredict. https://www.lexpredict.com/com/ https://www.lexpredict.com/

Cell: +1 (248) 550-2111

[image: LexPredict®]

--

CONFIDENTIALITY NOTICE: This transmission, including any attachments, may contain confidential, protected, or sensitive information.  If you are not the intended recipient of this transmission, you may not disclose, copy, redistribute, or use the contents of this message.  If you have received this email in error, please destroy it and notify the sender immediately.

hanrattyjen commented 3 years ago

Hi! Do you have a release date for 3.8? Thanks :)

theiman112860 commented 2 years ago

Hi, I tried to install it in Python 3.8.8 and couldnt get it to work.. Any updates on when it will be able to be used with Python 3.8? Thank you!

theiman112860 commented 2 years ago

I also tried to install it using the following:

conda create -n py36 python=3.6 conda install -n py36 scipy==1.0.0 conda activate py36 pip install lexnlp

It seemed to install but when I tried import lexnlp I got a module not found error.. Any ideas on what I can do? Thank you!!