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

Nboost versions #67

Open
vchulski opened this issue May 10, 2020 · 2 comments
Open

Nboost versions #67

vchulski opened this issue May 10, 2020 · 2 comments

Comments

@vchulski
Copy link

vchulski commented May 10, 2020

Version of nboost here at github doesn't match version from PyPI - therefore when installing with pip install nboost[pt] can't follow your guide.
It fails with following trace:

curl "http://localhost:8000/travel/_search?pretty&q=passage:vegas&size=2"
E:Proxy:[pro:han:132]:
Traceback (most recent call last)
  File "/home/<username>/work/test_nboost/nboost/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/<username>/work/test_nboost/nboost/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/home/<username>/work/test_nboost/nboost/lib/python3.6/site-packages/nboost/proxy.py", line 126, in proxy_through
    db.insert(db_row)
  File "/home/<username>/work/test_nboost/nboost/lib/python3.6/site-packages/nboost/database.py", line 21, in insert
    cursor = self.get_cursor()
  File "/home/<username>/work/test_nboost/nboost/lib/python3.6/site-packages/nboost/database.py", line 17, in get_cursor
    conn = sqlite3.connect(str(self.db_file), isolation_level=None)
sqlite3.OperationalError: unable to open database file

which is indeed fixed here: d77b3ef#diff-604e165591c8e5fb46cb14985099bd8d

but it's not updated on PyPI.

Moreover at your documentation page there are versions up to 0.2.2 which is far away from what this repo contains now.

@kaykanloo
Copy link
Contributor

kaykanloo commented May 10, 2020

@koursaros-ai, If a new release on PyPI is planned, please make sure to update transformers package as well to resolves issues such as #62 and #58 . Thanks.

@pertschuk
Copy link
Contributor

Just released to pypi

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

No branches or pull requests

3 participants