You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've cloned the repository and am doing a "make rpm" as instructed in the readme
I get a syntax error as follows -
Traceback (most recent call last):
File "setup.py", line 21, in
import targetcli
File "/root/targetcli/build/rpm/BUILD/targetcli-3.0.pre4.5ga125182/targetcli/init.py", line 18, in
from ui_root import UIRoot
File "/root/targetcli/build/rpm/BUILD/targetcli-3.0.pre4.5ga125182/targetcli/ui_root.py", line 21, in
from rtslib import RTSRoot, Config
File "/usr/lib/python2.6/site-packages/rtslib/init.py", line 24, in
from .root import RTSRoot
File "/usr/lib/python2.6/site-packages/rtslib/root.py", line 27, in
from .fabric import FabricModule
File "/usr/lib/python2.6/site-packages/rtslib/fabric.py", line 121
version_attributes = {"lio_version", "version"}**
^
SyntaxError: invalid syntax
error: Bad exit status from /var/tmp/rpm-tmp.RGCW43 (%build)
I'm on CentOS release 6.6 (Final), Python 2.6.6
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
Hi ,
I've cloned the repository and am doing a "make rpm" as instructed in the readme
I get a syntax error as follows -
Traceback (most recent call last):
File "setup.py", line 21, in
import targetcli
File "/root/targetcli/build/rpm/BUILD/targetcli-3.0.pre4.5
ga125182/targetcli/init.py", line 18, inga125182/targetcli/ui_root.py", line 21, infrom ui_root import UIRoot
File "/root/targetcli/build/rpm/BUILD/targetcli-3.0.pre4.5
from rtslib import RTSRoot, Config
File "/usr/lib/python2.6/site-packages/rtslib/init.py", line 24, in
from .root import RTSRoot
File "/usr/lib/python2.6/site-packages/rtslib/root.py", line 27, in
from .fabric import FabricModule
File "/usr/lib/python2.6/site-packages/rtslib/fabric.py", line 121
version_attributes = {"lio_version", "version"}**
^
SyntaxError: invalid syntax
error: Bad exit status from /var/tmp/rpm-tmp.RGCW43 (%build)
I'm on CentOS release 6.6 (Final), Python 2.6.6
Any help would be appreciated
The text was updated successfully, but these errors were encountered: