anaconda

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

Can't lauch spyder on new envs

Can't lauch spyder on new envs Question: When i lauch spyder on another env than "base" i get this error : fromIccProfile: failed minimal tag size sanity C:Usersesto5anaconda3envsPIPlibsite-packagesparamikotransport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish, Traceback (most recent call last): File "C:Usersesto5anaconda3envsPIPScriptsspyder-script.py", line 10, in <module> sys.exit(main()) File "C:Usersesto5anaconda3envsPIPlibsite-packagesspyderappstart.py", line 252, in main mainwindow.main(options, args) …

Total answers: 1

JVM not running in Spyder 5.4.1 using PyImageJ

JVM not running in Spyder 5.4.1 using PyImageJ Question: I am building a piece of software and trying to combine my analysis scripts between Spyder 5.4.1 (Python 3.8) and and ImageJ macros. My datasets are a series of .tif stack images, so I have decided to use PyImageJ to access the ImageJ2 gateway interface to …

Total answers: 1

Anaconda Navigator not opening on M2 MacBook Air running MacOS Ventura

Anaconda Navigator not opening on M2 MacBook Air running MacOS Ventura Question: I just downloaded anaconda on my M2 MacBook Air running MacOS Ventura (version 13.2.1). The download process went smoothly and I was able to locate Anaconda Navigator. But when I try opening it, it just won’t open without even showing any error message. …

Total answers: 1

SOLVED – VS Code startup <conda active base> error message

VS Code startup <conda active base> error message Question: I just getting started learning with Anaconda on Visual Studio Code. Previously, I only used the Python as an interpreter. After downloaded the Anaconda and upon opening the VS Code I always encounter the following error message. PS C:UsersuserDocumentsPythonLearn> conda activate base conda : The term …

Total answers: 2

How to convert python file to exe? The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller

How to convert python file to exe? The 'pathlib' package is an obsolete backport of a standard library package and is incompatible with PyInstaller Question: I am receiving following error while converting python file to .exe I have tried to uninstall and intsall pyinstaller but it didnt helped out. i upgraded conda but still facing …

Total answers: 5

conda: what difference does it make if we set pip_interop_enabled=True?

conda: what difference does it make if we set pip_interop_enabled=True? Question: There are many posts on this site which reference, typically in passing, the idea of setting pip_interop_enabled=True within some environment. This makes conda and pip3 somehow interact better, I am told. To be precise, people say conda will search PyPI for packages that don’t …

Total answers: 1

Stray Python processes in memory on MacOS 11.6

Stray Python processes in memory on MacOS 11.6 Question: I have a Macbook Air M1 from 2020 with MacOS Big Sur (11.6). I regularly use Python with Jupyter notebooks, or from the terminal. To install Python, I use Anaconda3 for MacOS Apple Silicon. I often use Python from different conda environments. After I close all …

Total answers: 1