-
Notifications
You must be signed in to change notification settings - Fork 84
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
Symbol not found: _GOMP_parallel #53
Comments
Please install according to the instructions (using conda). Currently the
problem is that the compilation step was performed with a compiler not
supporting openmp. But this should not happen using the gcc version
provided by conda.
|
Thanks for responding so quickly. Sorry but I am confused. I did use conda to install all dependencies (as in the instructions), but used pip to install velocyto. I don't see any version of the velocyto package that is available to install using conda. |
Is this solved? |
Finally, if this does not work as well I had prepared a hacky solution for this occurrence.
This will install the estensions that I precompiled on my machine. |
Thank you, the first option worked! Will close this out. |
Hello, I am relatively new to python. Sorry if I am missing any information.
Velocyto installation completed, but when running
velocyto --help
to test installation I receive the following error:I think this likely has something to do with my gcc version, but I'm not sure how to fix the problem.
The text was updated successfully, but these errors were encountered: