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

Error downloading model (501 Not Implemented) #62

Open
tobiolatunji opened this issue Jan 24, 2019 · 1 comment
Open

Error downloading model (501 Not Implemented) #62

tobiolatunji opened this issue Jan 24, 2019 · 1 comment

Comments

@tobiolatunji
Copy link

Followed the instructions on the home page. But there's a problem with the model download process.

When i run wget https://www.dropbox.com/s/ulcfs7my1ifriuu/BLLIP-WSJ-PTB3.tar.bz2?dl=1 the file downloads fine, but doesn't download using the provided instructions.

`(chexpert-label) t--$ pip install --user bllipparser
Requirement already satisfied: bllipparser in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (2016.9.11)
Requirement already satisfied: six in /home/tobi/anaconda3/envs/chexpert-label/lib/python3.6/site-packages (from bllipparser) (1.11.0)
(chexpert-label) t--$ python
Python 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:16:44)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

from bllipparser import RerankingParser
rrp = RerankingParser.fetch_and_load('WSJ-PTB3', verbose=True)
Model directory: /home/tobi/.local/share/bllipparser/WSJ-PTB3
Fetching model: WSJ-PTB3 from https://www.dropbox.com/s/ulcfs7my1ifriuu/BLLIP-WSJ-PTB3.tar.bz2?dl=1
Error downloading model (501 Not Implemented)`

@dmcc
Copy link
Member

dmcc commented Jan 26, 2019

I haven't seen this before and I'm afraid I wasn't able to reproduce with a fresh install -- is it possible that the Anaconda installation is missing SSL support?

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

2 participants