randomgambit opened a new issue #7235:
URL: https://github.com/apache/arrow/issues/7235
Hello there,
Thanks again for making `arrow` a reality in R!
I noticed this strange message when I run `install.packages('arrow',
dependencies = TRUE)`
```
* installing *source* package ?arrow? ...
** package ?arrow? successfully unpacked and MD5 sums checked
** using staged installation
*** Successfully retrieved C++ source
*** Proceeding without C++ dependencies
Warning message:
In unzip(tf1, exdir = src_dir) : error 1 in extracting from zip file
./configure: line 132: cd: libarrow/arrow-0.17.1/lib: No such file or
directory
------------------------- NOTE ---------------------------
After installation, please run arrow::install_arrow()
for help installing required runtime libraries
```
The install ends normally and it seems I can use the package without issues.
According to the script, I then run `install_arrow()` and get
```
* installing *source* package ?arrow? ...
** package ?arrow? successfully unpacked and MD5 sums checked
** using staged installation
*** Successfully retrieved C++ binaries for ubuntu-18.04
Warning messages:
1: In file(file, "rt") :
URL
'https://raw.githubusercontent.com/ursa-labs/arrow-r-nightly/master/linux/distro-map.csv':
status was 'Couldn't connect to server'
2: In unzip(bin_file, exdir = dst_dir) :
error 1 in extracting from zip file
./configure: line 132: cd: libarrow/arrow-0.17.1/lib: No such file or
directory
```
Again, the install ends without other errors and the package reads parquet
files just fine. Should I be concerned with this missing extraction?
Thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]