question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation problem

See original GitHub issue

Hi there,

I’m getting a different error that I haven’t seen reported in the other installation problem issues. I’m using python 3.6.1, have tkinter installed, and have a fresh conda environment. The end of the output reads:

```

clang: error: unsupported option ‘-fopenmp’ error: command ‘gcc’ failed with exit status 1

----------------------------------------

Command “/Users/awilk/anaconda3/bin/python -u -c “import setuptools, tokenize;file=‘/private/var/folders/h8/_vzt21mn4438nr4gg3g_9c_r0000gn/T/pip-install-9h7wa5gi/velocyto/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /private/var/folders/h8/_vzt21mn4438nr4gg3g_9c_r0000gn/T/pip-record-3sm16mnz/install-record.txt --single-version-externally-managed --compile” failed with error code 1 in /private/var/folders/h8/_vzt21mn4438nr4gg3g_9c_r0000gn/T/pip-install-9h7wa5gi/velocyto/ MED-C02TM0GXHTD5:~ awilk$ velocyto --help -bash: velocyto: command not found


Happy to post more output if necessary. 

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
rapolaszilioniscommented, Nov 12, 2018

I did have the same problem as gnar5tar. This seems to be related to using macOS Mojave, I found a solution here: https://stackoverflow.com/a/53057706/10641716

Briefly, running: sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /

placed the header limits.h in a location what can be found by the conda version of gcc and solved the problem.

After that the “pip install velocyto” worked fine for me.

2reactions
gnar5tarcommented, Oct 9, 2018

Had a similar error as well which cleared up after “conda install gcc”

New error pops up tho:

"8:61: fatal error: limits.h: No such file or directory #include_next <limits.h> /*recurse down to the real one */

Anyone had this issue? Thanks!

On Mac OS X Mojave

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix problems that block programs from being installed or ...
The Program Install and Uninstall troubleshooter helps you automatically repair issues when you're blocked from installing or removing programs.
Read more >
Fix problems installing Chrome - Google Chrome Help
Fix problems installing Chrome. If you get an error message when you try to download and install Google Chrome, try these fixes. Fix...
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
If you're unable to install software on Windows 10 or Windows 11, here's how to fix common app installation problems.
Read more >
E.1 The Most Common Installation Problems
Section 3 discusses problems encountered after installing the Sun hardware and booting the kernel. Section 4 discusses problems that are encountered after ...
Read more >
How to Fix the Most Common Windows 10 Installation Problems
Windows 10 includes a troubleshooter that can automatically detect and try to fix problems with updates and patches. If the problem isn't ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found