Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Improvements to install process? #1

Closed
gingerbeardman opened this issue Jun 9, 2018 · 5 comments
Closed

Improvements to install process? #1

gingerbeardman opened this issue Jun 9, 2018 · 5 comments

Comments

@gingerbeardman
Copy link

gingerbeardman commented Jun 9, 2018

I get

$ pip install mymcplus[GUI]
Collecting mymcplus[GUI]
  Ignoring wxPython: markers 'extra == "GUI"' don't match your environment
Installing collected packages: mymcplus
Successfully installed mymcplus-3.0.1

but

$ pip install wxPython
Requirement already satisfied: wxPython in /usr/local/lib/python3.6/site-packages (4.0.1)
Requirement already satisfied: six in /usr/local/lib/python3.6/site-packages (from wxPython) (1.11.0)

Could you let me know how to proceed?

Forgive me as I'm not a Python user.

Thanks

@gingerbeardman
Copy link
Author

Trying to run it anyway...

$ mymcplus ~/Desktop/cartridge.sram gui
Traceback (most recent call last):
  File "/usr/local/bin/mymcplus", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.6/site-packages/mymcplus/mymc.py", line 771, in main
    subopt_parser.error)
  File "/usr/local/lib/python3.6/site-packages/mymcplus/mymc.py", line 454, in do_gui
    from .gui import gui
  File "/usr/local/lib/python3.6/site-packages/mymcplus/gui/gui.py", line 32, in <module>
    from .icon_window import IconWindow
  File "/usr/local/lib/python3.6/site-packages/mymcplus/gui/icon_window.py", line 24, in <module>
    from .icon_renderer import IconRenderer
  File "/usr/local/lib/python3.6/site-packages/mymcplus/gui/icon_renderer.py", line 20, in <module>
    from OpenGL.GL import *
ModuleNotFoundError: No module named 'OpenGL'

@gingerbeardman gingerbeardman changed the title Ignoring wxPython: markers 'extra == "GUI"' don't match your environment Help running this to somebody with little Python knowledge Jun 9, 2018
@gingerbeardman gingerbeardman changed the title Help running this to somebody with little Python knowledge Help running this: somebody with little Python knowledge Jun 9, 2018
@gingerbeardman
Copy link
Author

gingerbeardman commented Jun 9, 2018

easy_install pyopengl

and I'm in :)

OpenGL should be added to the requirements file?

@gingerbeardman gingerbeardman reopened this Jun 9, 2018
@gingerbeardman gingerbeardman changed the title Help running this: somebody with little Python knowledge Improvements to install process? Jun 9, 2018
@thestr4ng3r
Copy link
Owner

Ignoring wxPython: markers 'extra == "GUI"' don't match your environment

Seems like this is a bug in pip: pypa/pip#4617. I'll rename the extra to lowercase gui.

OpenGL should be added to the requirements file?

Yes, it should be added.

@thestr4ng3r
Copy link
Owner

New version 3.0.2 is now available.

@gingerbeardman
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants