Cannot Install Dedupe on Mojave with XCode 10
See original GitHub issueHi guys,
When trying to install on MacOS Mojave using pip there is an error when building the wheel for fastcluster:
src/fastcluster_python.cpp:55:10: fatal error: 'cmath' file not found
#include <cmath> // for std::abs, std::pow, std::sqrt
^~~~~~~
1 warning and 1 error generated.
error: command 'gcc' failed with exit status 1
It seems fastcluster 1.1.25 installs just fine but dedupe requires <1.1.25.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Why won't Xcode 10 install on my MacOS 10.14.1?
After Mojave was installed, I still have Xcode 9.4. 1 and the AppStore says I'm up to date. If I go to developer.apple.com...
Read more >Cannot install brew on Mojave with Xcode 10 - Stack Overflow
Installed on my Mac: macOS 10.14 Beta (18A293u); Xcode 9.3 (9E145); Xcode 10.0 beta (10L176w). Type in brew install xxx ...
Read more >How to Remove Duplicates & Customize the “Open With ...
Method #2Manually Delete the LaunchServices File ... One of the easiest ways to clear duplicate apps is by manually deleting the LaunchServices ...
Read more >Configuration fails under macOS when xcodebuild is not ...
Problem description: I am helping to package Handbrake for macOS ... 'xcodebuild', abort=False, versionopt='-version', minversion=[10,3,0] ).
Read more >Can't build AudioKit frameworks under High Sierra (10.13.x)
Coding example for the question Can't build AudioKit frameworks under High ... Xcode 10 error on High Sierra "Executable requires at least macOS...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
export CFLAGS=‘-stdlib=libc++’
This should be reported on https://github.com/cran/fastcluster