-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error of installing CytoExploreR and its dependencies #193
Comments
Please provide details about your operating system (i.e. windows/mac/linux). |
I use mac system, thanks. |
Your build error is pointing to an issue with openssl. You'll need to re-install it from the terminal:
|
I install the openssl but still showed up with these errors and warnings when I ran these:
`ld: library 'crypto' not found
The downloaded source packages are in |
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’
ERROR: dependency ‘flowWorkspace’ is not available for package ‘openCyto’
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’
Warning messages:
1: In i.p(...) :
installation of package ‘flowWorkspace’ had non-zero exit status
2: In i.p(...) :
installation of package ‘openCyto’ had non-zero exit status
3: In i.p(...) :
installation of package ‘/var/folders/ch/n66znysd6mg3vnbryrr4vytr0000gq/T//RtmpAFGs1r/file26ee464b55e4/CytoExploreR_1.1.0.tar.gz’ had non-zero exit status`
Thanks so much in advance for the helps!
The text was updated successfully, but these errors were encountered: