asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
656 stars 56 forks source link

Can't get running asdf-python with tkinter #50

Closed AxelRHD closed 5 years ago

AxelRHD commented 5 years ago

I am using asdf on an Ubuntu 18 desktop. Python 3.7.2 is set up, and I am trying to get appJar running. It asks for tkinter-lib but I have no clue, how to put both ends together.

oxitnik commented 5 years ago

For tkinter to work, you need to have tkinter development files. Try installing package tk-dev: sudo apt-get install tk-dev and reinstall python.

danhper commented 5 years ago

@oxitnik Thanks for the hint. You will maybe also need to recompile python after installing these, I'm not sure. Please comment here if it still does not work after installing development files.

AxelRHD commented 5 years ago

Thanks for the support. I will give it a try at the office after vacation.

LRNZ09 commented 4 years ago

I'm having the same issue on macOS, latest version, did someone find a solution?

jpinnix commented 4 years ago

+1 for having this issue on macOS 10.15.5

petern-sc commented 4 years ago

https://stackoverflow.com/a/60469203/6847839

This solution worked for me on macOS

skotchpine commented 10 months ago

About MacOs, building on @petern-sc's answer:

  1. brew install tcl-tk
  2. add env vars
  3. asdf uninstall & install again