-
Notifications
You must be signed in to change notification settings - Fork 153
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
load_krebsregister() fails with [SSL: CERTIFICATE_VERIFY_FAILED] #42
Comments
Thanks for reporting this issue. Quite some info on the internet about this problem (https://access.redhat.com/articles/2039753). I did change |
I also have problem with this line, but I get a "ValueError: Unrecognised compression type: zip" error instead ... the error is different from the above: (this is on Win 7 Pro, 64 bit, running Anaconda)
|
Can you show the output of
It looks like an issue with your installation of pandas. Can you read a zipped csv file with |
Hi Jon,
Thanks for your follow up again, we tested it on Linux and everything works
down to ECM algorithm. My goal was to get some estimates of M and U with
frequency dependence to verify our scoring (we have one-to-one matching
data, about 1 million records of reference address)... right now our
computed numbers of m and u looks crazy...
The following is pandas version info from Windows/Anaconda 2 latest version:
pandas: 0.18.0
nose: 1.3.7
pip: 9.0.1
setuptools: 20.3
Cython: 0.23.4
numpy: 1.10.4
scipy: 1.0.0
statsmodels: 0.6.
xarray: None
IPython: 4.1.2
sphinx: 1.3.5
patsy: 0.4.0
dateutil: 2.5.1
pytz: 2016.2
blosc: None
bottleneck: 1.0.0
tables: 3.2.2
numexpr: 2.5
matplotlib: 1.5.1
openpyxl: 2.5.0a2
xlrd: 0.9.4
xlwt: 1.0.0
xlsxwriter: 0.8.4
lxml: 3.6.0
bs4: 4.4.1
html5lib: None
httplib2: None
apiclient: None
sqlalchemy: 1.0.1
pymysql: None
psycopg2: None
jinja2: 2.8
boto: 2.39.0
best regards
Geoff
…On 6 November 2017 at 17:21, Jonathan de Bruin ***@***.***> wrote:
Can you show the output of
import pandas
pandas.show_versions()
It looks like an issue with your installation of pandas. Can you read a
zipped csv file with pandas.read_csv('yourfile_csv.zip")?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALDDbhMAMk6mkzYTlJzIEbsreaAO2epSks5szs9_gaJpZM4POFjF>
.
|
Yes, something is wrong with my winzip (seems overridden by 7z or
winrar), need reboot to test again ...
…On 6 November 2017 at 17:21, Jonathan de Bruin ***@***.***> wrote:
Can you show the output of
import pandas
pandas.show_versions()
It looks like an issue with your installation of pandas. Can you read a
zipped csv file with pandas.read_csv('yourfile_csv.zip")?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALDDbhMAMk6mkzYTlJzIEbsreaAO2epSks5szs9_gaJpZM4POFjF>
.
|
Hi Jonathan,
After reinstalling winzip v12, pandas can read csv files in my working
directory now.
But rerunning
krebs_data, krebs_match = load_krebsregister(missing_values=0)
I still get ValueError: Unrecognized compression type: zip
regards
Geoff
…On 6 November 2017 at 17:21, Jonathan de Bruin ***@***.***> wrote:
Can you show the output of
import pandas
pandas.show_versions()
It looks like an issue with your installation of pandas. Can you read a
zipped csv file with pandas.read_csv('yourfile_csv.zip")?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALDDbhMAMk6mkzYTlJzIEbsreaAO2epSks5szs9_gaJpZM4POFjF>
.
|
Hi Jonathan,
Wonder if you consider it feasible to build this hybrid model on top of the
toolkit: known as the cocktail approach, it combines probabilistic (EM)
and rule based approaches in a flow. First, use EM to figure out what
variables are most relevant, then build rules on top of such variables (see
figure from Shah) :
http://digitalcommons.calpoly.edu/theses/1353/
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.218.9234&rep=rep1&type=pdf
Shah also added relational linkage information to improve accuracy which is
very interesting...
best regards
Geoff
…On 6 November 2017 at 17:21, Jonathan de Bruin ***@***.***> wrote:
Can you show the output of
import pandas
pandas.show_versions()
It looks like an issue with your installation of pandas. Can you read a
zipped csv file with pandas.read_csv('yourfile_csv.zip")?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALDDbhMAMk6mkzYTlJzIEbsreaAO2epSks5szs9_gaJpZM4POFjF>
.
|
Problem prevails with recordlinkage version 0.11.2
|
Hello, this is a different issue. You do not have permission to write Is it possible to get write access? |
Yes it is, I invoked python3 with sudo. I wasn't aware of what the problem was in this case. Thanks for the help! |
I encountered the same problem when doing the load: |
This is a permission error. Do you have permission to the given folder? I will work on a permanent solution. |
I rerun it successfully from home rather than in the office. Looks like a connection problem which fails to download the data completely. |
Hi,
Following the readthedocs documentations, I get the following error when I try to load the krebs register:
If there's an easy way to fix this, I'd be happy to create PR with the fix.
The text was updated successfully, but these errors were encountered: