#what am i doing wrong?
1 messages · Page 1 of 1 (latest)
got another error
ERROR
`<< REDRACTED FILE NAME DUE TO REAL NAME BEING SHOWN >> "NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020
warnings.warn(
Process finished with exit code 0
`
CODE
`
import pandas as pd
import tensorflow as tf
dataset = pd.read_csv("cancer.csv")`
SECOND WARN
NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020 warnings.warn(
i don't even know what this means