Skip to main content

All Questions

Tagged with
1 vote
2 answers
245 views

How to install Azure Cognitive Services Speech from source

I want to install Azure Cognitive Services Speech SDK in Python. On a Macbook, I can run: python3 -m pip install azure-cognitiveservices-speech and it works. On an iMac, the same command throws: ...
emonigma's user avatar
  • 2,037
0 votes
0 answers
132 views

How can I install python3-dev for armhf using debian multiarch?

I also posted this question here https://stackoverflow.com/q/77693879/7926069 but was told this site may be a better fit so I crossposted. Hope that's okay! I have been going in circles trying to ...
Cobalt's user avatar
  • 101
1 vote
2 answers
1k views

How to update Python 3 installed through the Microsoft store without reinstalling a new version?

I installed Python 3.10 through the Microsoft Store and used to launch my scripts calling in python as such: python <path to script>.py. Python 3.11 just launched and now that I type python in ...
Odyseus_v4's user avatar
0 votes
1 answer
46 views

Which package should I install to get Python IDLE on CrOS

I have a requirement for using the native Python IDLE IDE when completing work for a course I'm in. This wasn't much of a problem on my desktop computer, but on my notebook (which is running CrOS), ...
Arctiic's user avatar
  • 1,183
1 vote
1 answer
3k views

How to configure alternatives for Python?

I am installing python 3.10 without the use of a package manager on Rocky Linux 8 and would like to use alternatives version 1.19.1 (manpage) to manage different versions of python installations in ...
Human's user avatar
  • 583
0 votes
0 answers
37 views

Error message when running sncli

I'm trying to run sncli. I followed installation instructions, restarted, tried to run it and got this error message: C:\Users\ben>sncli Traceback (most recent call last): File "C:\Users\ben\...
Benj 's user avatar
7 votes
3 answers
13k views

Why pip throwing an error when installing numpy in Termux?

I'm installing numpy in Termux. When I run pip install numpy --no-cache-dir, the error was: File "/data/data/com.termux/files/usr/tmp/pip-install-ywfqxfk8/numpy_cf9d5c136bf14c7f9ce4181f190e4581/...
Vad Sim's user avatar
  • 256
0 votes
0 answers
753 views

Pip3 not working on Ubuntu Jammy

I'm trying to install a pip3 package. When it run "pip3 install mitype", I get the following error in the terminal: $ pip3 install mitype Traceback (most recent call last): File "/...
rich's user avatar
  • 11
0 votes
0 answers
539 views

Tensorflow GPU not working on Ubuntu 20.04 (error message)

So, I tried to go through several tutorials (the latest being this one) to set up GPU support for TensorFlow on Ubuntu 20.04 and I always get the following message: joris@joris-N751JK:~$ python3.9 ...
Joris Limonier's user avatar
0 votes
1 answer
161 views

How to install Python 3 in RHEL in such a way that it won't mess up the current Python 2 installation?

I have an EC2 instance which is running Python 2.x. I want to install python 3.x but I do not know if Python 2 is currently being used by anything. My questions are: How do I install Python 3 in such ...
jmrjmr's user avatar
  • 11
0 votes
1 answer
261 views

Is it possible to change an installed application from a specific user to all users?

For example, when installing python - I had the option to select all users during the installation but did not choose the option. If I wanted to change the installation such that the program would be ...
adii8000's user avatar
1 vote
0 answers
26 views

Python 3.X pointing to the wrong framework library?

From the following error message it appears as if Python 3.10 is trying to open a Python 2.7 test file at startup. Error message: “File /System/Library/Frameworks/Python.framework/Versions/2.7/lib/...
pabohns's user avatar
  • 11
1 vote
0 answers
79 views

Getting Keras and tensorflow via Anaconda

I have an old Windows8 and I have great troubles getting Keras and tensorflow with Anaconda. I conda create -n ml python=3.6.5 conda activate ml conda install pip I had to run the last line otherwise ...
kbcph's user avatar
  • 11
0 votes
1 answer
606 views

Install OpenDR in CentOS 7 for native Python 3 (not Anaconda Python)

The following command didn't work. Could you please guide me on how to fix it? $ pip install opendr Collecting opendr Downloading opendr-0.78.tar.gz (581 kB) |████████████████████████████████| ...
Mona Jalal's user avatar
1 vote
1 answer
2k views

Issue with dpkg and sudo apt-get update

When I write dpkg --configure -a I got this errorr: dpkg: error processing package python-numpy (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting ...
Maria Zelenayova's user avatar

15 30 50 per page
1
2 3 4 5
12