
Requirement already satisfied: setuptools>=41.0 in /Users/tommylees/miniconda3/envs/test/lib/python3.9/site-packages (from httpstan=4.6.1) (58.0.4)

Requirement already satisfied: marshmallow=3.10 in /Users/tommylees/miniconda3/envs/test/lib/python3.9/site-packages (from httpstan=4.6.1) (3.14.1) Requirement already satisfied: aiohttp=3.7 in /Users/tommylees/miniconda3/envs/test/lib/python3.9/site-packages (from httpstan=4.6.1) (3.8.1) Running command Preparing metadata (pyproject.toml)

Running command Getting requirements to build wheel Successfully installed poetry_core-1.0.7 setuptools-60.9.2 Installing collected packages: setuptools, poetry_core Running command pip subprocess to install build dependenciesĭownloading setuptools-60.9.2-p圓-none-any.whl (1.1 MB) Running command git checkout -b pip -track origin/pipīranch 'pip' set up to track remote branch 'pip' from 'origin'.

I get the following error when running your code from the line: pip install -v pip 22.0.3 from /Users/tommylees/miniconda3/envs/test/lib/python3.9/site-packages/pip (python 3.9)Ĭollecting (to revision pip) to /private/var/folders/q3/0lmt64ld10s14_0n0vxpt_m00000gp/T/pip-req-build-gipaio1d Python3 -m pip install -U pip # update pip Which python3 # run to check it's the correct pip Hi! Thanks for this, I am trying to get PyStan working on my M1 Macbook and came across your discussion hereįirst I create a new conda environment and install pip conda create -n new -yes
