installation

Installation of midaspy packages

Installation of midaspy packages Question: How do I import packages not on pypi with pip? I am having trouble importing the package "midaspy" to my spider ide. Even though i used pip install and i can see the packages in the anaconda environment, it still cannot be imported in the ide console. I am new …

Total answers: 1

Unable to find vcvarsall.bat (Unsolved for 2022 version, Python)

Unable to find vcvarsall.bat (Unsolved for 2022 version, Python) Question: I’ve been trying to instsall pgzero library for python, but however it keeps giving me an error: "unable to find vcvarsall.bat " I have been searching over StackOverflow, it shows up how to fix it for 2017 version by installing Microsoft building tools, i did …

Total answers: 1

Can Anaconda tell you Conda-Forge url of an installed package?

Can Anaconda tell you Conda-Forge url of an installed package? Question: I’m trying to build a dependency tree for a series of python package installs, and I’d like to include the conda-forge url for each package. Is there a way to find the url of an installed package using the command line interface? Asked By: …

Total answers: 1

Problem when installing Python from source, SSL package missing even though openssl installed

Problem when installing Python from source, SSL package missing even though openssl installed Question: The Problem Trying to install Python-3.11.1 from source on Zorin OS (Ubuntu16 based) I get the following errors when I try to pip install any package into a newly created venv: python3.11 -m venv venv source venv/bin/active pip install numpy WARNING: …

Total answers: 1

How can i install fdb in linux?

How can i install fdb in linux? Question: I want to install fdb in python. I am using Linux. I tried pip3 install fdb it didn’t work. I am new at Linux, how can I install it in Linux? Asked By: sunShine || Source Answers: After sudo apt install python3-pip pip3 install fdb the problem …

Total answers: 1

Gradio cannot install

Gradio cannot install Question: I tried several ways to install gradio. But it gives this error every time. I can’t install it. What could be the solution? C:Usersugurn>pip install gradio Collecting gradio Using cached gradio-3.15.0-py3-none-any.whl (13.8 MB) Collecting python-multipart Using cached python-multipart-0.0.5.tar.gz (32 kB) Preparing metadata (setup.py) … error error: subprocess-exited-with-error × python setup.py egg_info …

Total answers: 1

Error intsalling tensorflow-gpu on Windows 10 : UnsatisfiableError: The following specifications were found to be incompatible with each other

Error intsalling tensorflow-gpu on Windows 10 : UnsatisfiableError: The following specifications were found to be incompatible with each other Question: For installing TensorFlow-gpu on a Windows 10 machine, I followed step-by-step this very detailed post https://medium.com/analytics-vidhya/tensorflow-2-3-0-with-gpu-support-on-windows-10-f975a552ea7c but I got stuck at the step of installing the library tensorflow-gpu (I had previusly uninstalled the already existing …

Total answers: 1

Python 3.9 – Improper Installation, Cannot Import SSL

Python 3.9 – Improper Installation, Cannot Import SSL Question: I am attempting to install the Azure CLI on my Fedora 35 machine using this guide. When installing the RHEL 9 RPM using DNF (step 2 of that guide), Python 3.9 is installed along with Azure (Azure is dependent on 3.9). The installation of both applications …

Total answers: 2

Error – cannot install Miniconda with RStudio

Error – cannot install Miniconda with RStudio Question: I have written a R script where I use some python lines through the reticulate package. I need to share it with some colleagues who don’t know about programming and I’ve created a batch file so I can run it without them even opening R. However, I …

Total answers: 1

poetry installation failing on Mac OS, says "should_use_symlinks"

poetry installation failing on Mac OS, says "should_use_symlinks" Question: I am trying to install poetry using the following command curl -sSL https://install.python-poetry.org | python3 – but it is failing with the following exception: Exception: This build of python cannot create venvs without using symlinks Below is the text detailing the error Retrieving Poetry metadata # …

Total answers: 4