Hello :) When I ran this repo with python 3.5 on MacOS 10.12.5. While running cd submodules/utils && make to build cython code, and this error is returned: $ make pip install runcython Requirement already satis
/Users/taran/.local/share/uv/tools/llvmlite DEBUG Found existing environment for `llvmlite` DEBUG At least one requirement is not satisfied: llvmlite DEBUG Using request timeout of 30s DEBUG Solving with installed Python version: 3.11.9 DEBUG Adding direct dependency: llvmlite* DEBUG Found stale ...
Requirement already satisfied (use --upgrade to upgrade): sqlalchemy in /usr/local/lib/python3.4/dist-packages (from GoogleScraper) Installing collected packages: lxml, GoogleScraper Running setup.py install for lxml Building lxml version 3.4.1. Building without Cython. Using build configuration of ...
I've modified./ipykernel-4.8.2-py27_0/Scripts/.ipykernel-post-link.batbecause it was sending all output to > NUL so the error message was being lost. I believe this is the source of the SHA mismathch. That .bat now contains: ...
I'm using the notebook from a conda env, and have the environment set up with all of my required packages installed. However, when I try to import one of these (seaborn) in the notebook, I get an import error suggesting it is not install...
The current project's Python requirement (>=3.10,<4.0) is not compatible with some of the required packages Python requirement: - llvmlite requires Python >=3.7,<3.11, so it will not be satisfied for Python >=3.11,<4.0 >=3.10,<4.0and>=3.7,<3.11, it should be>=3.10, <3.11, not>=3....
How to reproduce $subject: In clean, latest virtual environment: $ python3.11 -m venv ~/.virtualenvs/pyzmq@py311 $ source ~/.virtualenvs/pyzmq@py311/bin/activate $ pip install --upgrade pip Requirement already satisfied: pip in ./.virtua...