-
Notifications
You must be signed in to change notification settings - Fork 256
Compile error on OS X #151
Comments
same +1 |
I tried this and solved
|
maybe its a Cython Problem? @timkofu |
@twocucao I'm basing my conclusion on; in both cases the cython version is 0.29.6, but the line_profiler on pypi is 2.1.2, and the one installed directly from the github repo is actually older at 2.1.1 |
I guess maybe there is something different from installation from githuburl or pypi. because
not working too Actually, I use Poetry to build my package, when i install from github url, it's fine. But When I install my built package which would install line_profiler again , the error comes again. And I decide not to build line_profiler into mypackage. |
pip install line_profiler
does not compile on OS X.Here is the log http://sprunge.us/Uxh1G8
The text was updated successfully, but these errors were encountered: