-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In finally getting this to run on the MacOS Command line, I get this output:
PySimpleGUI is now located on a private PyPI server. Please add to your pip command: -i https://PySimpleGUI.net/install
The version you just installed should uninstalled:
python -m pip uninstall PySimpleGUI
python -m pip cache purge
Then install the latest from the private server:
python -m pip install --upgrade --extra-index-url https://PySimpleGUI.net/install PySimpleGUI
You can also force a reinstall using this command and it'll install the latest regardless of what you have installed currently
python -m pip install --force-reinstall --extra-index-url https://PySimpleGUI.net/install PySimpleGUI
Use python3 command if you're running on the Mac or Linux
Traceback (most recent call last):
File "/Users/richardjm/Downloads/foo/MD5_tool/source/md5tool.py", line 58, in <module>
[sg.Image(data = dpologo)],
^^^^^^^^
AttributeError: module 'PySimpleGUI' has no attribute 'Image'
Going to the web, the following comes up:
https://pypi.org/project/PySimpleGUI/
This is now a commercial product and there is no simple method of installing Version 4 without downloading from another GitHub repo (https://github.com/markreading/PySimpleGUI_4_60_5) and manually adding the files. If this requires PySimpleGUI version 4, better instructions are needed for MacOS.
For now md5sum seems to produce the same output.
Metadata
Metadata
Assignees
Labels
No labels