Christian created ARROW-13329:
---------------------------------
Summary: DLL ImportError
Key: ARROW-13329
URL: https://issues.apache.org/jira/browse/ARROW-13329
Project: Apache Arrow
Issue Type: Bug
Components: R
Affects Versions: 4.0.1
Reporter: Christian
Hi,
I'm trying to use arrow flight through reticulate but am getting the following
error when calling any function from the library.
Error in py_module_import(module, convert = convert) :
ImportError: DLL load failed while importing lib: The specified procedure
could not be found.
I set up a virtual environment as such:
virtualenv_create(
envname ='...',
python='C:/Users/.../AppData/Local/Programs/Python/Python39/python.exe',
packages=c('pandas','xlsxwriter','pyarrow')
)
I can't use the arrow::install_pyarrow() command because I don't have conda
installed.
Any help would be appreciated.
Regards
--
This message was sent by Atlassian Jira
(v8.3.4#803005)