Skip to content
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

Open
BlackRockCity opened this issue Jun 28, 2020 · 5 comments
Open

python setup.py install fails under macOS 10.14 Mojave #155

BlackRockCity opened this issue Jun 28, 2020 · 5 comments

Comments

@BlackRockCity
Copy link

BlackRockCity commented Jun 28, 2020

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

@olivierlambert
Copy link

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 :)

@lbramos
Copy link

lbramos commented Aug 3, 2020

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

@olivierlambert
Copy link

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 )

@lbramos
Copy link

lbramos commented Aug 4, 2020

Thanks, I'll give it a shot. I'm using XenServer 7.5, I've already seen that it works with XOA.
Just need to figure out now how to use it :)

@olivierlambert
Copy link

Feel free to go on the community forum if you have any problem with it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants