
Tag: conda
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),…
python – Cannot activate conda activate llmops-course for for Git hubs IDE for LLMS
I have confirmed and followed all steps laid out in github.com/AI-Maker-Space/Interactive-Dev-Environment-for-LLM-Development/tree/main When I get to activate conda environment using the command in wsl ”’conda activate llmops-course””’ I get: EnvironmentNameNotFound: Could…
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…
How to set up Anaconda Python Environment on a Mac…
Dear Community, Sorry for open a new topic here since the following thread community.graphisoft.com/t5/Archicad-Python-API/Archicad-Python-and-Anaconda-Miniconda/td-p/… can’t be replied. That you have manually found the solution on the conda python environment in…
python – Necesscity of pip inside conda environment
The most common reason I know of for using pip while already in a conda environment is because anaconda.org does not have the package. It is rare for Anaconda to…
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…
python – Creating environment manually on Cloud GPU without conda
I have access to university Cloud GPU which does not have conda installed (and I am not allowed to install it). I am trying to install ChartOCR (github.com/soap117/DeepRule) which comes…
whylabs-client 0.5.2 on conda – Libraries.io
AlertsApi get_alerts_paths GET /v0/organizations/{org_id}/alerts/models/{model_id}/paths Get the alerts for a given time period. ApiKeyApi create_api_key POST /v0/organizations/{org_id}/api-key Generate an API key for a user. ApiKeyApi get_api_key GET /v0/organizations/{org_id}/api-key/{key_id} Get an api…
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 = […
python – Getting an import error while building a conda recipe
I have a Python package named httomolib, github.com/DiamondLightSource/httomolib/ and I am trying to make it available on anaconda cloud. I wrote a conda recipe for it; the meta.yml file contains:…