Closed Bug 1005443 Opened 11 years ago Closed 11 years ago

syncdb results in ValueError: expected only letters, got 'utf-8'

Categories

(Webtools Graveyard :: Pontoon, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ShellHacker, Assigned: mathjazz)

Details

python manage.py syncdb --no-input results in the following traceback, I have been trying to set this project up so that i can contribute back to it. I encountered a build error, which i filed here. https://github.com/mathjazz/pontoon/issues/16
Pasting traceback from GitHub: $ pip install -r requirements/compiled.txt -r requirements/prod.txt clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future error: command 'cc' failed with exit status 1
Seems like an error caused by the latest Xcode (5.1) update: https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/ Temporary solution is running the following command before pip-installing requirements: export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future" README updated: https://github.com/mathjazz/pontoon/commit/fec7068d98484341c8a25619f5b5c24c751de0fd
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee: nobody → m
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.