ropensci / av

Working with Video in R
https://docs.ropensci.org/av
Other
92 stars 10 forks source link

Installing package on a cluster #30

Closed prateeksasan1 closed 4 years ago

prateeksasan1 commented 4 years ago

Hi,

I tried downloading the package on my university cluster. Got the following error

  1. Configuration failed to find the libavfilter library.

  2. Line 1: error #2379: cannot open source file "libavfilter/version.h"

muschellij2 commented 4 years ago

This is almost impossible to diagnose without additional information. I'd suggest asking the administrator of the cluster to install libavfilter or compiling it from source in your home directory or some place where libraries should go.

jeroen commented 4 years ago

What OS do you run?

prateeksasan1 commented 4 years ago

got it fixed. had to ask the administrator to install libavfilter . Thanks