-
Notifications
You must be signed in to change notification settings - Fork 36
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
Installation error: 'mutex' in namespace 'std' does not name a type #12
Comments
This thread might provide more details about your issue. Maybe this thread has some relevant hints? https://stackoverflow.com/questions/14191566/c-mutex-in-namespace-std-does-not-name-a-type My understanding is that this error seems to be caused by the C++ compiler that you use on Windows. I'm not sure exactly what might fix your issue, but maybe we can try a few ideas? Idea 1Could you please update to the latest version of RcppArmadillo by running Does that work? Idea 2This issue seems to be related. Could we try the solution proposed there? Can we disable the use of mutex by changing how the package is compiled? The CRAN documentation has tips on Customizing package compilation. As Dirk said in the related issue, you might try something like this: Open your
I don't know what your file looks like, but try adding the string Does that work? |
Thanks so much for the detailed answer. Previous errors are solved and I think it gets very close, but still have an error an the end.
|
Here's a Stackoverflow thread matching the query https://stackoverflow.com/questions/13497222/the-specified-module-could-not-be-found-in-r From that thread, here is what I might suggest:
I hope that solves the issue! If you still have an issue, then I might guess that you could have some issues with your If possible, please consider sharing what specific steps helped to solve the issue, so other people who find this thread in the future can learn from our discussion. |
Hello,
I tried to install presto in anaconda/jupyter environment.
devtools::install_github("immunogenomics/presto")
gave an error below and failed. I am wondering if there are any suggestions.The text was updated successfully, but these errors were encountered: