#what am i doing wrong?

1 messages · Page 1 of 1 (latest)

red knoll
#

i got the error: crbug/1173575, non-JS module files deprecated.

#

thank you so much if you see this :D

red knoll
#

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