mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #65] tkinter - couldn't recognize data in image file #59
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Flatcova on GitHub (Sep 27, 2020).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/65
hi, I just install the requirements and all but when I run the command this error comes up, I'm running python 3.8.2 on macOS
@B16f00t commented on GitHub (Sep 30, 2020):
Whapa only works in Windows and Linux. It has never tested in MacOs.
@grishka commented on GitHub (Jan 8, 2021):
Now it's been tested on macOS and it clearly didn't work. I'm getting the same error.
@Viveur commented on GitHub (Jan 14, 2021):
The version of Tkinker (8.5.9) that comes with Mac OS is old and buggy.
Downloads from python.org include a recent version of tkinker.
Note: Installing python from Brew will not symlink a new version of Tcl-tk. If you wish to install via the command line, try:
brew install pyenvecho -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshrcenv PYTHON_CONFIGURE_OPTS="--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6' --enable-shared" pyenv install 3.9.1(replace 3.9.1 with the latest python version)