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

egg_info error on installing scopus #41

Closed
darjusp opened this issue Aug 8, 2017 · 3 comments
Closed

egg_info error on installing scopus #41

darjusp opened this issue Aug 8, 2017 · 3 comments
Labels
Update To react to changes in the API specification

Comments

@darjusp
Copy link

darjusp commented Aug 8, 2017

Hi guys,

got this one when trying to install scopus with pip (pip install scopus). There are more lines of error but these ones the last ones, not sure if its worth posting everything

....
 File "/Users/USERNAME/anaconda/lib/python3.5/locale.py", line 486, in _parse_localename
        raise ValueError('unknown locale: %s' % localename)
    ValueError: unknown locale: UTF-8
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/__/rw3vn8f92zb6mfxw07hzvcnm015yc9/T/pip-build-j1jx4iyv/scopus/ 

I'm using python 3.6 with Anaconda. What could be possible solution to that?

@Michael-E-Rose
Copy link
Contributor

Thanks for the catch. I am not 100% sure that this is a scopus-related bug.

Are you on Mac OS? If so, please try the solution propsed here.

If not: Do you have similar problems installing other packages?

@darjusp
Copy link
Author

darjusp commented Aug 8, 2017

Thanks a lot for prompt reply. Indeed i am using Mac OS, and this line worked like a charm:
export LC_ALL=en_US.UTF-8
Now scopus works.
Cheers

@darjusp darjusp closed this as completed Aug 8, 2017
@Michael-E-Rose Michael-E-Rose added the Update To react to changes in the API specification label Aug 8, 2017
@Michael-E-Rose
Copy link
Contributor

Pleasure! Hope you enjoy working with scopus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Update To react to changes in the API specification
Projects
None yet
Development

No branches or pull requests

2 participants