-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Can you please replace the natural language processing library #156
Comments
Hi @LGlassySky, I am able to run NLP features such as Is there a particular shortcode that's giving you trouble? |
Hi @ThereforeGames , Here is my running environment: The following error occurs every time I start the webui, stderr: Running command git clone --filter=blob:none --quiet https://github.com/NicolasBizzozzero/pattern 'C:\Users\Glassysky\AppData\Local\Temp\pip-install-xkbl3e6z\pattern_f5c1bf01315546c88915a8c12e953754' × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. (ERROR) Failed to install pattern@git+https://github.com/NicolasBizzozzero/pattern dependency for Unprompted - natural language processing functions may not work |
For natural language processing, the PATTERN library only supports Python 3.6. Can we switch to the spaCy library to support the latest Python?
The text was updated successfully, but these errors were encountered: