Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't install tensorflow-addons with pip
Post: RE: Can't install tensorflow-addons with pip

(Sep-05-2022, 12:38 PM)jefsummers Wrote: A quick look at the docs and I do not see how to enable USE_TF. I believe that is the problem, sorry no solution. Oh I see. I'll search info about that then....
Agusms General Coding Help 3 1,717 Sep-05-2022, 01:14 PM
    Thread: Can't install tensorflow-addons with pip
Post: RE: Can't install tensorflow-addons with pip

Well, it seems that it WAS getting installed, but didn't show anything because it had a "-q" in the command. "pip install -q tensorflow-addons" I removed it and it shows that requirements are already ...
Agusms General Coding Help 3 1,717 Sep-05-2022, 12:26 PM
    Thread: Can't install tensorflow-addons with pip
Post: Can't install tensorflow-addons with pip

Hi everyone! **smile** I'm trying to use DocTR ocr, and I'm having a lot of issues. Right now I'm not able to install tensorflow-addons. I write the command in the terminal, but nothing happens. It ...
Agusms General Coding Help 3 1,717 Sep-05-2022, 12:12 PM
    Thread: Updating Tkinter label using multiprocessing
Post: RE: Updating Tkinter label using multiprocessing

(Aug-12-2022, 07:04 PM)woooee Wrote: Pass gui.currentUserProcess 1 or 2 to the process as an arg. Each process can then update it. I tried it. This is the code I got, in case I did something wrong:...
Agusms GUI 6 3,318 Aug-12-2022, 07:40 PM
    Thread: Updating Tkinter label using multiprocessing
Post: RE: Updating Tkinter label using multiprocessing

(Aug-12-2022, 02:37 PM)Gribouillis Wrote: The object c_queue is not callable. Try this perhaps def CheckQueuePoll(self, c_queue): try: str = c_queue.get_nowait() ...
Agusms GUI 6 3,318 Aug-12-2022, 07:21 PM
    Thread: Updating Tkinter label using multiprocessing
Post: Updating Tkinter label using multiprocessing

Hi! I'm having trouble updating a label depending on a result from a function from one of the two processes I'm running. I'm trying using Queues, but can't make it work. This is a simplified example...
Agusms GUI 6 3,318 Aug-12-2022, 02:31 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020