请有人帮我在我的Mac上为libcurl启用SSL支持 - MacOSX High Sierra?
我正在尝试在Canopy中运行使用df[2:3] <- t(apply(df[2:3], 1, sort))
aggregate(V1 ~ ., df, sum)
# V2 V3 V1
#1 O P 1
#2 E Q 4
#3 C V 7
#4 T Y 5
的脚本,但我得到以下内容:
pycurl
我尝试使用自制软件重新安装curl,重新安装error: (1, 'Protocol "https" not supported or disabled in libcurl')
,然后在Canopy中重新安装curl和pycurl,但我仍然遇到此错误。