anaconda

Conda SSL Errror

Conda SSL Errror Question: I’m wondering if someone has encountered this issue before. I’m trying to install a python library for a work project. I was able to install the library with pip, but I actually need it in the Conda Environment, as this is the environment I use for my jupyter notebook projects. Unfortunately, …

Total answers: 1

my ipywidgets work in jupyter notebook, but not in html file after exporting

my ipywidgets work in jupyter notebook, but not in html file after exporting Question: i can press a button and get it to trigger events within the notebook, but when i export a html file, they no longer work. import ipywidgets as widgets from IPython.display import HTML from ipywidgets import interactive from ipywidgets import interact …

Total answers: 1

anaconda 3 directory remains after uninstall

anaconda 3 directory remains after uninstall Question: EDIT Please note I deleted ANACONDA3envs and ANACONDA3pkgs as per anaconda docs linked in main answer. Contents of Anaconda directory: C:Usersu03132tk>cd C:ANACONDA3 C:ANACONDA3>dir Volume in drive C is OS Volume Serial Number is 0C73-2057 Directory of C:ANACONDA3 15/06/2023 11:23 <DIR> . 15/06/2023 11:23 <DIR> .. 15/06/2023 11:12 <DIR> …

Total answers: 1

localstack 0.12.18 fails to install

localstack 0.12.18 fails to install Question: I am trying to install localstack 0.12.18 on a windows 10 Enterprise machine. I’m running Python 3.9.0 and pip 23.0.1. I have downloaded the .tar.gz file directly from pypi.org and installing it via: pip install C:UsersmeDownloadslocalstack-0.12.18.tar.gz –trusted-host pypi.org –trusted-host files.pythonhosted.org This is the output: pip install C:UsersmeDownloadslocalstack-0.12.18.tar.gz –trusted-host pypi.org …

Total answers: 1

Conda very slow and downloading only from conda forge?

Conda very slow and downloading only from conda forge? Question: The issue I have recently installed Anaconda3 (as downloaded on 31-Mar-2023) onto a Windows PC. I chose the installation for my username only, which doesn’t require admin rights. It’s my private PC, so no corporate firewalls. Quite simply, conda doesn’t work. Even a banal command …

Total answers: 1

Github Desktop using different Visual Studio Code version from Anaconda

Github Desktop using different Visual Studio Code version from Anaconda Question: I have read over 20 posts of an error running the code in .py file, but I still cannot get it running. I got an error like import requests Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named ‘requests’ …

Total answers: 1

After installing windows_curse, it shows ImportError: cannot import name 'resizeterm' from 'curses'

After installing windows_curse, it shows ImportError: cannot import name 'resizeterm' from 'curses' Question: I am testing pv3d and have downloaded packages already. In testing, I’ve downloaded it using pip install windows_curses, but it displayed ImportError: cannot import name ‘resizeterm’ from ‘curses’ when I was running from curses import resizeterm, what should I do to solve …

Total answers: 1

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

Anaconda 3 not installing pyodbc v5

Anaconda 3 not installing pyodbc v5 Question: I have installed Anaconda 3 which includes Python 3.9.16. When I install pyodbc in miniconda it is only version 4. I read it needs to be version 5 if Python is above 3.7. When I run my Python script it I get the message ModuleNotFoundError: No module named …

Total answers: 1