Skip to content
Advertisement

Tag: linux

Qiskit and IPython conf files do not exist

I had installed the qiskit-textbook distribution of Qiskit using this command : pip install git+https://github.com/qiskit-community/qiskit-textbook.git#subdirectory=qiskit-textbook-src The tutorial then said to change the contents of the configuration file located at ~/.qiskit/settings.conf but I can’t find the folder at ~/. I can’t find the iPython configuration file either at ~/.ipython/profile_default/ipython_kernel_config.py for some reason. How do I fix this? Answer If you don’t

How can I automatically change my desktop background every day?

I am interested in having my desktop background automatically change every day. Perhaps taking the “picture of the day” from some website. Is this something I could do with a Python script? I can code pretty well but I only really do numerical work, so I’m just looking for an overview of the process and then I can figure out

Unable to deploy python program with cx_freeze due to cv2

So I have a fairly large python program that I want to port to other machines (ubuntu 18.04) without having to install all the python packages and dependencies for each machine, I chose to use cx_Freeze for this and it seems to build the project fine into a single executable but the executable crashes when calling cv2.imshow. I managed to

Pip throws ‘Error initializing plugin EntryPoint(name=’macOS’, value=’keyring.backends.macOS’, group=’keyring.backends’)’

I’m running python 3.8 under Pop!_OS and noticed a weird reoccurring error when running various pip commands like install or list –outdated. The full error states: The command’s functionality appears to be unaffected by this but it irritates me nonetheless and I have been unable to find anything about this sort of error. So my question is, why is this

How to start an mp4 file in python speech recognizer?

I am creating a python voice assistant referring from a youtube tutorial. Unfortunately, the video creator has a windows os. So he uses startfile from OS module. But this is not working in ubuntu. Here is the code that the video maker used: But this didn’t work out for me, so I used this one: Still, this code too shows

Advertisement