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

Upgrade to Python 3.8 #52

Open
gagan3012 opened this issue Jan 21, 2021 · 6 comments
Open

Upgrade to Python 3.8 #52

gagan3012 opened this issue Jan 21, 2021 · 6 comments

Comments

@gagan3012
Copy link

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
Copy link

ericlex commented Jan 21, 2021 via email

@gagan3012
Copy link
Author

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
Copy link

ericlex commented Jan 22, 2021 via email

@hanrattyjen
Copy link

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

@theiman112860
Copy link

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
Copy link

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!!

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

No branches or pull requests

5 participants