Skip to content
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

Installing on macOS 10.14.1 #14

Open
mathisonian opened this issue Mar 28, 2019 · 4 comments
Open

Installing on macOS 10.14.1 #14

mathisonian opened this issue Mar 28, 2019 · 4 comments

Comments

@mathisonian
Copy link

Hi all,

I'm trying to set this up under Python 3 on macOS 10.14.1 and keep getting this error:

    clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
    ld: library not found for -lstdc++
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    error: command 'g++' failed with exit status 1

I'm not sure if I'm missing some dependency, but googling the error unfortunately hasn't turned up any results. The same message occurs when trying to install under Python 2.

Any advice you have would be appreciated!

@mathisonian
Copy link
Author

Seems to be related to PyYoshi/cChardet#40

@mathisonian
Copy link
Author

FWIW I'm able to get warcit working by cloning a local copy and modifying it to remove all references to cchardet. I don't have a good sense of what that will change behaviorally, but it seems to be working okay so far.

@ikreymer
Copy link
Member

Ah yeah, that seems to be it.. Hmm, I'm not able to repro this either yet :/ You can try switching to just regular chardet. Perhaps should make cchardet optional.

@vishalmhjn
Copy link

Same problem on macOS 10.15.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants