Closed Bug 520681 Opened 15 years ago Closed 15 years ago

[AMO][Python] Install SQLAlchemy on any AMO boxes that run cron jobs

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbalogh, Assigned: chizu)

References

()

Details

I'm using sqlalchemy for the personas import script, which will be run on cron.  It'll be ready to go on preview tomorrow or the next day.  We won't be able to mess with personas on preview until this is installed.

My preferred way to install packages is with pip (http://pypi.python.org/pypi/pip).  Let me know if you want to talk about a good way to install python packages in production, and any concerns IT might have.

I'm using version 0.5.6 right now.

Thanks!
Severity: minor → normal
Blocks: 519861
This is going to block QA soon
This should be similar to bug 520924.
Assignee: server-ops → thardcastle
This worked: 
python2.6 setup.py bdist_rpm --python 'python2.6'

Installed on mradm02 (cron jobs) and khan (might be useful).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
(In reply to comment #3)
> This worked: 
> python2.6 setup.py bdist_rpm --python 'python2.6'
> 
> Installed on mradm02 (cron jobs) and khan (might be useful).

$ python -c 'import sqlalchemy; print sqlalchemy.__version__'
0.5.0beta3

We need at least 0.5.6
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
My bad, that was an old version hanging around in my directory.  Thanks.
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.