-
Notifications
You must be signed in to change notification settings - Fork 3
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
Installation through pip or from source both fail #9
Comments
Hi, Try installing from git master branch:
Let me know how that goes. |
I might also add, some docs and stuff have become out of date. I'll try to get things in order over the weekend. This is due to the fact that this module hasn't had many external users, mostly I just use it in my own research... |
Installing from git master works @interrogator. That's great. We are considering using this to manage our corpora though we're still evaluating so any updated docs would be really great. Currently running into spacy's 1 million character limit, but I'm sure that can be fixed by changing settings in spacy. |
I just put out a fresh release. On ubuntu pip install works from a fresh virtual environment: virtualenv -p /usr/bin/python3.7 test
source test/bin/activate
pip install buzz==3.1.8 However I believe some things in the docs are no longer working, and some important things are missing...will update you here when that stuff is done. The main recent change is a new main class, |
Nice @interrogator. Does it not work with python 3.9? It was working with 3.8 for me but in 3.9, I get the below error through pip's repo and through pip+git:
|
On the latest Debian buster, after running:
I'm trying all of these (one at a time) but they all end up erroring out with the error above:
Error:
I will look to see if I can resolve this conflict. |
I've made further progress with this and was able to install on Ubuntu 20.04 but Debian buster still doesn't work despite the same python and pip versions. I assume it's a python/pip issue as pip seems to be pretty bad at managing deps and seems to have major issues with reproducible installs.
|
Tried installing this on a clean Ubuntu 20.04 system through pip and from source without success. By randomly installing it over and over and trying to install from source, I somehow did get buzz working but after uninstalling, trying to come up with a reproducible installation process, I have not been able to get it installed again through pip or source. Also doesn't work on macos 10.15.7 if that makes a difference.
Python 3.8.5
pip 20.2.4 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
PIP Error:
From source Error:
The text was updated successfully, but these errors were encountered: