TVC
TVC
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Ok Cool, will do! For now I have generated all the GUI figures and plots, I'll try to view them locally on my system. I'll definitely look it up. Thanks for your help!
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Can you help me with this?
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
I edited tkinter and Tkinter in place of module, but got the same error
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Still nothing
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Oh
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
oh can you recommend what software will allow this? I am using vscode, and connecting using a regular ssh command. Does it need anything specific?
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
ERROR: Could not find a version that satisfies the requirement module (from versions: none)
ERROR: No matching distribution found for module
WARNING: There was an error checking the latest version of pip.
ERROR: Could not find a version that satisfies the requirement module (from versions: none)
ERROR: No matching distribution found for module
WARNING: There was an error checking the latest version of pip.
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
I think comment out the line plt.figure() shown in this error log helped. I dont see an error, and hopefully my training goes through
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Can we actually see any guis using the pods? Or is it purely a command line interface?
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Hi, this seems to have changed the error message, but the import error still persists
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Yes, it installed correctly
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Ok, it will install in all probability, but I will have to run my program to check if it fails. Let me get back in 2 mins
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Same /usr/bin/python: No module named Tkinter
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Python 3.8.19
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
I ran the command python -m tkinter . I got this error /usr/bin/python: No module named tkinter
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
cool I will try that. Can we not plot any figures in general in a pod? Like, even if I try, will it always give an error? Or can I simply skip the plotting and run the rest of my code
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Hi, no I wrote a script to pip install all the dependencies, instead of installing them through a venv (the file is built for anaconda)
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Should I comment out the plt.figure() line?
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
Template used - RunPod Pytorch 1.13.1 runpod/pytorch:1.13.0-py3.10-cuda11.7.1-devel-ubuntu22.04 RTX A4500
53 replies
RRunPod
Created by TVC on 5/15/2024 in #⛅|pods
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
apt-get install python-tk pip install tk
53 replies