DATA MANAGEMENT RESEARCH

python – Cannot conda install riptable

conda install riptable Error while loading conda entry point: conda-libmamba-solver (dlopen(/Users/John/anaconda3/lib/python3.11/site-packages/libmambapy/bindings.cpython-311-darwin.so, 0x0002): Library not loaded: @rpath/libarchive.13.dylib Referenced from: <8447D0F3-4502-3ED6-8455-D7C22F99CAF6> /Users/John/anaconda3/lib/libmamba.2.0.0.dylib Reason: tried: ‘/Users/John/anaconda3/lib/libarchive.13.dylib’ (no such file), ‘/Users/John/anaconda3/lib/python3.11/site-packages/libmambapy/../../../libarchive.13.dylib’ (no such file),…Read morepython – Cannot conda install riptable

DATA MANAGEMENT RESEARCH

package – anaconda/conda UnsatisfiableError when trying to install pychrono – cannot meet python version specifications

First post. I’m trying to install pychrono (projectchrono.org/pychrono/) via these commands in the anaconda prompt (using windows 11). conda create –name pychrono311 python=3.11 conda activate pychrono311 conda install -c projectchrono…Read morepackage – anaconda/conda UnsatisfiableError when trying to install pychrono – cannot meet python version specifications

ACOUSTICS & DSP DATA MANAGEMENT FFT & WAVELETS RESEARCH

python – Pandas not running in Jupyter Notebook, Not letting me do a conda update

When I tried to import pandas as pd this happened /opt/anaconda3/lib/python3.8/site-packages/pandas/core/computation/expressions.py:20: UserWarning: Pandas requires version ‘2.7.3’ or newer of ‘numexpr’ (version ‘2.7.1’ currently installed). from pandas.core.computation.check import NUMEXPR_INSTALLED Then I…Read morepython – Pandas not running in Jupyter Notebook, Not letting me do a conda update

RESEARCH

dll – can’nt run python program due to certain pyzbar error ( conda and pycharm )

error on running code C:\ProgramData\anaconda3\python.exe C:\Users\deep2\PycharmProjects\pythonProject4\main.py Traceback (most recent call last): File “C:\Users\deep2\AppData\Roaming\Python\Python310\site-packages\pyzbar\zbar_library.py”, line 58, in load dependencies, libzbar = load_objects(Path(”)) File “C:\Users\deep2\AppData\Roaming\Python\Python310\site-packages\pyzbar\zbar_library.py”, line 50, in load_objects deps = […Read moredll – can’nt run python program due to certain pyzbar error ( conda and pycharm )

RESEARCH

jupyter notebook – Visual Studio Code hangs with reconnecting to kernel when using PIL.Image

Version: 1.76.1 (Universal) Pillow: 9.4.0 (py310h07496d3_2 conda-forge) import PIL from pathlib import Path img_name = Path.home()/’tmp”https://stackoverflow.com/”testing.jpg’ PIL.Image.open(img_name) I ran the above code in a Jupyter notebook in Visual Studio Code,…Read morejupyter notebook – Visual Studio Code hangs with reconnecting to kernel when using PIL.Image

RESEARCH

python – Conda gives InvalidArchiveError for qt6-main – seeking backwards is not allowed

I’m trying to install PySide6, which requires qt6-main, using conda. During the install (‘conda install qt6-main -c conda-forge’), I get the error: InvalidArchiveError(‘Error with archive C:\\Users\\Username\\Anaconda3\\pkgs\\qt6-main-6.4.2-hc84ccb7_3.conda. You probably need to…Read morepython – Conda gives InvalidArchiveError for qt6-main – seeking backwards is not allowed

DATA MANAGEMENT RESEARCH

centos – Miniconda python UnsatisfiableError: The following specifications were found to be incompatible with each other:

I am trying to install geopandas in python with the command: conda install -c “conda-forge/label/cf202003” geopandas (I use intel compiler for miniconda and linux centos) But, the feedback is :…Read morecentos – Miniconda python UnsatisfiableError: The following specifications were found to be incompatible with each other: