Install issue: Unable to import backend 'sqlalchemy'
When I try to install Rally based on this tutorial https:/
rally-manage db recreate
Traceback (most recent call last):
File "/usr/bin/
from rally.cmd.manage import main
File "/usr/lib/
from rally import db
File "/usr/lib/
from rally.db.api import * # noqa
File "/usr/lib/
IMPL = db_api.
File "/usr/lib/
max_
File "/usr/lib/
self.
File "/usr/lib/
self.
ImportError: Unable to import backend 'sqlalchemy'
If I try to install sqlalchemy with pip install sqlalchemy I get the following:
Requirement already satisfied (use --upgrade to upgrade): sqlalchemy in /usr/lib64/
Cleaning up...
When I runned the setup.py I got a long error message (sudo python setup.py install)
...
src/lxml/
error: command 'gcc' failed with exit status 1
-------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;
Traceback (most recent call last):
File "/usr/lib64/
"__main__", fname, loader, pkg_name)
File "/usr/lib64/
exec code in run_globals
File "/usr/lib/
exit = main()
File "/usr/lib/
return command.
File "/usr/lib/
text = '\n'.join(
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 81: ordinal not in range(128)
error: ['/usr/bin/python', u'-m', u'pip.__init__', u'install', u'Babel>=1.3', u' decorator>=3.4.0', u'fixtures>
But when I runned it again, it installed successfully.
I thought the problem can be with my config file, because in the tutorial the connection variable is like this:
connection=
but in the example config file there are no quotation marks:
connection=
(https:/
I tried both version, but the problem with the sqlalchemy is the same, now I have this line in the config file:
connection=
What can be the problem? How should I solve this?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Rally Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Boris Pavlovic
- Solved:
- Last query:
- Last reply: