我正在使用python 3.6和numpy 1.13.3。在numpy导入时,我收到错误Cannot import name 'dtype'
reticulate::import("numpy")
抛出
Error in py_run_string_impl(paste0("import sys; sys.path.append('", system.file("python", :
ImportError: cannot import name 'dtype'
我是否需要使用一些旧版本的numpy来解决此问题