DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

Error of installing CytoExploreR and its dependencies #193

Open kim619 opened 8 months ago

kim619 commented 8 months ago

Hi,

I have troubles with installing CytoExploreR due to openCyto and flowWorksapce dependencies cannot be installed.

I used these codes to install the dependencies:

BiocManager::install(c("cytolib", "flowCore", "flowWorkspace", "openCyto"))

and it gave me these warnings:

`ld: library 'crypto' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [flowWorkspace.so] Error 1 ERROR: compilation failed for package ‘flowWorkspace’

Warning messages: 1: package(s) not installed when version(s) same as or greater than current; use force = TRUE to re-install: 'cytolib' 'flowCore' 2: In install.packages(...) : installation of package ‘flowWorkspace’ had non-zero exit status 3: In install.packages(...) : installation of package ‘openCyto’ had non-zero exit status`

Then, when I tried to install CytoExploreR:

`ERROR: dependencies ‘flowWorkspace’, ‘openCyto’ are not available for package ‘CytoExploreR’

Thanks so much in advance for the helps!

DillonHammill commented 8 months ago

Please provide details about your operating system (i.e. windows/mac/linux).

kim619 commented 8 months ago

I use mac system, thanks.

DillonHammill commented 8 months ago

Your build error is pointing to an issue with openssl. You'll need to re-install it from the terminal:

brew install openssl
kim619 commented 8 months ago

I install the openssl but still showed up with these errors and warnings when I ran these:

BiocManager::install(c("cytolib", "flowCore", "flowWorkspace", "openCyto"))

`ld: library 'crypto' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [flowWorkspace.so] Error 1 ERROR: compilation failed for package ‘flowWorkspace’

The downloaded source packages are in ‘/private/var/folders/ch/n66znysd6mg3vnbryrr4vytr0000gq/T/RtmpP5uXHf/downloaded_packages’ Warning messages: 1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘flowWorkspace’ 2: package(s) not installed when version(s) same as or greater than current; use force = TRUE to re-install: 'cytolib' 'flowCore' 3: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘flowWorkspace’ 4: In install.packages(...) : installation of package ‘flowWorkspace’ had non-zero exit status 5: In install.packages(...) : installation of package ‘openCyto’ had non-zero exit status Loading required package: flowWorkspace`