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

can't install package with conda or pip #38

Open
achiappo opened this issue Feb 9, 2021 · 0 comments
Open

can't install package with conda or pip #38

achiappo opened this issue Feb 9, 2021 · 0 comments

Comments

@achiappo
Copy link

achiappo commented Feb 9, 2021

I am trying to install this package in my conda environment (running Python3.7).
I tried both conda install -c esiravegna pycld2, which gives the PackagesNotFoundError ,
and using pip install pycld2, which lead to the

ERROR: Failed building wheel for pycld2 Running setup.py clean for pycld2 Failed to build pycld2
error with tons of rows printed in red before and after it.
(usually when this happens is an indication that I should use conda instead of pip for some reason...)

last, I tried cloning the repo and installing with python setup.py install but this gave me an error ending in
clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'g++' failed with exit status 1

so neither approach works
has anyone else faced the same issue?
I'm running on Mac OS 10.15

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

1 participant