Closed hvu89 closed 1 year ago
You are having problems connecting to PyPI. If you want you can install all of the requirements directly, and then install from github using
python -m pip install git+https://github.com/bashtage/arch.git --no-build-isolation
In terms of requirements, you should have
setuptools>=61
wheel
setuptools_scm[toml]>=7,<8
oldest-supported-numpy
Cython>=0.29.24
Happy to answer more questions, but closing since it isn't really anything I can fix.
For anyone with this issue, i was able to resolve it by running this.
pip install --user --trusted-host files.pythonhosted.org --trusted-host pypi.org --trusted-host pypi.python.org --upgrade pip arch
I am using Mac OSX Intel with Anaconda Python 3.9.6. When i try to install with pip install arch, this is the error I get.
I've also tried to install from github with the following errors.