-
Notifications
You must be signed in to change notification settings - Fork 116
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
python setup.py install fails under macOS 10.14 Mojave #155
Comments
Hi! I'd like to know the reasons to use OpenXenManager. Are you a XCP-ng or Citrix Hypervisor user? For XCP-ng, here is a list of current management possibilities: https://xcp-ng.org/docs/management.html Having a client up to date requires a very alive project, which sadly isn't the case of OpenXenManager (last updates 4y ago roughly, and since then, a lot of new stuff came on the XAPI part). If you have specific needs, I'll be happy to hear it and find a solution for you :) |
Hi @olivierlambert , I have a server with the Citrix installed and on Windows, I use the Citrix Hypervisor client, what can I use in Mac? I was looking into OpenXenManager but, as you mentioned, the last update was 4 years ago... Any recommendations? Thank you |
Xen Orchestra obviously 😄 From XOA if you want something deployed in few minutes or from the sources if you want all the features for free (see https://xen-orchestra.com/docs/installation.html ) |
Thanks, I'll give it a shot. I'm using XenServer 7.5, I've already seen that it works with XOA. |
Feel free to go on the community forum if you have any problem with it! |
Installed all dependencies. The one blocking issue is that pygtk has been replaced with pygobject3. So I'm getting install errors.
After successfully running python setup.py build, I run
python setup.py install
I see about a hundred lines of successful copying build/lib/OXM/ then I see the following type of error for about 300 lines:
`byte-compiling build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/chart.py to chart.cpython-38.pyc
File "build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/chart.py", line 117
raise AttributeError, "Property %s does not exist." % property.name
^
SyntaxError: invalid syntax
byte-compiling build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/label.py to label.cpython-38.pyc
File "build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/label.py", line 217
raise AttributeError, "Property %s does not exist." % property.name
^
SyntaxError: invalid syntax`
Anyone have a tip on how to fix it? How can I install pygtk?
I'm using these instructions:
#107
The text was updated successfully, but these errors were encountered: