TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.8k stars 1.03k forks source link

install CustomTkinter with conda #2380

Open Odisseo76 opened 2 months ago

Odisseo76 commented 2 months ago

Hi, I am experimenting with Miniconda, have created an environment called "myenv", could install Pandas, but not CustomTkinter,

Here is where I try to install it after having included conda-forge channel: (myenv) C:\Users...\Prova>conda install customtkinter

image

Here I searched in many channeles: (myenv) C:\Users...\Prova>conda search customtkinter

image

Is it that CTK is not available this way?

Odisseo76 commented 2 months ago

OK, I have seen that it works by executing pip install instead of conda install. Could anyone please confirm that this is the correct way for having the package in the specific environment? If I execute conda list the package appears.

Hamster339 commented 1 month ago

@Odisseo76 To install CustomTkinter with conda you have to specify the biconda channel like so: conda install bioconda::customtkinter

This is shown on annaconda.org here: https://anaconda.org/bioconda/customtkinter