the secrets library is not downloading when I try to install the pip. My python is updated to 3.11.0. Wondering if that may be the issue? The last note leads me to believe that it is to do with the library itself. Answer A the error mentions: ImportError: Installing this module requires OpenSSL python bindings, you are probably missing OpenSSL
Tag: macos
Use opt/ cmd + Backspace in tkinter
I have a very simple notepad that is made out of the tk.text widget. The only thing lacking is OPT/ CMD + Backspace support on Mac (deleting lines and words). Any way i could add support for it? either through tkinter directly or though a selfmade function? EDIT: I also found out that navigating text using OPT and the arrow
Issues installing ueberzug on macos
I’ve been using the lf file manager lately and wanted to try setting up ueberzug as my previewer. However, getting ueberzug to install and run properly on my mac has been a real issue. Is it perhaps that I’m missing some dependencies, like X11 or some other library? I’d really appreciate it if someone could lend me a hand and
ImportError: No module named schedule
I have made a scheduled programme on the osx system and I am trying to run it in the background, I read a different question about it and it said that this should work in the terminal by using this command, I have also tried downloading the modules as a root, nothing changed: But the terminal returns an error: Why
Location for Python version on macOS (using universal-installer for 3.10.5)
My very first post here, as new comer to MacOS and Python. Recently installed python 3.10.5 via macOS 64-bit universal2 installer .pkg file downloaded from python.org > Downloads > mac OS on MacOS 12.4 [M1/Apple Silicon]. In terminal, the command python3 shows the version as 3.10.5. But echo $PATH is giving me a path leading to /Library/Frameworks/Python.framework/Versions/3.10/bin I was expecting
why is my speech recognition not working in python
I am working on this project and its simply a desktop Assistant I am using speech recognition and pyttsx3 but the speech recognition is not working after the try nothing is executing it just jumps to except and passes can someone tell me why? and how I can fix it edit: I tried to install pyaudio but it won’t let
Tkinter: Color Chooser on MacOS
The Python Tkinter color chooser does not work in Python Version 3.8.5 on Mac. Whenever I type in colorchooser.askcolor(), It always outputs Traceback (most recent call last): File “<pyshell#5>”, line 1, in <module> colorchooser.askcolor() NameError: name ‘colorchooser’ is not defined. I did this all in the shell and I didn’t forget to add from tkinter import *. Could you please
Python 3.10 [Errono 2] No such file or directory – Python 3.10 not being recognised in terminal [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 12 months ago. Improve this question
Why does the “which” system command give a 256 code with os.system in python?
I am on mac OSX. I have a program where I am trying to call downloaded libraries from the terminal. This is not possible if I don’t know where the libraries are. I will use pip as a common library example I have read this response to the 256 error, however, I still don’t understand why it appears here. It
Pythonw stuck on python2.7 on MacOS X 10.15.7 in conda environment
How can I force pythonw to use python3 instead of python2? Here are the outputs from my zsh terminal (MacOS X 10.15.7): However when it comes to pythonw, I get such an output: How can I make the pythonw to execute using python3? Additional info – I am trying to install DeepLabCut software package with these instructions, and everything works