We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear tsroten,
Thanks a lot for your great work on pynlpir.
Today, I've seen a strange case when I ran the pynlpir update, it's still complaining about the license in calling the pynlpir.open() function.
pynlpir update
pynlpir.open()
python -c "import pynlpir; pynlpir.open()"
pynlpir.LicenseError: Your license appears to have expired. Try running "pynlpir update"
cat pynlpir/Data/yyyymmdd.err
cat pynlpir/Data/yyyymmdd.log
Please feel free to leave any comment about this.
The text was updated successfully, but these errors were encountered:
Hi folks, it's been resolved. pynlpir package is working fine.
pynlpir
It seems a problem from the NLPIR repository. The license had been updated 3 days ago.
https://github.com/NLPIR-team/NLPIR/tree/master/License/license%20for%20a%20month/NLPIR-ICTCLAS%E5%88%86%E8%AF%8D%E7%B3%BB%E7%BB%9F%E6%8E%88%E6%9D%83
and now I can recognise if this happens later, we need to post here. https://github.com/NLPIR-team/NLPIR/issues Those top two tickets are the license concerns.
Thank you
Sorry, something went wrong.
No branches or pull requests
Dear tsroten,
Thanks a lot for your great work on pynlpir.
Today, I've seen a strange case when I ran the
pynlpir update
, it's still complaining about the license in calling thepynlpir.open()
function.Steps to reproduce
pynlpir update
python -c "import pynlpir; pynlpir.open()"
pynlpir.LicenseError: Your license appears to have expired. Try running "pynlpir update"
Investigation
pynlpir update
i. It returns the same LicenseError
i. It returns the same LicenseError
cat pynlpir/Data/yyyymmdd.err
i. "Not valid license or your license expired! Please feel free to contact [email protected]!"
cat pynlpir/Data/yyyymmdd.log
i. "Other thread is under initialization"
Please feel free to leave any comment about this.
The text was updated successfully, but these errors were encountered: