Jammy2211 / autolens_workspace

The PyAutoLens workspace: contains example scripts, datasets and more

Home Page:https://pyautolens.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Not Found : autolens

opened this issue · comments

Hi !
I'm french, so please excuse me in advance if my English is not perfect :)

I need to use the autolens package for a project on gravitational lensing, so I followed carefully the steps indicated in your Installation guide > Installation with anaconda (I have anaconda installed on my computer already), and everything works until the last step where I must input python3 welcome.py. (In my case, the terminal only recognizes python instead of python3, so I have typed in python welcome.py)

Indeed, it gives me all the warnings, and then proceeds to say
Traceback (most recent call last): File "welcome.py", line 60, in <module> import autolens as al ModuleNotFoundError: No module named 'autolens'

I am desperate as I have no Idea how to solve this problem, hence this request: Pleeeeease help me :)

Have a nice day,

Orient

Hi Oerient,

Welcome to PyAutoLens :).

The error implies that autolens is not installed in the enviroment that you are running autolens.

First, may I check that you created and activated a new conda enviroment, called 'autolens', using the following commands:

conda create -n autolens astropy numba numpy scikit-image scikit-learn scipy
conda activate autolens

You should see a (autolens) at the bottom left of your command line interface, where you then went on to run pip install autolens and python welcome.py.

If you installed autolens, but then closed the termal, you will no longer be in the activated conda enviroment (the (autolens) will be missing) and you will need to reactivate the enviroment via conda activate autolens.

If all of these checks seem to 'pass' let me know and we can dig deeper into what it is not working!

Wow thank you so much for such a quick response !
I'm sorry for the delay, I was teaching a class.

I re-did all you said, creating and activating autolens, I saw the (autolens) at the bottom left, I ran pip install autolens and python welcome.py, all without closing anything (just in case), and I still got the same error...

Orient

Can you copy and paste the output from running pip install autolens.

Can you also paste the output of pip show autolens.

Finally can you run:

python
import autolens

My feeling is that autolens has installed fine, but the command python in the conda environment is calling a different Python interpreter to the one you installed.

`
(base) C:\Users\dorey>conda activate autolens

(autolens) C:\Users\dorey>pip install autolens
Collecting autolens
Using cached autolens-1.14.0-py3-none-any.whl (174 kB)
Requirement already satisfied: matplotlib>=3.0.3 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (3.3.4)
Collecting autogalaxy==0.19.0
Using cached autogalaxy-0.19.0-py3-none-any.whl (294 kB)
Collecting autoarray==0.20.0
Using cached autoarray-0.20.0-py3-none-any.whl (379 kB)
Collecting pyprojroot==0.2.0
Using cached pyprojroot-0.2.0-py3-none-any.whl (5.2 kB)
Collecting autofit==0.74.0
Using cached autofit-0.74.0-py3-none-any.whl (1.6 MB)
Requirement already satisfied: numpy>=1.18.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (1.19.2)
Requirement already satisfied: astropy>=3.0.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (4.2)
Collecting numpydoc>=1.0.0
Using cached numpydoc-1.1.0-py3-none-any.whl (47 kB)
Collecting autoconf==0.8.0
Using cached autoconf-0.8.0-py3-none-any.whl (22 kB)
Requirement already satisfied: scipy>=1.5.1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (1.6.2)
Requirement already satisfied: numba in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (0.53.1)
Collecting pynufft==2020.2.7
Using cached pynufft-2020.2.7-py3-none-any.whl (16.2 MB)
Requirement already satisfied: llvmlite in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (0.36.0)
Collecting pylops>=1.10.0
Using cached pylops-1.13.0-py3-none-any.whl (172 kB)
Requirement already satisfied: scikit-image>=0.14.2 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (0.17.2)
Collecting dill>=0.3.1.1
Using cached dill-0.3.3-py2.py3-none-any.whl (81 kB)
Requirement already satisfied: scikit-learn>=0.21.3 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (0.24.1)
Requirement already satisfied: decorator>=4.0.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autoarray==0.20.0->autolens) (4.4.2)
Collecting typing-inspect>=0.4.0
Using cached typing_inspect-0.6.0-py3-none-any.whl (8.1 kB)
Collecting h5py>=2.10.0
Using cached h5py-3.2.1-cp38-cp38-win_amd64.whl (2.8 MB)
Collecting SQLAlchemy==1.3.20
Using cached SQLAlchemy-1.3.20-cp38-cp38-win_amd64.whl (1.2 MB)
Collecting corner>=2.0.1
Using cached corner-2.2.1-py3-none-any.whl (15 kB)
Collecting scipy>=1.5.1
Using cached scipy-1.5.2-cp38-cp38-win_amd64.whl (31.4 MB)
Collecting dynesty==1.0.1
Using cached dynesty-1.0.1-py2.py3-none-any.whl (86 kB)
Collecting pyswarms==1.1.0
Using cached pyswarms-1.1.0-py2.py3-none-any.whl (96 kB)
Collecting emcee>=3.0.2
Using cached emcee-3.0.2-py2.py3-none-any.whl (41 kB)
Requirement already satisfied: PyYAML>=3.12 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autofit==0.74.0->autolens) (5.4.1)
Collecting pyquad==0.6.2
Using cached pyquad-0.6.2.tar.gz (175 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_cf80d6363e574946a9939175a041557b\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_cf80d6363e574946a9939175a041557b\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\dorey\AppData\Local\Temp\pip-pip-egg-info-do59h8pn'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_cf80d6363e574946a9939175a041557b
Complete output (12 lines):
Traceback (most recent call last):
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_cf80d6363e574946a9939175a041557b\setup.py", line 7, in
import cython
ModuleNotFoundError: No module named 'cython'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_cf80d6363e574946a9939175a041557b\setup.py", line 9, in <module>
    raise ImportError("Please install numpy and cython before building pyquad!")
ImportError: Please install numpy and cython before building pyquad!
----------------------------------------

WARNING: Discarding https://files.pythonhosted.org/packages/eb/af/78d1552f0293e597e5a3ba796fd84230fbbf6f199c5cf0d7ba7d442b23d0/pyquad-0.6.2.tar.gz#sha256=48854ff92b536c74988f5eb923020bea4cf435bb815ea322d048d51af6c29dd8 (from https://pypi.org/simple/pyquad/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
INFO: pip is looking at multiple versions of autofit to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoconf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoarray to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autolens to determine which version is compatible with other requirements. This could take a while.
Collecting autolens
Using cached autolens-1.13.0-py3-none-any.whl (174 kB)
Using cached autolens-1.12.2-py3-none-any.whl (174 kB)
Using cached autolens-1.12.1-py3-none-any.whl (194 kB)
Using cached autolens-1.12.0-py3-none-any.whl (194 kB)
Using cached autolens-1.11.1-py3-none-any.whl (193 kB)
Using cached autolens-1.11.0-py3-none-any.whl (193 kB)
Using cached autolens-1.10.0-py3-none-any.whl (4.5 MB)
Using cached autolens-1.9.3-py3-none-any.whl (4.5 MB)
Using cached autolens-1.9.2-py3-none-any.whl (4.6 MB)
Using cached autolens-1.9.1-py3-none-any.whl (4.6 MB)
Using cached autolens-1.9.0-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.6-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.5-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.4-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.3-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.2-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.1-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.0-py3-none-any.whl (4.6 MB)
Using cached autolens-1.7.10-py3-none-any.whl (213 kB)
Using cached autolens-1.7.9-py3-none-any.whl (217 kB)
Using cached autolens-1.7.8-py3-none-any.whl (231 kB)
Using cached autolens-1.7.6-py3-none-any.whl (231 kB)
Using cached autolens-1.7.5-py3-none-any.whl (231 kB)
Using cached autolens-1.7.4-py3-none-any.whl (231 kB)
Using cached autolens-1.7.3-py3-none-any.whl (231 kB)
Using cached autolens-1.7.2-py3-none-any.whl (231 kB)
Using cached autolens-1.7.1-py3-none-any.whl (231 kB)
Using cached autolens-1.7.0-py3-none-any.whl (229 kB)
Using cached autolens-1.6.3-py3-none-any.whl (227 kB)
Using cached autolens-1.6.2-py3-none-any.whl (227 kB)
Using cached autolens-1.6.1-py3-none-any.whl (227 kB)
Using cached autolens-1.6.0-py3-none-any.whl (225 kB)
Using cached autolens-1.5.15-py3-none-any.whl (227 kB)
Using cached autolens-1.5.14-py3-none-any.whl (225 kB)
Using cached autolens-1.5.13-py3-none-any.whl (225 kB)
Using cached autolens-1.5.12-py3-none-any.whl (225 kB)
Using cached autolens-1.5.11-py3-none-any.whl (225 kB)
Using cached autolens-1.5.10-py3-none-any.whl (224 kB)
Using cached autolens-1.5.9-py3-none-any.whl (224 kB)
Using cached autolens-1.5.8-py3-none-any.whl (224 kB)
Using cached autolens-1.5.7-py3-none-any.whl (224 kB)
Using cached autolens-1.5.6-py3-none-any.whl (224 kB)
Using cached autolens-1.5.5-py3-none-any.whl (224 kB)
Using cached autolens-1.5.4-py3-none-any.whl (260 kB)
Using cached autolens-1.5.3-py3-none-any.whl (259 kB)
Using cached autolens-1.5.2-py3-none-any.whl (259 kB)
Using cached autolens-1.5.1-py3-none-any.whl (252 kB)
Using cached autolens-1.5.0-py3-none-any.whl (255 kB)
Using cached autolens-1.4.3-py3-none-any.whl (226 kB)
Using cached autolens-1.4.2-py3-none-any.whl (225 kB)
Using cached autolens-1.4.1-py3-none-any.whl (224 kB)
Using cached autolens-1.4.0-py3-none-any.whl (224 kB)
Using cached autolens-1.3.4-py3-none-any.whl (224 kB)
Using cached autolens-1.3.3-py3-none-any.whl (224 kB)
Using cached autolens-1.3.2-py3-none-any.whl (224 kB)
Using cached autolens-1.3.1-py3-none-any.whl (224 kB)
Using cached autolens-1.3.0-py3-none-any.whl (224 kB)
Using cached autolens-1.2.3-py3-none-any.whl (223 kB)
Using cached autolens-1.2.2-py3-none-any.whl (223 kB)
Using cached autolens-1.2.1-py3-none-any.whl (218 kB)
Using cached autolens-1.2.0-py3-none-any.whl (217 kB)
Using cached autolens-1.1.4-py3-none-any.whl (217 kB)
Using cached autolens-1.1.3-py3-none-any.whl (242 kB)
Using cached autolens-1.1.2-py3-none-any.whl (165 kB)
Using cached autolens-1.1.1-py3-none-any.whl (165 kB)
Using cached autolens-1.1.0-py3-none-any.whl (165 kB)
Using cached autolens-1.0.19-py3-none-any.whl (165 kB)
Using cached autolens-1.0.18-py3-none-any.whl (165 kB)
Using cached autolens-1.0.17-py3-none-any.whl (165 kB)
Using cached autolens-1.0.16-py3-none-any.whl (165 kB)
Using cached autolens-1.0.15-py3-none-any.whl (165 kB)
Using cached autolens-1.0.14-py3-none-any.whl (164 kB)
Using cached autolens-1.0.13-py3-none-any.whl (164 kB)
Using cached autolens-1.0.12-py3-none-any.whl (164 kB)
Using cached autolens-1.0.11-py3-none-any.whl (164 kB)
Using cached autolens-1.0.10-py3-none-any.whl (164 kB)
Using cached autolens-1.0.9-py3-none-any.whl (163 kB)
Using cached autolens-1.0.8-py3-none-any.whl (163 kB)
Using cached autolens-1.0.7-py3-none-any.whl (163 kB)
Using cached autolens-1.0.6-py3-none-any.whl (163 kB)
Using cached autolens-1.0.5-py3-none-any.whl (163 kB)
Using cached autolens-1.0.4-py3-none-any.whl (163 kB)
Using cached autolens-1.0.3-py3-none-any.whl (163 kB)
Using cached autolens-1.0.2-py3-none-any.whl (163 kB)
Using cached autolens-1.0.1-py3-none-any.whl (163 kB)
Using cached autolens-1.0.0-py3-none-any.whl (163 kB)
Using cached autolens-0.46.2-py3-none-any.whl (214 kB)
Using cached autolens-0.46.1-py3-none-any.whl (214 kB)
Using cached autolens-0.46.0-py3-none-any.whl (214 kB)
Using cached autolens-0.45.0-py3-none-any.whl (264 kB)
Using cached autolens-0.44.1-py3-none-any.whl (263 kB)
Using cached autolens-0.44.0-py3-none-any.whl (263 kB)
Using cached autolens-0.43.2-py3-none-any.whl (263 kB)
Using cached autolens-0.43.1-py3-none-any.whl (263 kB)
Using cached autolens-0.43.0-py3-none-any.whl (263 kB)
Using cached autolens-0.42.3-py3-none-any.whl (266 kB)
Using cached autolens-0.42.2-py3-none-any.whl (266 kB)
Using cached autolens-0.42.1-py3-none-any.whl (266 kB)
Using cached autolens-0.42.0-py3-none-any.whl (266 kB)
Using cached autolens-0.41.1-py3-none-any.whl (265 kB)
Using cached autolens-0.41.0-py3-none-any.whl (278 kB)
Using cached autolens-0.40.0-py3-none-any.whl (265 kB)
Using cached autolens-0.39.4-py3-none-any.whl (261 kB)
Using cached autolens-0.39.3-py3-none-any.whl (260 kB)
Using cached autolens-0.39.2-py3-none-any.whl (260 kB)
Using cached autolens-0.39.1-py3-none-any.whl (260 kB)
Using cached autolens-0.39.0-py3-none-any.whl (260 kB)
Using cached autolens-0.38.4-py3-none-any.whl (265 kB)
Using cached autolens-0.38.3-py3-none-any.whl (265 kB)
Using cached autolens-0.38.2-py3-none-any.whl (265 kB)
Using cached autolens-0.38.1-py3-none-any.whl (260 kB)
Using cached autolens-0.38.0-py3-none-any.whl (261 kB)
Using cached autolens-0.37.2-py3-none-any.whl (260 kB)
Using cached autolens-0.37.1-py3-none-any.whl (260 kB)
Using cached autolens-0.36.2-py3-none-any.whl (260 kB)
Using cached autolens-0.36.1-py3-none-any.whl (260 kB)
Using cached autolens-0.36.0-py3-none-any.whl (260 kB)
Using cached autolens-0.35.7-py3-none-any.whl (260 kB)
Using cached autolens-0.35.6-py3-none-any.whl (260 kB)
Using cached autolens-0.35.5-py3-none-any.whl (260 kB)
Using cached autolens-0.35.4-py3-none-any.whl (260 kB)
Using cached autolens-0.35.3-py3-none-any.whl (260 kB)
Using cached autolens-0.35.2-py3-none-any.whl (260 kB)
Using cached autolens-0.35.1-py3-none-any.whl (299 kB)
Using cached autolens-0.35.0-py3-none-any.whl (299 kB)
Using cached autolens-0.34.1-py3-none-any.whl (268 kB)
Using cached autolens-0.34.0-py3-none-any.whl (267 kB)
Using cached autolens-0.33.0-py3-none-any.whl (266 kB)
Using cached autolens-0.32.3-py3-none-any.whl (265 kB)
Using cached autolens-0.32.2-py3-none-any.whl (265 kB)
Using cached autolens-0.32.1-py3-none-any.whl (265 kB)
Using cached autolens-0.32.0-py3-none-any.whl (245 kB)
Using cached autolens-0.31.8.14-py3-none-any.whl (263 kB)
Using cached autolens-0.31.8.13-py3-none-any.whl (243 kB)
Using cached autolens-0.31.8.12-py3-none-any.whl (244 kB)
Using cached autolens-0.31.8.11-py3-none-any.whl (244 kB)
Using cached autolens-0.31.8.10-py3-none-any.whl (264 kB)
Using cached autolens-0.31.8.9-py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.8-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.7-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.6-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.4-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.3-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.2-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.1-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.0-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.7-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.6-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.5-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.4-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.3-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.31.2-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.31.1-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.30.5-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.4-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.3-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.2-py2.py3-none-any.whl (979 kB)
Using cached autolens-0.30.1-py2.py3-none-any.whl (979 kB)
Using cached autolens-0.30.0-py2.py3-none-any.whl (519 kB)
Using cached autolens-0.29.2-py2.py3-none-any.whl (518 kB)
Using cached autolens-0.29.1-py2.py3-none-any.whl (517 kB)
Using cached autolens-0.29.0-py2.py3-none-any.whl (516 kB)
Using cached autolens-0.28.1-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.28.0-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.5-py2.py3-none-any.whl (526 kB)
Using cached autolens-0.27.4-py2.py3-none-any.whl (525 kB)
Using cached autolens-0.27.3-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.2-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.1-py2.py3-none-any.whl (515 kB)
Using cached autolens-0.27.0-py2.py3-none-any.whl (812 kB)
Using cached autolens-0.26.1-py2.py3-none-any.whl (512 kB)
Using cached autolens-0.26.0-py2.py3-none-any.whl (512 kB)
Using cached autolens-0.25.11-py2.py3-none-any.whl (500 kB)
Using cached autolens-0.25.10-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.25.9-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.25.8-py2.py3-none-any.whl (497 kB)
Using cached autolens-0.25.7-py2.py3-none-any.whl (497 kB)
Using cached autolens-0.25.6-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.25.5-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.25.3-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.2-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.1-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.0-py2.py3-none-any.whl (1.2 MB)
Using cached autolens-0.24.6-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.24.5-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.24.4-py2.py3-none-any.whl (807 kB)
Using cached autolens-0.24.3-py2.py3-none-any.whl (807 kB)
Using cached autolens-0.24.2-py2.py3-none-any.whl (804 kB)
Using cached autolens-0.24.1-py2.py3-none-any.whl (797 kB)
Using cached autolens-0.24.0-py2.py3-none-any.whl (786 kB)
Using cached autolens-0.23.5-py2.py3-none-any.whl (478 kB)
Using cached autolens-0.23.4-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.23.3-py2.py3-none-any.whl (470 kB)
Using cached autolens-0.23.2-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.23.1-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.23.0-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.2-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.1-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.0-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.1-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.22.0.4-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.0.3-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.0-py2.py3-none-any.whl (690 kB)
Using cached autolens-0.21.1-py2.py3-none-any.whl (437 kB)
Using cached autolens-0.21.0-py2.py3-none-any.whl (437 kB)
Using cached autolens-0.20.0-py2.py3-none-any.whl (626 kB)
Using cached autolens-0.19.0-py2.py3-none-any.whl (612 kB)
Using cached autolens-0.18.5-py2.py3-none-any.whl (412 kB)
Using cached autolens-0.18.4-py2.py3-none-any.whl (412 kB)
Using cached autolens-0.18.3-py2.py3-none-any.whl (764 kB)
Using cached autolens-0.18.2-py2.py3-none-any.whl (764 kB)
Using cached autolens-0.18.1-py2.py3-none-any.whl (738 kB)
Using cached autolens-0.18.0-py2.py3-none-any.whl (399 kB)
Using cached autolens-0.17.3-py2.py3-none-any.whl (395 kB)
Using cached autolens-0.17.2-py2.py3-none-any.whl (740 kB)
Using cached autolens-0.17.1-py2.py3-none-any.whl (560 kB)
Using cached autolens-0.17.0-py2.py3-none-any.whl (559 kB)
Using cached autolens-0.16.7-py2.py3-none-any.whl (541 kB)
Using cached autolens-0.16.6-py2.py3-none-any.whl (541 kB)
Using cached autolens-0.16.5-py2.py3-none-any.whl (563 kB)
Using cached autolens-0.16.4-py2.py3-none-any.whl (517 kB)
Using cached autolens-0.16.3-py2.py3-none-any.whl (505 kB)
Using cached autolens-0.16.2-py2.py3-none-any.whl (503 kB)
Using cached autolens-0.16.0-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.15.6-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.15.5-py2.py3-none-any.whl (491 kB)
Using cached autolens-0.15.4-py2.py3-none-any.whl (487 kB)
Using cached autolens-0.15.3-py2.py3-none-any.whl (486 kB)
Using cached autolens-0.15.2-py2.py3-none-any.whl (485 kB)
Using cached autolens-0.15.1-py2.py3-none-any.whl (487 kB)
Using cached autolens-0.15.0-py2.py3-none-any.whl (479 kB)
Using cached autolens-0.14.3-py2.py3-none-any.whl (463 kB)
Using cached autolens-0.14.2-py2.py3-none-any.whl (461 kB)
Using cached autolens-0.14.1-py2.py3-none-any.whl (365 kB)
Using cached autolens-0.14.0-py2.py3-none-any.whl (365 kB)
Using cached autolens-0.13.0-py2.py3-none-any.whl (370 kB)
Using cached autolens-0.12.2-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.12.1-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.12.0-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.11.11-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.10-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.9-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.8-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.7-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.6-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.11.5-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.11.4-py2.py3-none-any.whl (480 kB)
Using cached autolens-0.11.3-py2.py3-none-any.whl (477 kB)
Using cached autolens-0.11.0-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.10.0-py2.py3-none-any.whl (574 kB)
Using cached autolens-0.9.16-py2.py3-none-any.whl (566 kB)
Using cached autolens-0.9.15-py2.py3-none-any.whl (566 kB)
Using cached autolens-0.9.14-py2.py3-none-any.whl (806 kB)
Using cached autolens-0.9.13-py2.py3-none-any.whl (806 kB)
Using cached autolens-0.9.12-py2.py3-none-any.whl (777 kB)
Using cached autolens-0.9.11-py2.py3-none-any.whl (775 kB)
Using cached autolens-0.9.10-py2.py3-none-any.whl (766 kB)
Using cached autolens-0.9.9-py2.py3-none-any.whl (751 kB)
Using cached autolens-0.9.8-py2.py3-none-any.whl (745 kB)
Using cached autolens-0.9.7-py2.py3-none-any.whl (745 kB)
Using cached autolens-0.9.6-py2.py3-none-any.whl (743 kB)
Using cached autolens-0.9.5-py2.py3-none-any.whl (742 kB)
Using cached autolens-0.9.4-py2.py3-none-any.whl (727 kB)
Using cached autolens-0.9.3-py2.py3-none-any.whl (726 kB)
Using cached autolens-0.9.2-py2.py3-none-any.whl (711 kB)
Using cached autolens-0.9.0.1-py2.py3-none-any.whl (682 kB)
Using cached autolens-0.8.13-py2.py3-none-any.whl (430 kB)
Using cached autolens-0.8.12-py2.py3-none-any.whl (428 kB)
Using cached autolens-0.8.11-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.10-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.9-py2.py3-none-any.whl (825 kB)
Using cached autolens-0.8.8-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.7-py2.py3-none-any.whl (825 kB)
Using cached autolens-0.8.6-py2.py3-none-any.whl (820 kB)
Using cached autolens-0.8.5-py2.py3-none-any.whl (818 kB)
Using cached autolens-0.8.4-py2.py3-none-any.whl (420 kB)
Using cached autolens-0.8.3-py2.py3-none-any.whl (688 kB)
Using cached autolens-0.8.1-py2.py3-none-any.whl (688 kB)
Using cached autolens-0.8.0-py2.py3-none-any.whl (686 kB)
Using cached autolens-0.7.4-py2.py3-none-any.whl (683 kB)
Using cached autolens-0.7.3-py2.py3-none-any.whl (547 kB)
Using cached autolens-0.7.2-py2.py3-none-any.whl (682 kB)
Using cached autolens-0.7.1-py2.py3-none-any.whl (546 kB)
Using cached autolens-0.7.0-py2.py3-none-any.whl (681 kB)
Using cached autolens-0.6.4-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.3-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.2-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.0-py2.py3-none-any.whl (564 kB)
Using cached autolens-0.5.7-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.6-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.5-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.4-py2.py3-none-any.whl (590 kB)
Using cached autolens-0.5.3-py2.py3-none-any.whl (531 kB)
Using cached autolens-0.5.2-py2.py3-none-any.whl (464 kB)
Using cached autolens-0.5.1-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.5.0-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.4.3.6-py2.py3-none-any.whl (519 kB)
Using cached autolens-0.4.3.5-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.4.3.4-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.4.3.3-py2.py3-none-any.whl (470 kB)
Using cached autolens-0.4.3.2-py2.py3-none-any.whl (468 kB)
Using cached autolens-0.4.3.1-py2.py3-none-any.whl (467 kB)
Using cached autolens-0.4.3.0-py2.py3-none-any.whl (420 kB)
Using cached autolens-0.4.2-py2.py3-none-any.whl (401 kB)
Using cached autolens-0.4.1-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.4.0-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.3.7-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.3.3-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.3.2-py2.py3-none-any.whl (393 kB)
Using cached autolens-0.3.1-py2.py3-none-any.whl (393 kB)
Using cached autolens-0.3.0-py2.py3-none-any.whl (362 kB)
Using cached autolens-0.2.8-py2.py3-none-any.whl (349 kB)
Using cached autolens-0.2.6-py2.py3-none-any.whl (340 kB)
Using cached autolens-0.2.5-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.4-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.3-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.2-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.2.1-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.2.0-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.1.9-py2.py3-none-any.whl (321 kB)
Using cached autolens-0.1.8-py2.py3-none-any.whl (320 kB)
Using cached autolens-0.1.7-py2.py3-none-any.whl (320 kB)
Using cached autolens-0.1.6-py2.py3-none-any.whl (319 kB)
Using cached autolens-0.1.5-py2.py3-none-any.whl (317 kB)
Using cached autolens-0.1.4-py2.py3-none-any.whl (317 kB)
Using cached autolens-0.1.3-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.2-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.1-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.0-py2.py3-none-any.whl (314 kB)
Collecting autoarray==0.19.0
Using cached autoarray-0.19.0-py3-none-any.whl (379 kB)
Collecting autoconf==0.7.7
Using cached autoconf-0.7.7-py3-none-any.whl (24 kB)
Collecting autofit==0.73.1
Using cached autofit-0.73.1-py3-none-any.whl (1.9 MB)
Collecting autogalaxy==0.18.5
Using cached autogalaxy-0.18.5-py3-none-any.whl (290 kB)
Collecting sqlalchemy>=1.3.23
Using cached SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl (1.5 MB)
Collecting autogalaxy==0.18.4
Using cached autogalaxy-0.18.4-py3-none-any.whl (775 kB)
Collecting autoarray==0.18.3
Using cached autoarray-0.18.3-py3-none-any.whl (393 kB)
Collecting pynufft==2020.0.0
Using cached pynufft-2020.0.0-py3-none-any.whl (8.3 MB)
Collecting colorcet>=2.0.2
Using cached colorcet-2.0.6-py2.py3-none-any.whl (1.6 MB)
Collecting autogalaxy==0.18.3
Using cached autogalaxy-0.18.3-py3-none-any.whl (775 kB)
Collecting autoarray==0.18.2
Using cached autoarray-0.18.2-py3-none-any.whl (390 kB)
Collecting numba<=0.47.0
Using cached numba-0.47.0-cp38-cp38-win_amd64.whl (2.1 MB)
Collecting llvmlite<=0.32.1
Using cached llvmlite-0.32.1-cp38-cp38-win_amd64.whl (13.6 MB)
Collecting autogalaxy==0.18.1
Using cached autogalaxy-0.18.1-py3-none-any.whl (774 kB)
Collecting autoarray==0.18.0
Using cached autoarray-0.18.0-py3-none-any.whl (393 kB)
Collecting autoconf==0.7.6
Using cached autoconf-0.7.6-py3-none-any.whl (24 kB)
Collecting autofit==0.73.0
Using cached autofit-0.73.0-py3-none-any.whl (1.9 MB)
Collecting autogalaxy==0.18.0
Using cached autogalaxy-0.18.0-py3-none-any.whl (774 kB)
Collecting autofit==0.71.5
Using cached autofit-0.71.5-py3-none-any.whl (1.9 MB)
Collecting autoarray==0.17.0
Using cached autoarray-0.17.0-py3-none-any.whl (396 kB)
Collecting autogalaxy==0.17.1
Using cached autogalaxy-0.17.1-py3-none-any.whl (771 kB)
Collecting autoconf==0.7.5
Using cached autoconf-0.7.5-py3-none-any.whl (24 kB)
INFO: pip is looking at multiple versions of autofit to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoconf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoarray to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autolens to determine which version is compatible with other requirements. This could take a while.
Collecting autoconf==0.7.3
Using cached autoconf-0.7.3-py3-none-any.whl (24 kB)
Collecting autogalaxy==0.16.8
Using cached autogalaxy-0.16.8-py3-none-any.whl (933 kB)
Collecting autofit==0.71.3
Using cached autofit-0.71.3-py3-none-any.whl (2.2 MB)
Collecting autoarray==0.16.4
Using cached autoarray-0.16.4-py3-none-any.whl (372 kB)
Collecting autoarray==0.16.3
Using cached autoarray-0.16.3-py3-none-any.whl (372 kB)
Collecting autogalaxy==0.16.7
Using cached autogalaxy-0.16.7-py3-none-any.whl (969 kB)
Collecting autofit==0.71.2
Using cached autofit-0.71.2-py3-none-any.whl (2.2 MB)
Collecting autofit==0.71.0
Using cached autofit-0.71.0-py3-none-any.whl (2.2 MB)
Collecting autogalaxy==0.16.6
Using cached autogalaxy-0.16.6-py3-none-any.whl (969 kB)
Collecting autoarray==0.16.2
Using cached autoarray-0.16.2-py3-none-any.whl (372 kB)
Collecting autoarray==0.16.1
Using cached autoarray-0.16.1-py3-none-any.whl (372 kB)
Collecting autogalaxy==0.16.5
Using cached autogalaxy-0.16.5-py3-none-any.whl (974 kB)
Collecting autofit==0.70.4
Using cached autofit-0.70.4-py3-none-any.whl (2.1 MB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Collecting autoarray==0.16.0
Using cached autoarray-0.16.0-py3-none-any.whl (372 kB)
Collecting autogalaxy==0.16.4
Using cached autogalaxy-0.16.4-py3-none-any.whl (974 kB)
Collecting autofit==0.70.3
Using cached autofit-0.70.3-py3-none-any.whl (2.1 MB)
Collecting autoconf==0.7.2
Using cached autoconf-0.7.2-py3-none-any.whl (10 kB)
Collecting autofit==0.70.2
Using cached autofit-0.70.2-py3-none-any.whl (2.1 MB)
Collecting autogalaxy==0.16.3
Using cached autogalaxy-0.16.3-py3-none-any.whl (974 kB)
Collecting autoarray==0.15.3
Using cached autoarray-0.15.3-py3-none-any.whl (370 kB)
Collecting autogalaxy==0.16.2
Using cached autogalaxy-0.16.2-py3-none-any.whl (979 kB)
Collecting autofit==0.70.1
Using cached autofit-0.70.1-py3-none-any.whl (2.1 MB)
Collecting autoarray==0.15.2
Using cached autoarray-0.15.2-py3-none-any.whl (370 kB)
Collecting autofit==0.70.0
Using cached autofit-0.70.0-py3-none-any.whl (2.1 MB)
Collecting autogalaxy==0.16.0
Using cached autogalaxy-0.16.0-py3-none-any.whl (978 kB)
Collecting autoarray==0.15.0
Using cached autoarray-0.15.0-py3-none-any.whl (362 kB)
Collecting autoconf==0.7.0
Using cached autoconf-0.7.0-py3-none-any.whl (9.7 kB)
Collecting autogalaxy==0.15.8
Using cached autogalaxy-0.15.8-py3-none-any.whl (253 kB)
Collecting autofit==0.69.5
Using cached autofit-0.69.5-py3-none-any.whl (320 kB)
Collecting autoarray==0.14.13
Using cached autoarray-0.14.13-py3-none-any.whl (298 kB)
Collecting h5py==2.10.0
Using cached h5py-2.10.0-cp38-cp38-win_amd64.whl (2.5 MB)
Collecting autofit==0.69.4
Using cached autofit-0.69.4-py3-none-any.whl (319 kB)
Collecting autoarray==0.14.12
Using cached autoarray-0.14.12-py3-none-any.whl (297 kB)
Collecting autogalaxy==0.15.7
Using cached autogalaxy-0.15.7-py3-none-any.whl (259 kB)
Collecting autofit==0.69.3
Using cached autofit-0.69.3-py3-none-any.whl (318 kB)
Collecting autogalaxy==0.15.6
Using cached autogalaxy-0.15.6-py3-none-any.whl (259 kB)
Collecting autoarray==0.14.11
Using cached autoarray-0.14.11-py3-none-any.whl (297 kB)
Collecting autogalaxy==0.15.5
Using cached autogalaxy-0.15.5-py3-none-any.whl (259 kB)
Collecting autogalaxy==0.15.4
Using cached autogalaxy-0.15.4-py3-none-any.whl (259 kB)
Collecting autofit==0.69.2
Using cached autofit-0.69.2-py3-none-any.whl (318 kB)
Collecting autogalaxy==0.15.3
Using cached autogalaxy-0.15.3-py3-none-any.whl (259 kB)
Collecting autoarray==0.14.10
Using cached autoarray-0.14.10-py3-none-any.whl (294 kB)
Collecting autofit==0.69.0
Using cached autofit-0.69.0-py3-none-any.whl (303 kB)
Collecting autogalaxy==0.15.1
Using cached autogalaxy-0.15.1-py3-none-any.whl (246 kB)
Collecting pynufft>=2020.0.0
Using cached pynufft-2021.0.2-py3-none-any.whl (16.2 MB)
Collecting autogalaxy==0.15.0
Using cached autogalaxy-0.15.0-py3-none-any.whl (246 kB)
Collecting nbsphinx-link>=1.3.0
Using cached nbsphinx_link-1.3.0-py2.py3-none-any.whl (5.2 kB)
Collecting nbsphinx>=0.7.0
Using cached nbsphinx-0.8.2-py3-none-any.whl (24 kB)
Collecting autofit==0.68.0
Using cached autofit-0.68.0-py3-none-any.whl (300 kB)
Collecting autoarray==0.14.9
Using cached autoarray-0.14.9-py3-none-any.whl (283 kB)
Collecting autoconf==0.6.2
Using cached autoconf-0.6.2-py3-none-any.whl (11 kB)
Collecting autogalaxy==0.14.14
Using cached autogalaxy-0.14.14-py3-none-any.whl (244 kB)
Collecting autofit==0.67.7
Using cached autofit-0.67.7-py3-none-any.whl (269 kB)
Collecting autogalaxy==0.14.12
Using cached autogalaxy-0.14.12-py3-none-any.whl (244 kB)
Collecting autoarray==0.14.8
Using cached autoarray-0.14.8-py3-none-any.whl (282 kB)
Collecting autoarray==0.14.7
Using cached autoarray-0.14.7-py3-none-any.whl (280 kB)
Collecting autogalaxy==0.14.11
Using cached autogalaxy-0.14.11-py3-none-any.whl (244 kB)
Collecting autofit==0.67.6
Using cached autofit-0.67.6-py3-none-any.whl (269 kB)
Collecting autogalaxy==0.14.10
Using cached autogalaxy-0.14.10-py3-none-any.whl (242 kB)
Collecting autoarray==0.14.6
Using cached autoarray-0.14.6-py3-none-any.whl (280 kB)
Collecting autofit==0.67.3
Using cached autofit-0.67.3-py3-none-any.whl (269 kB)
Collecting autogalaxy==0.14.9
Using cached autogalaxy-0.14.9-py3-none-any.whl (245 kB)
Collecting autogalaxy==0.14.8
Using cached autogalaxy-0.14.8-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.5
Using cached autoarray-0.14.5-py3-none-any.whl (279 kB)
Collecting autoarray==0.14.4
Using cached autoarray-0.14.4-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.7
Using cached autogalaxy-0.14.7-py3-none-any.whl (245 kB)
Collecting llvmlite==0.31.0
Using cached llvmlite-0.31.0-cp38-cp38-win_amd64.whl (13.6 MB)
Collecting autogalaxy==0.14.6
Using cached autogalaxy-0.14.6-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.3
Using cached autoarray-0.14.3-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.5
Using cached autogalaxy-0.14.5-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.2
Using cached autoarray-0.14.2-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.4
Using cached autogalaxy-0.14.4-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.0
Using cached autoarray-0.14.0-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.3
Using cached autogalaxy-0.14.3-py3-none-any.whl (244 kB)
Collecting autogalaxy==0.14.2
Using cached autogalaxy-0.14.2-py3-none-any.whl (244 kB)
Collecting autogalaxy==0.14.1
Using cached autogalaxy-0.14.1-py3-none-any.whl (244 kB)
Collecting autogalaxy==0.13.4
Using cached autogalaxy-0.13.4-py3-none-any.whl (239 kB)
Collecting autoconf==0.6.1
Using cached autoconf-0.6.1-py3-none-any.whl (11 kB)
Collecting autofit==0.67.2
Using cached autofit-0.67.2-py3-none-any.whl (278 kB)
Collecting autoarray==0.13.2
Using cached autoarray-0.13.2-py3-none-any.whl (277 kB)
Collecting autogalaxy==0.13.3
Using cached autogalaxy-0.13.3-py3-none-any.whl (239 kB)
Collecting autofit==0.67.1
Using cached autofit-0.67.1-py3-none-any.whl (278 kB)
Collecting autogalaxy==0.13.2
Using cached autogalaxy-0.13.2-py3-none-any.whl (239 kB)
Collecting autoarray==0.13.1
Using cached autoarray-0.13.1-py3-none-any.whl (277 kB)
Collecting autofit==0.67.0
Using cached autofit-0.67.0-py3-none-any.whl (236 kB)
Collecting autogalaxy==0.13.1
Using cached autogalaxy-0.13.1-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.12.7
Using cached autogalaxy-0.12.7-py3-none-any.whl (243 kB)
Collecting autoarray==0.12.2
Using cached autoarray-0.12.2-py3-none-any.whl (271 kB)
Collecting autofit==0.65.0
Using cached autofit-0.65.0-py3-none-any.whl (236 kB)
Collecting autogalaxy==0.12.6
Using cached autogalaxy-0.12.6-py3-none-any.whl (241 kB)
Collecting autoarray==0.12.1
Using cached autoarray-0.12.1-py3-none-any.whl (271 kB)
Collecting autogalaxy==0.12.5
Using cached autogalaxy-0.12.5-py3-none-any.whl (241 kB)
Collecting autogalaxy==0.12.4
Using cached autogalaxy-0.12.4-py3-none-any.whl (241 kB)
Collecting autoarray==0.12.0
Using cached autoarray-0.12.0-py3-none-any.whl (271 kB)
Collecting autofit==0.64.2
Using cached autofit-0.64.2-py3-none-any.whl (235 kB)
Collecting autoarray==0.11.11
Using cached autoarray-0.11.11-py3-none-any.whl (252 kB)
Collecting autogalaxy==0.12.3
Using cached autogalaxy-0.12.3-py3-none-any.whl (241 kB)
Collecting autofit==0.64.1
Using cached autofit-0.64.1-py3-none-any.whl (235 kB)
Collecting autoarray==0.11.10
Using cached autoarray-0.11.10-py3-none-any.whl (250 kB)
Collecting autogalaxy==0.12.2
Using cached autogalaxy-0.12.2-py3-none-any.whl (241 kB)
Collecting autogalaxy==0.11.4
Using cached autogalaxy-0.11.4-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.9
Using cached autoarray-0.11.9-py3-none-any.whl (251 kB)
Collecting autogalaxy==0.11.3
Using cached autogalaxy-0.11.3-py3-none-any.whl (240 kB)
Collecting autofit==0.64.0
Using cached autofit-0.64.0-py3-none-any.whl (136 kB)
Collecting autoarray==0.11.8
Using cached autoarray-0.11.8-py3-none-any.whl (266 kB)
Collecting autogalaxy==0.11.2
Using cached autogalaxy-0.11.2-py3-none-any.whl (241 kB)
Collecting autofit==0.62.2
Using cached autofit-0.62.2-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.11.1
Using cached autogalaxy-0.11.1-py3-none-any.whl (241 kB)
Collecting autofit==0.62.1
Using cached autofit-0.62.1-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.11.0
Using cached autogalaxy-0.11.0-py3-none-any.whl (241 kB)
Collecting autofit==0.62.0
Using cached autofit-0.62.0-py3-none-any.whl (136 kB)
Collecting autofit==0.61.5
Using cached autofit-0.61.5-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.16
Using cached autogalaxy-0.10.16-py3-none-any.whl (241 kB)
Collecting GetDist==1.0.3
Using cached GetDist-1.0.3.tar.gz (753 kB)
Collecting autogalaxy==0.10.15
Using cached autogalaxy-0.10.15-py3-none-any.whl (241 kB)
Collecting autoarray==0.11.7
Using cached autoarray-0.11.7-py3-none-any.whl (266 kB)
Collecting autogalaxy==0.10.13
Using cached autogalaxy-0.10.13-py3-none-any.whl (241 kB)
Collecting autoarray==0.11.5
Using cached autoarray-0.11.5-py3-none-any.whl (268 kB)
Collecting autoarray==0.11.4
Using cached autoarray-0.11.4-py3-none-any.whl (251 kB)
Collecting autogalaxy==0.10.12
Using cached autogalaxy-0.10.12-py3-none-any.whl (240 kB)
Collecting autofit==0.61.4
Using cached autofit-0.61.4-py3-none-any.whl (136 kB)
Collecting autofit==0.61.3
Using cached autofit-0.61.3-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.11
Using cached autogalaxy-0.10.11-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.3
Using cached autoarray-0.11.3-py3-none-any.whl (251 kB)
Collecting autofit==0.61.2
Using cached autofit-0.61.2-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.10
Using cached autogalaxy-0.10.10-py3-none-any.whl (240 kB)
Collecting autogalaxy==0.10.8
Using cached autogalaxy-0.10.8-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.2
Using cached autoarray-0.11.2-py3-none-any.whl (250 kB)
Collecting autofit==0.60.2
Using cached autofit-0.60.2-py3-none-any.whl (134 kB)
Collecting autogalaxy==0.10.7
Using cached autogalaxy-0.10.7-py3-none-any.whl (240 kB)
Collecting autofit==0.60.1
Using cached autofit-0.60.1-py3-none-any.whl (132 kB)
Collecting autogalaxy==0.10.6
Using cached autogalaxy-0.10.6-py3-none-any.whl (240 kB)
Collecting autogalaxy==0.10.5
Using cached autogalaxy-0.10.5-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.10.4
Using cached autogalaxy-0.10.4-py3-none-any.whl (239 kB)
Collecting autofit==0.59.7
Using cached autofit-0.59.7-py3-none-any.whl (130 kB)
Collecting autogalaxy==0.10.3
Using cached autogalaxy-0.10.3-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.10.2
Using cached autogalaxy-0.10.2-py3-none-any.whl (239 kB)
Collecting autofit==0.59.6
Using cached autofit-0.59.6-py3-none-any.whl (129 kB)
Collecting autofit==0.59.5
Using cached autofit-0.59.5-py3-none-any.whl (129 kB)
Collecting autogalaxy==0.10.1
Using cached autogalaxy-0.10.1-py3-none-any.whl (239 kB)
Collecting autoarray==0.11.1
Using cached autoarray-0.11.1-py3-none-any.whl (250 kB)
Collecting autoarray==0.11.0
Using cached autoarray-0.11.0-py3-none-any.whl (250 kB)
Collecting autoconf==0.6.0
Using cached autoconf-0.6.0-py3-none-any.whl (11 kB)
Collecting autofit==0.59.3
Using cached autofit-0.59.3-py3-none-any.whl (118 kB)
Collecting autogalaxy==0.10.0
Using cached autogalaxy-0.10.0-py3-none-any.whl (239 kB)
Collecting autofit==0.59.1
Using cached autofit-0.59.1-py3-none-any.whl (118 kB)
Collecting autofit==0.58.0
Using cached autofit-0.58.0-py3-none-any.whl (92 kB)
Collecting autogalaxy==0.9.2
Using cached autogalaxy-0.9.2-py3-none-any.whl (211 kB)
Collecting autoarray==0.10.7
Using cached autoarray-0.10.7-py3-none-any.whl (225 kB)
Collecting autoconf==0.5.0
Using cached autoconf-0.5.0-py3-none-any.whl (11 kB)
Collecting dill==0.2.8.2
Using cached dill-0.2.8.2.tar.gz (150 kB)
Collecting corner==2.0.1
Downloading corner-2.0.1.tar.gz (10 kB)
Collecting autoarray==0.10.6
Using cached autoarray-0.10.6-py3-none-any.whl (223 kB)
Collecting autofit==0.57.2
Using cached autofit-0.57.2-py3-none-any.whl (91 kB)
Collecting autogalaxy==0.9.0
Using cached autogalaxy-0.9.0-py3-none-any.whl (213 kB)
Collecting autoarray==0.10.5
Using cached autoarray-0.10.5-py3-none-any.whl (223 kB)
Collecting autogalaxy==0.1.0
Using cached autogalaxy-0.1.0-py3-none-any.whl (213 kB)
Collecting autoconf==0.4.0
Using cached autoconf-0.4.0-py3-none-any.whl (14 kB)
Collecting autofit==0.57.0
Using cached autofit-0.57.0-py3-none-any.whl (81 kB)
Collecting pymultinest
Using cached pymultinest-2.11-py2.py3-none-any.whl (50 kB)
Collecting typing-inspect==0.4.0
Using cached typing_inspect-0.4.0-py3-none-any.whl (5.0 kB)
Collecting GetDist
Using cached GetDist-1.1.4-py3-none-any.whl
Collecting pyquad==0.0.4.0
Using cached pyquad-0.0.4.0.tar.gz (138 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_115529a08de6445193bf6086c4cfd46c\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_115529a08de6445193bf6086c4cfd46c\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\dorey\AppData\Local\Temp\pip-pip-egg-info-6cdv86iq'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_115529a08de6445193bf6086c4cfd46c
Complete output (12 lines):
Traceback (most recent call last):
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_115529a08de6445193bf6086c4cfd46c\setup.py", line 7, in
import cython
ModuleNotFoundError: No module named 'cython'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\pyquad_115529a08de6445193bf6086c4cfd46c\setup.py", line 9, in <module>
    raise ImportError("Please install numpy and cython before building pyquad!")
ImportError: Please install numpy and cython before building pyquad!
----------------------------------------

WARNING: Discarding https://files.pythonhosted.org/packages/d5/e0/9584a1a7ef2e3f5e2736c5ad6b58dd6ae4d57734ee64f6251278cb3af326/pyquad-0.0.4.0.tar.gz#sha256=b1ebcfe8e7f756d93d37483839feb2567800c62fda5c9a7a15ae5906e2e70694 (from https://pypi.org/simple/pyquad/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Collecting autoastro==0.7.2
Using cached autoastro-0.7.2-py3-none-any.whl (129 kB)
Collecting autoarray==0.10.4
Using cached autoarray-0.10.4-py3-none-any.whl (218 kB)
Collecting autofit==0.56.0
Using cached autofit-0.56.0-py3-none-any.whl (130 kB)
Collecting autofit==0.55.1
Using cached autofit-0.55.1-py3-none-any.whl (131 kB)
Collecting autoarray==0.10.3
Using cached autoarray-0.10.3-py3-none-any.whl (218 kB)
Collecting autoastro==0.7.1
Using cached autoastro-0.7.1-py3-none-any.whl (129 kB)
Collecting autoastro==0.7.0
Using cached autoastro-0.7.0-py3-none-any.whl (129 kB)
Collecting autoarray==0.10.2
Using cached autoarray-0.10.2-py3-none-any.whl (218 kB)
Collecting autoastro==0.6.6
Using cached autoastro-0.6.6-py3-none-any.whl (129 kB)
Collecting autoarray==0.10.1
Using cached autoarray-0.10.1-py3-none-any.whl (218 kB)
Collecting autoastro==0.6.5
Using cached autoastro-0.6.5-py3-none-any.whl (129 kB)
Collecting autoconf==0.3.1
Using cached autoconf-0.3.1-py3-none-any.whl (14 kB)
Collecting autoarray==0.9.3
Using cached autoarray-0.9.3-py3-none-any.whl (218 kB)
Collecting autoastro==0.6.3
Using cached autoastro-0.6.3-py3-none-any.whl (129 kB)
Collecting autofit==0.55.0
Using cached autofit-0.55.0-py3-none-any.whl (125 kB)
Collecting autoastro==0.6.2
Using cached autoastro-0.6.2-py3-none-any.whl (129 kB)
Collecting autoarray==0.9.2
Using cached autoarray-0.9.2-py3-none-any.whl (218 kB)
Collecting autoarray==0.9.1
Using cached autoarray-0.9.1-py3-none-any.whl (234 kB)
Collecting autoastro==0.6.1
Using cached autoastro-0.6.1-py3-none-any.whl (129 kB)
Collecting autoastro==0.5.2
Using cached autoastro-0.5.2-py3-none-any.whl (129 kB)
Collecting autoarray==0.8.2
Using cached autoarray-0.8.2-py3-none-any.whl (232 kB)
Collecting autofit==0.54.0
Using cached autofit-0.54.0-py3-none-any.whl (124 kB)
Collecting autoarray==0.8.1
Using cached autoarray-0.8.1-py3-none-any.whl (237 kB)
Collecting autoastro==0.5.1
Using cached autoastro-0.5.1-py3-none-any.whl (131 kB)
Collecting autoastro==0.5.0
Using cached autoastro-0.5.0-py3-none-any.whl (129 kB)
Collecting autofit==0.53.0
Using cached autofit-0.53.0-py3-none-any.whl (123 kB)
Collecting autoarray==0.8.0
Using cached autoarray-0.8.0-py3-none-any.whl (233 kB)
Collecting autofit==0.52.1
Using cached autofit-0.52.1-py3-none-any.whl (121 kB)
Collecting autoastro==0.4.4
Using cached autoastro-0.4.4-py3-none-any.whl (129 kB)
Collecting autoarray==0.7.12
Using cached autoarray-0.7.12-py3-none-any.whl (233 kB)
Collecting autoarray==0.7.9
Using cached autoarray-0.7.9-py3-none-any.whl (233 kB)
Collecting autoconf==0.3.0
Using cached autoconf-0.3.0-py3-none-any.whl (14 kB)
Collecting autoastro==0.4.3
Using cached autoastro-0.4.3-py3-none-any.whl (129 kB)
Collecting autofit==0.51.1
Using cached autofit-0.51.1-py3-none-any.whl (146 kB)
Collecting autoastro==0.4.2
Using cached autoastro-0.4.2-py3-none-any.whl (126 kB)
Collecting autoarray==0.7.8
Using cached autoarray-0.7.8-py3-none-any.whl (233 kB)
Collecting autofit==0.50.5
Using cached autofit-0.50.5-py3-none-any.whl (140 kB)
Collecting autofit==0.50.4
Using cached autofit-0.50.4-py3-none-any.whl (141 kB)
Collecting autofit==0.50.1
Using cached autofit-0.50.1-py3-none-any.whl (140 kB)
Collecting autoastro==0.4.1
Using cached autoastro-0.4.1-py3-none-any.whl (126 kB)
Collecting autoconf==0.2.2
Using cached autoconf-0.2.2.tar.gz (4.8 kB)
Collecting autoarray==0.7.7
Using cached autoarray-0.7.7-py3-none-any.whl (233 kB)
Collecting autofit==0.49.1
Using cached autofit-0.49.1-py3-none-any.whl (126 kB)
Collecting autofit==0.49.0
Using cached autofit-0.49.0-py3-none-any.whl (114 kB)
Collecting autofit==0.48.1
Using cached autofit-0.48.1-py3-none-any.whl (121 kB)
Collecting autoarray==0.7.6
Using cached autoarray-0.7.6-py3-none-any.whl (233 kB)
Collecting autoastro==0.4.0
Using cached autoastro-0.4.0-py3-none-any.whl (126 kB)
Collecting autoastro==0.3.5
Using cached autoastro-0.3.5-py3-none-any.whl (124 kB)
Collecting autoarray==0.7.5
Using cached autoarray-0.7.5-py3-none-any.whl (233 kB)
Collecting autoarray==0.7.4
Using cached autoarray-0.7.4-py3-none-any.whl (233 kB)
Collecting autoastro==0.3.4
Using cached autoastro-0.3.4-py3-none-any.whl (124 kB)
Collecting autoastro==0.3.3
Using cached autoastro-0.3.3-py3-none-any.whl (124 kB)
Collecting autoarray==0.7.3
Using cached autoarray-0.7.3-py3-none-any.whl (233 kB)
Collecting autoarray==0.7.2
Using cached autoarray-0.7.2-py3-none-any.whl (233 kB)
Collecting autoastro==0.3.2
Using cached autoastro-0.3.2-py3-none-any.whl (133 kB)
Collecting autoastro==0.3.1
Using cached autoastro-0.3.1-py3-none-any.whl (133 kB)
Collecting autoarray==0.7.1
Using cached autoarray-0.7.1-py3-none-any.whl (231 kB)
Collecting autoastro==0.3.0
Using cached autoastro-0.3.0-py3-none-any.whl (133 kB)
Collecting autoarray==0.7.0
Using cached autoarray-0.7.0-py3-none-any.whl (231 kB)
Collecting autofit==0.48.0
Using cached autofit-0.48.0-py3-none-any.whl (121 kB)
Collecting autoastro==0.2.4
Using cached autoastro-0.2.4-py3-none-any.whl (117 kB)
Collecting autofit==0.47.0
Using cached autofit-0.47.0-py3-none-any.whl (121 kB)
Collecting autoarray==0.6.0
Using cached autoarray-0.6.0-py3-none-any.whl (286 kB)
Collecting autoastro==0.2.3
Using cached autoastro-0.2.3-py3-none-any.whl (117 kB)
Collecting autoastro==0.2.2
Using cached autoastro-0.2.2-py3-none-any.whl (116 kB)
Collecting autoarray==0.5.0
Using cached autoarray-0.5.0-py3-none-any.whl (284 kB)
Collecting autofit==0.46.2
Using cached autofit-0.46.2-py3-none-any.whl (104 kB)
Collecting autofit==0.46.1
Using cached autofit-0.46.1-py3-none-any.whl (98 kB)
Collecting autoarray==0.4.3
Using cached autoarray-0.4.3-py3-none-any.whl (280 kB)
Collecting autoastro==0.2.1
Using cached autoastro-0.2.1-py3-none-any.whl (116 kB)
Collecting GetDist==0.2.8
Using cached GetDist-0.2.8.tar.gz (154 kB)
Collecting autoarray==0.4.2
Using cached autoarray-0.4.2-py3-none-any.whl (280 kB)
Collecting autofit==0.46.0
Using cached autofit-0.46.0-py3-none-any.whl (95 kB)
Collecting autoastro==0.2.0
Using cached autoastro-0.2.0-py3-none-any.whl (111 kB)
Collecting autoarray==0.4.1
Using cached autoarray-0.4.1-py3-none-any.whl (228 kB)
Collecting autofit==0.45.1
Using cached autofit-0.45.1-py3-none-any.whl (94 kB)
Collecting autoastro==0.1.4.5
Using cached autoastro-0.1.4.5-py3-none-any.whl (116 kB)
Collecting autoarray==0.3.4.2
Using cached autoarray-0.3.4.2-py3-none-any.whl (277 kB)
Collecting autoastro==0.1.4.2
Using cached autoastro-0.1.4.2-py3-none-any.whl (111 kB)
Collecting autoarray==0.3.4.1
Using cached autoarray-0.3.4.1-py3-none-any.whl (227 kB)
Collecting pluggy>=0.6.0
Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting Send2Trash>=1.5.0
Using cached Send2Trash-1.5.0-py3-none-any.whl (12 kB)
Requirement already satisfied: tornado>=5.0.2 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (6.1)
Collecting blackcellmagic>=0.0.2
Using cached blackcellmagic-0.0.2.tar.gz (3.1 kB)
Collecting terminado>=0.8.1
Using cached terminado-0.9.4-py3-none-any.whl (14 kB)
Collecting jupyter-client>=5.2.3
Using cached jupyter_client-6.1.12-py3-none-any.whl (112 kB)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (1.3.1)
Requirement already satisfied: python-dateutil>=2.6.1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (2.8.1)
Collecting webencodings>=0.5.1
Using cached webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting pytest-watch>=4.2.0
Using cached pytest-watch-4.2.0.tar.gz (16 kB)
Collecting docopt>=0.6.2
Using cached docopt-0.6.2-py2.py3-none-any.whl
Collecting asteval>=0.9.12
Using cached asteval-0.9.23.tar.gz (55 kB)
Collecting cmarkgfm>=0.4.2
Using cached cmarkgfm-0.5.3-cp38-cp38-win_amd64.whl (133 kB)
Collecting pyquad>=0.0.4.0
Using cached pyquad-0.7.0-cp38-cp38-win_amd64.whl (126 kB)
Requirement already satisfied: Pillow>=5.1.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (8.1.2)
Collecting pytz>=2018.3
Using cached pytz-2021.1-py2.py3-none-any.whl (510 kB)
Collecting jupyter>=1.0.0
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Collecting pandocfilters>=1.4.2
Using cached pandocfilters-1.4.3.tar.gz (16 kB)
Collecting ipywidgets>=7.2.1
Using cached ipywidgets-7.6.3-py2.py3-none-any.whl (121 kB)
Collecting wcwidth>=0.1.7
Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting nbformat>=4.4.0
Using cached nbformat-5.1.2-py3-none-any.whl (113 kB)
Requirement already satisfied: PyWavelets>=0.5.2 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (1.1.1)
Requirement already satisfied: pyparsing>=2.2.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (2.4.7)
Collecting jupyter-core>=4.4.0
Using cached jupyter_core-4.7.1-py3-none-any.whl (82 kB)
Collecting pathtools>=0.1.2
Using cached pathtools-0.1.2.tar.gz (11 kB)
Collecting pkginfo>=1.4.2
Using cached pkginfo-1.7.0-py2.py3-none-any.whl (25 kB)
Collecting simplegeneric>=0.8.1
Using cached simplegeneric-0.8.1.zip (12 kB)
Collecting ptyprocess>=0.5.2
Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Requirement already satisfied: certifi>=2018.1.18 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (2020.12.5)
Collecting colorama>=0.3.9
Using cached colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: cycler>=0.10.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (0.10.0)
Collecting argh>=0.26.2
Using cached argh-0.26.2-py2.py3-none-any.whl (30 kB)
Collecting mistune>=0.8.3
Using cached mistune-0.8.4-py2.py3-none-any.whl (16 kB)
Collecting attrs>=17.4.0
Using cached attrs-20.3.0-py2.py3-none-any.whl (49 kB)
Collecting chardet>=3.0.4
Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting ptpython>=0.41
Using cached ptpython-3.0.17-py2.py3-none-any.whl (60 kB)
Collecting pyzmq>=17.0.0
Using cached pyzmq-22.0.3-cp38-cp38-win_amd64.whl (1.2 MB)
Collecting tqdm>=4.26.0
Using cached tqdm-4.59.0-py2.py3-none-any.whl (74 kB)
Collecting MarkupSafe>=1.0
Using cached MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl (16 kB)
Collecting pytest>=3.4.2
Using cached pytest-6.2.2-py3-none-any.whl (280 kB)
Collecting watchdog>=0.8.3
Using cached watchdog-2.0.2-py3-none-win_amd64.whl (74 kB)
Collecting urllib3>=1.23
Using cached urllib3-1.26.4-py2.py3-none-any.whl (153 kB)
Collecting bleach>=2.1.3
Using cached bleach-3.3.0-py2.py3-none-any.whl (283 kB)
Collecting jupyter-console>=5.2.0
Using cached jupyter_console-6.4.0-py3-none-any.whl (22 kB)
Collecting black>=19.3b0
Using cached black-20.8b1.tar.gz (1.1 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting cffi>=1.11.5
Using cached cffi-1.14.5-cp38-cp38-win_amd64.whl (179 kB)
Collecting qtconsole>=4.3.1
Using cached qtconsole-5.0.3-py3-none-any.whl (119 kB)
Collecting ipython==5.8.0
Using cached ipython-5.8.0-py3-none-any.whl (758 kB)
Collecting widgetsnbextension>=3.2.1
Using cached widgetsnbextension-3.5.1-py2.py3-none-any.whl (2.2 MB)
Collecting html5lib>=1.0.1
Using cached html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting requests>=2.19.1
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting jedi>=0.12.0
Using cached jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
Collecting readme-renderer>=22.0
Using cached readme_renderer-29.0-py2.py3-none-any.whl (15 kB)
Requirement already satisfied: six>=1.11.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (1.15.0)
Collecting autoastro==0.1.4.1
Using cached autoastro-0.1.4.1-py3-none-any.whl (111 kB)
Requirement already satisfied: networkx>=2.1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from autolens) (2.5)
Collecting Jinja2>=2.10
Using cached Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
Collecting pickleshare>=0.7.4
Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting pycparser>=2.19
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting idna>=2.7
Using cached idna-3.1-py3-none-any.whl (58 kB)
Collecting ipykernel>=5.1.0
Using cached ipykernel-5.5.3-py3-none-any.whl (120 kB)
Collecting parso>=0.2.1
Using cached parso-0.8.2-py2.py3-none-any.whl (94 kB)
Collecting lmfit>=0.9.10
Using cached lmfit-1.0.2.tar.gz (306 kB)
Collecting pexpect>=4.5.0
Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting prompt-toolkit>=2.0.6
Using cached prompt_toolkit-3.0.18-py3-none-any.whl (367 kB)
Collecting backcall>=0.1.0
Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting py>=1.5.2
Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
Collecting jsonschema>=2.6.0
Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting uncertainties>=3.0.2
Using cached uncertainties-3.1.5-py2.py3-none-any.whl (246 kB)
Collecting testpath>=0.3.1
Using cached testpath-0.4.4-py2.py3-none-any.whl (163 kB)
Collecting Pygments>=2.2.0
Using cached Pygments-2.8.1-py3-none-any.whl (983 kB)
Collecting future>=0.16.0
Using cached future-0.18.2.tar.gz (829 kB)
Collecting entrypoints>=0.2.3
Using cached entrypoints-0.3-py2.py3-none-any.whl (11 kB)
Collecting notebook>=5.4.1
Using cached notebook-6.3.0-py3-none-any.whl (9.5 MB)
Collecting ipython-genutils>=0.2.0
Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting traitlets>=4.3.2
Using cached traitlets-5.0.5-py3-none-any.whl (100 kB)
Collecting docutils>=0.14
Using cached docutils-0.16-py2.py3-none-any.whl (548 kB)
Collecting twine>=1.12.1
Using cached twine-3.4.1-py3-none-any.whl (34 kB)
Collecting nbconvert>=5.3.1
Using cached nbconvert-6.0.7-py3-none-any.whl (552 kB)
Collecting requests-toolbelt>=0.8.0
Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting autofit==0.45.0
Using cached autofit-0.45.0-py3-none-any.whl (94 kB)
Collecting autoarray==0.3.4
Using cached autoarray-0.3.4-py3-none-any.whl (277 kB)
Collecting autoastro==0.1.4
Using cached autoastro-0.1.4-py3-none-any.whl (115 kB)
Collecting autoarray==0.3.3
Using cached autoarray-0.3.3-py3-none-any.whl (277 kB)
Collecting autoastro==0.1.3
Using cached autoastro-0.1.3-py3-none-any.whl (111 kB)
Collecting autoastro==0.1.2
Using cached autoastro-0.1.2-py3-none-any.whl (111 kB)
Collecting autofit==0.44.2
Using cached autofit-0.44.2-py3-none-any.whl (94 kB)
Collecting ipython>=7.0.1
Using cached ipython-7.22.0-py3-none-any.whl (785 kB)
Collecting autoarray==0.3.0
Using cached autoarray-0.3.0-py3-none-any.whl (274 kB)
Collecting autoastro==0.1.1
Using cached autoastro-0.1.1-py3-none-any.whl (111 kB)
Collecting decorator==4.2.1
Using cached decorator-4.2.1-py2.py3-none-any.whl (9.3 kB)
Collecting lmfit==0.9.10
Using cached lmfit-0.9.10.tar.gz (1.6 MB)
Collecting traitlets==4.3.2
Downloading traitlets-4.3.2-py2.py3-none-any.whl (74 kB)
|████████████████████████████████| 74 kB 787 kB/s
Collecting cmarkgfm==0.4.2
Downloading cmarkgfm-0.4.2.tar.gz (133 kB)
|████████████████████████████████| 133 kB 3.3 MB/s
Collecting pexpect==4.5.0
Downloading pexpect-4.5.0-py2.py3-none-any.whl (57 kB)
|████████████████████████████████| 57 kB 3.8 MB/s
Collecting numpy==1.16.2
Using cached numpy-1.16.2.zip (5.1 MB)
Collecting astropy==3.0
Using cached astropy-3.0.tar.gz (8.0 MB)
Collecting autofit==0.33.6
Downloading autofit-0.33.6-py3-none-any.whl (108 kB)
|████████████████████████████████| 108 kB 3.3 MB/s
Collecting python-dateutil==2.6.1
Downloading python_dateutil-2.6.1-py2.py3-none-any.whl (194 kB)
|████████████████████████████████| 194 kB 2.2 MB/s
Collecting pickleshare==0.7.4
Downloading pickleshare-0.7.4-py2.py3-none-any.whl (6.9 kB)
Collecting nbformat==4.4.0
Downloading nbformat-4.4.0-py2.py3-none-any.whl (155 kB)
|████████████████████████████████| 155 kB 6.8 MB/s
Collecting qtconsole==4.3.1
Downloading qtconsole-4.3.1-py2.py3-none-any.whl (108 kB)
|████████████████████████████████| 108 kB 6.8 MB/s
Collecting jupyter-core==4.4.0
Using cached jupyter_core-4.4.0-py2.py3-none-any.whl (126 kB)
Collecting ptyprocess==0.5.2
Downloading ptyprocess-0.5.2-py2.py3-none-any.whl (39 kB)
Collecting jsonschema==2.6.0
Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB)
Collecting MarkupSafe==1.0
Downloading MarkupSafe-1.0.tar.gz (14 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\markupsafe_24e083242c0b4502a1d741f0a37a7d4e\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\markupsafe_24e083242c0b4502a1d741f0a37a7d4e\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\dorey\AppData\Local\Temp\pip-pip-egg-info-l4k0n71p'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\markupsafe_24e083242c0b4502a1d741f0a37a7d4e
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\markupsafe_24e083242c0b4502a1d741f0a37a7d4e\setup.py", line 6, in
from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature' from 'setuptools' (C:\Users\dorey.conda\envs\autolens\lib\site-packages\setuptools_init_.py)
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz#sha256=a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665 (from https://pypi.org/simple/markupsafe/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Collecting autofit==0.33.4
Downloading autofit-0.33.4-py3-none-any.whl (108 kB)
|████████████████████████████████| 108 kB 6.8 MB/s
Collecting autofit==0.33.1
Using cached autofit-0.33.1-py3-none-any.whl (90 kB)
Collecting autofit==0.30.1
Downloading autofit-0.30.1-py3-none-any.whl (90 kB)
|████████████████████████████████| 90 kB 5.0 MB/s
Collecting autofit==0.27.3
Using cached autofit-0.27.3-py3-none-any.whl (104 kB)
Collecting scikit-image==0.14.2
Using cached scikit-image-0.14.2.tar.gz (27.8 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Collecting Cython==0.28.0
Using cached Cython-0.28.tar.gz (1.8 MB)
Collecting matplotlib==3.0.3
Using cached matplotlib-3.0.3.tar.gz (36.6 MB)
Collecting scipy==1.2.0
Using cached scipy-1.2.0.tar.gz (23.3 MB)
Requirement already satisfied: dask[array]>=1.0.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from scikit-image==0.14.2->autolens) (2021.3.0)
Requirement already satisfied: cloudpickle>=0.2.1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from scikit-image==0.14.2->autolens) (1.6.0)
Collecting mypy-extensions>=0.3.0
Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Requirement already satisfied: toolz>=0.8.2 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from dask[array]>=1.0.0->scikit-image==0.14.2->autolens) (0.11.1)
Requirement already satisfied: pyerfa in c:\users\dorey.conda\envs\autolens\lib\site-packages (from astropy>=3.0.0->autolens) (1.7.2)
Collecting astropy
Using cached astropy-4.1-cp38-cp38-win_amd64.whl (6.5 MB)
Requirement already satisfied: setuptools in c:\users\dorey.conda\envs\autolens\lib\site-packages (from numba->autoarray==0.20.0->autolens) (52.0.0.post20210125)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from scikit-learn>=0.21.3->autoarray==0.20.0->autolens) (2.1.0)
Requirement already satisfied: joblib>=0.11 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from scikit-learn>=0.21.3->autoarray==0.20.0->autolens) (1.0.1)
Building wheels for collected packages: Cython, matplotlib, numpy, scikit-image, scipy
Building wheel for Cython (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\cython_cb4e2885af9f4f8db80d5ccb8472636d\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\cython_cb4e2885af9f4f8db80d5ccb8472636d\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\dorey\AppData\Local\Temp\pip-wheel-bdtcetyu'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\cython_cb4e2885af9f4f8db80d5ccb8472636d
Complete output (316 lines):
Unable to find pgen, not compiling formal grammar.
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
copying cython.py -> build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\Cython
copying Cython\CodeWriter.py -> build\lib.win-amd64-3.8\Cython
copying Cython\Coverage.py -> build\lib.win-amd64-3.8\Cython
copying Cython\Debugging.py -> build\lib.win-amd64-3.8\Cython
copying Cython\Shadow.py -> build\lib.win-amd64-3.8\Cython
copying Cython\StringIOTree.py -> build\lib.win-amd64-3.8\Cython
copying Cython\TestUtils.py -> build\lib.win-amd64-3.8\Cython
copying Cython\Utils.py -> build\lib.win-amd64-3.8\Cython
copying Cython_init_.py -> build\lib.win-amd64-3.8\Cython
creating build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\BuildExecutable.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\Cythonize.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\Dependencies.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\Distutils.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\Inline.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build\IpythonMagic.py -> build\lib.win-amd64-3.8\Cython\Build
copying Cython\Build_init_.py -> build\lib.win-amd64-3.8\Cython\Build
creating build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\AnalysedTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Annotate.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\AutoDocTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Buffer.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Builtin.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\CmdLine.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Code.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\CodeGeneration.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\CythonScope.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\DebugFlags.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Errors.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\ExprNodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\FlowControl.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\FusedNode.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Future.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Interpreter.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Lexicon.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Main.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\MemoryView.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\ModuleNode.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Naming.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Nodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Optimize.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Options.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\ParseTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Parsing.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Pipeline.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\PyrexTypes.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Pythran.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Scanning.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\StringEncoding.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Symtab.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\TreeFragment.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\TreePath.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\TypeInference.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\TypeSlots.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\UtilityCode.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\UtilNodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Version.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Visitor.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler_init_.py -> build\lib.win-amd64-3.8\Cython\Compiler
creating build\lib.win-amd64-3.8\Cython\Runtime
copying Cython\Runtime_init_.py -> build\lib.win-amd64-3.8\Cython\Runtime
creating build\lib.win-amd64-3.8\Cython\Distutils
copying Cython\Distutils\build_ext.py -> build\lib.win-amd64-3.8\Cython\Distutils
copying Cython\Distutils\extension.py -> build\lib.win-amd64-3.8\Cython\Distutils
copying Cython\Distutils\old_build_ext.py -> build\lib.win-amd64-3.8\Cython\Distutils
copying Cython\Distutils_init_.py -> build\lib.win-amd64-3.8\Cython\Distutils
creating build\lib.win-amd64-3.8\Cython\Debugger
copying Cython\Debugger\Cygdb.py -> build\lib.win-amd64-3.8\Cython\Debugger
copying Cython\Debugger\DebugWriter.py -> build\lib.win-amd64-3.8\Cython\Debugger
copying Cython\Debugger\libcython.py -> build\lib.win-amd64-3.8\Cython\Debugger
copying Cython\Debugger\libpython.py -> build\lib.win-amd64-3.8\Cython\Debugger
copying Cython\Debugger_init_.py -> build\lib.win-amd64-3.8\Cython\Debugger
creating build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Debugger\Tests\TestLibCython.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Debugger\Tests\test_libcython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Debugger\Tests\test_libpython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Debugger\Tests_init_.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
creating build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Actions.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\DFA.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Errors.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Lexicons.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Machines.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Regexps.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Scanners.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Timing.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Traditional.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Transitions.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex_init_.py -> build\lib.win-amd64-3.8\Cython\Plex
creating build\lib.win-amd64-3.8\Cython\Tests
copying Cython\Tests\TestCodeWriter.py -> build\lib.win-amd64-3.8\Cython\Tests
copying Cython\Tests\TestJediTyper.py -> build\lib.win-amd64-3.8\Cython\Tests
copying Cython\Tests\TestStringIOTree.py -> build\lib.win-amd64-3.8\Cython\Tests
copying Cython\Tests\xmlrunner.py -> build\lib.win-amd64-3.8\Cython\Tests
copying Cython\Tests_init_.py -> build\lib.win-amd64-3.8\Cython\Tests
creating build\lib.win-amd64-3.8\Cython\Build\Tests
copying Cython\Build\Tests\TestInline.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
copying Cython\Build\Tests\TestIpythonMagic.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
copying Cython\Build\Tests\TestStripLiterals.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
copying Cython\Build\Tests_init_.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
creating build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestBuffer.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestCmdLine.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestFlowControl.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestGrammar.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestMemView.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestParseTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestSignatureMatching.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestTreeFragment.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestTreePath.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestTypes.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestUtilityLoad.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests\TestVisitor.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
copying Cython\Compiler\Tests_init_.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
creating build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility_init_.py -> build\lib.win-amd64-3.8\Cython\Utility
creating build\lib.win-amd64-3.8\Cython\Tempita
copying Cython\Tempita\compat3.py -> build\lib.win-amd64-3.8\Cython\Tempita
copying Cython\Tempita_looper.py -> build\lib.win-amd64-3.8\Cython\Tempita
copying Cython\Tempita_tempita.py -> build\lib.win-amd64-3.8\Cython\Tempita
copying Cython\Tempita_init_.py -> build\lib.win-amd64-3.8\Cython\Tempita
creating build\lib.win-amd64-3.8\pyximport
copying pyximport\pyxbuild.py -> build\lib.win-amd64-3.8\pyximport
copying pyximport\pyximport.py -> build\lib.win-amd64-3.8\pyximport
copying pyximport_init_.py -> build\lib.win-amd64-3.8\pyximport
creating build\lib.win-amd64-3.8\Cython\Includes
copying Cython\Includes\openmp.pxd -> build\lib.win-amd64-3.8\Cython\Includes
creating build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\array.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\bool.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\buffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\bytes.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\cobject.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\datetime.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\dict.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\exc.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\function.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\getargs.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\instance.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\int.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\long.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\longintrepr.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\mapping.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\mem.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\method.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\module.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\number.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\object.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\oldbuffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\pycapsule.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\pystate.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\pythread.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\ref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\sequence.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\slice.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\tuple.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\type.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\unicode.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\version.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython\weakref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
copying Cython\Includes\cpython_init_.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
creating build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python2.5.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_bool.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_buffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_bytes.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_cobject.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_dict.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_exc.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_function.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_getargs.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_instance.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_int.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_long.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_mapping.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_mem.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_method.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_module.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_number.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_object.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_oldbuffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_pycapsule.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_ref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_sequence.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_tuple.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_type.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_unicode.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_version.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\python_weakref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecated\stl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
creating build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\errno.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\limits.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\locale.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\math.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\setjmp.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\signal.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\stddef.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\stdint.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc\time.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
copying Cython\Includes\libc_init_.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
creating build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\algorithm.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\cast.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\deque.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\functional.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\limits.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\map.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\memory.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\pair.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\queue.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\stack.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\typeindex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\typeinfo.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\unordered_map.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\unordered_set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\utility.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp\vector.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
copying Cython\Includes\libcpp_init_.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
creating build\lib.win-amd64-3.8\Cython\Includes\numpy
copying Cython\Includes\numpy\math.pxd -> build\lib.win-amd64-3.8\Cython\Includes\numpy
copying Cython\Includes\numpy_init_.pxd -> build\lib.win-amd64-3.8\Cython\Includes\numpy
creating build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\dlfcn.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\fcntl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\ioctl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\mman.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\resource.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\select.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\signal.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\stat.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\strings.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\time.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\types.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\unistd.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix\wait.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Includes\posix_init_.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix
copying Cython\Compiler\Code.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\FlowControl.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\ParseTreeTransforms.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Parsing.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Scanning.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Compiler\Visitor.pxd -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\Runtime\refnanny.pyx -> build\lib.win-amd64-3.8\Cython\Runtime
copying Cython\Debugger\Tests\codefile -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Debugger\Tests\cfuncs.c -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
copying Cython\Plex\Actions.pxd -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Plex\Scanners.pxd -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\Utility\CConvert.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CpdefEnums.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CppConvert.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\MemoryView.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\TestCythonScope.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\TestCyUtilityLoader.pyx -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\AsyncGen.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Buffer.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Builtins.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Capsule.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CMath.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CommonStructures.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Complex.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Coroutine.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CythonFunction.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Embed.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Exceptions.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\ExtensionTypes.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\FunctionArguments.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\ImportExport.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\MemoryView_C.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\ModuleSetupCode.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\ObjectHandling.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Optimize.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Overflow.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Printing.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\Profile.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\StringTools.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\TestUtilityLoader.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\TypeConversion.c -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\arrayarray.h -> build\lib.win-amd64-3.8\Cython\Utility
copying Cython\Utility\CppSupport.cpp -> build\lib.win-amd64-3.8\Cython\Utility
running build_ext
building 'Cython.Plex.Scanners' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for Cython
Running setup.py clean for Cython
Building wheel for matplotlib (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\matplotlib_f7b27ae28dd845c88c1fbd9cea625e09\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\matplotlib_f7b27ae28dd845c88c1fbd9cea625e09\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\dorey\AppData\Local\Temp\pip-wheel-fw_44bf4'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\matplotlib_f7b27ae28dd845c88c1fbd9cea625e09
Complete output (511 lines):

Edit setup.cfg to change the build options

BUILDING MATPLOTLIB
matplotlib: yes [3.0.3]
python: yes [3.8.8 (default, Feb 24 2021, 15:54:32) [MSC
v.1928 64 bit (AMD64)]]
platform: yes [win32]

REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [version 1.19.2]
install_requires: yes [handled by setuptools]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: yes [Using unknown version found on system.]
png: yes [Using unknown version found on system.]
qhull: yes [pkg-config information for 'libqhull' could not
be found. Using local copy.]

OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: no [skipping due to configuration]
toolkits_tests: no [skipping due to configuration]

OPTIONAL BACKEND EXTENSIONS
agg: yes [installing]
tkagg: yes [installing; run-time loading from Python Tcl /
Tk]
macosx: no [Mac OS-X only]
windowing: yes [installing]

OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]

running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
copying lib\pylab.py -> build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\afm.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\animation.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\artist.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\axis.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\backend_bases.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\backend_managers.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\backend_tools.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\bezier.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\blocking_input.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\category.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\cm.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\collections.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\colorbar.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\colors.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\container.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\contour.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\dates.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\docstring.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\dviread.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\figure.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\fontconfig_pattern.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\font_manager.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\gridspec.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\hatch.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\image.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\legend.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\legend_handler.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\lines.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\markers.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\mathtext.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\mlab.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\offsetbox.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\patches.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\path.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\patheffects.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\pylab.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\pyplot.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\quiver.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\rcsetup.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\sankey.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\scale.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\spines.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\stackplot.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\streamplot.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\table.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\texmanager.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\text.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\textpath.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\ticker.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\tight_bbox.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\tight_layout.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\transforms.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\type1font.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\units.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib\widgets.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_animation_data.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_cm.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_cm_listed.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_color_data.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_constrained_layout.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_layoutbox.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_mathtext_data.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_pylab_helpers.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_version.py -> build\lib.win-amd64-3.8\matplotlib
copying lib\matplotlib_init_.py -> build\lib.win-amd64-3.8\matplotlib
creating build\lib.win-amd64-3.8\matplotlib\axes
copying lib\matplotlib\axes_axes.py -> build\lib.win-amd64-3.8\matplotlib\axes
copying lib\matplotlib\axes_base.py -> build\lib.win-amd64-3.8\matplotlib\axes
copying lib\matplotlib\axes_subplots.py -> build\lib.win-amd64-3.8\matplotlib\axes
copying lib\matplotlib\axes_init_.py -> build\lib.win-amd64-3.8\matplotlib\axes
creating build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_agg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_cairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_gtk3.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_gtk3agg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_gtk3cairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_macosx.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_mixed.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_nbagg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_pdf.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_pgf.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_ps.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt4.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt4agg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt4cairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt5.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt5agg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_qt5cairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_svg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_template.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_tkagg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_tkcairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_webagg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_webagg_core.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_wx.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_wxagg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\backend_wxcairo.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\qt_compat.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\tkagg.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\windowing.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends\wx_compat.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends_backend_tk.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends_gtk3_compat.py -> build\lib.win-amd64-3.8\matplotlib\backends
copying lib\matplotlib\backends_init_.py -> build\lib.win-amd64-3.8\matplotlib\backends
creating build\lib.win-amd64-3.8\matplotlib\cbook
copying lib\matplotlib\cbook\deprecation.py -> build\lib.win-amd64-3.8\matplotlib\cbook
copying lib\matplotlib\cbook_init_.py -> build\lib.win-amd64-3.8\matplotlib\cbook
creating build\lib.win-amd64-3.8\matplotlib\compat
copying lib\matplotlib\compat\subprocess.py -> build\lib.win-amd64-3.8\matplotlib\compat
copying lib\matplotlib\compat_init_.py -> build\lib.win-amd64-3.8\matplotlib\compat
creating build\lib.win-amd64-3.8\matplotlib\projections
copying lib\matplotlib\projections\geo.py -> build\lib.win-amd64-3.8\matplotlib\projections
copying lib\matplotlib\projections\polar.py -> build\lib.win-amd64-3.8\matplotlib\projections
copying lib\matplotlib\projections_init_.py -> build\lib.win-amd64-3.8\matplotlib\projections
creating build\lib.win-amd64-3.8\matplotlib\sphinxext
copying lib\matplotlib\sphinxext\mathmpl.py -> build\lib.win-amd64-3.8\matplotlib\sphinxext
copying lib\matplotlib\sphinxext\plot_directive.py -> build\lib.win-amd64-3.8\matplotlib\sphinxext
copying lib\matplotlib\sphinxext_init_.py -> build\lib.win-amd64-3.8\matplotlib\sphinxext
creating build\lib.win-amd64-3.8\matplotlib\style
copying lib\matplotlib\style\core.py -> build\lib.win-amd64-3.8\matplotlib\style
copying lib\matplotlib\style_init_.py -> build\lib.win-amd64-3.8\matplotlib\style
creating build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\compare.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\conftest.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\decorators.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\determinism.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\disable_internet.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing\exceptions.py -> build\lib.win-amd64-3.8\matplotlib\testing
copying lib\matplotlib\testing_init_.py -> build\lib.win-amd64-3.8\matplotlib\testing
creating build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\triangulation.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\tricontour.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\trifinder.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\triinterpolate.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\tripcolor.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\triplot.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\trirefine.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri\tritools.py -> build\lib.win-amd64-3.8\matplotlib\tri
copying lib\matplotlib\tri_init_.py -> build\lib.win-amd64-3.8\matplotlib\tri
creating build\lib.win-amd64-3.8\matplotlib\backends\qt_editor
copying lib\matplotlib\backends\qt_editor\figureoptions.py -> build\lib.win-amd64-3.8\matplotlib\backends\qt_editor
copying lib\matplotlib\backends\qt_editor\formlayout.py -> build\lib.win-amd64-3.8\matplotlib\backends\qt_editor
copying lib\matplotlib\backends\qt_editor\formsubplottool.py -> build\lib.win-amd64-3.8\matplotlib\backends\qt_editor
copying lib\matplotlib\backends\qt_editor_init_.py -> build\lib.win-amd64-3.8\matplotlib\backends\qt_editor
creating build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\Duration.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\Epoch.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\EpochConverter.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\StrConverter.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\UnitDbl.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\UnitDblConverter.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units\UnitDblFormatter.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
copying lib\matplotlib\testing\jpl_units_init_.py -> build\lib.win-amd64-3.8\matplotlib\testing\jpl_units
creating build\lib.win-amd64-3.8\mpl_toolkits
copying lib\mpl_toolkits_init_.py -> build\lib.win-amd64-3.8\mpl_toolkits
creating build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
copying lib\mpl_toolkits\mplot3d\art3d.py -> build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
copying lib\mpl_toolkits\mplot3d\axes3d.py -> build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
copying lib\mpl_toolkits\mplot3d\axis3d.py -> build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
copying lib\mpl_toolkits\mplot3d\proj3d.py -> build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
copying lib\mpl_toolkits\mplot3d_init_.py -> build\lib.win-amd64-3.8\mpl_toolkits\mplot3d
creating build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\anchored_artists.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\angle_helper.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axes_divider.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axes_grid.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axes_rgb.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axes_size.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axislines.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axisline_style.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\axis_artist.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\clip_path.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\colorbar.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\floating_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\grid_finder.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\grid_helper_curvelinear.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\inset_locator.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid\parasite_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
copying lib\mpl_toolkits\axes_grid_init_.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid
creating build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\anchored_artists.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\axes_divider.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\axes_grid.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\axes_rgb.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\axes_size.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\colorbar.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\inset_locator.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\mpl_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1\parasite_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
copying lib\mpl_toolkits\axes_grid1_init_.py -> build\lib.win-amd64-3.8\mpl_toolkits\axes_grid1
creating build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\angle_helper.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axes_divider.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axes_grid.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axes_rgb.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axislines.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axisline_style.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\axis_artist.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\clip_path.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\floating_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\grid_finder.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\grid_helper_curvelinear.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist\parasite_axes.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
copying lib\mpl_toolkits\axisartist_init_.py -> build\lib.win-amd64-3.8\mpl_toolkits\axisartist
creating build\lib.win-amd64-3.8\matplotlib\mpl-data
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\subplots_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\stylelib\seaborn-whitegrid.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\images\hand.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\LICENSE_DEJAVU -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\help.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\bmh.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizTwoSymReg.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.structure.min.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_777777_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\images\home.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\ptmbi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_cc0000_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\images\subplots.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\sample_data\percent_bachelors_degrees_women_usa.csv -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\afm\phvr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\sample_data\demodata.csv -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\forward.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\seaborn-ticks.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\stylelib\seaborn-talk.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneral.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\hand.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\hand.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Courier-BoldOblique.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\css
copying lib\matplotlib\backends\web_backend\css\boilerplate.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\css
copying lib\matplotlib\mpl-data\sample_data\README.txt -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\stylelib\fast.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizTwoSymBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\subplots_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Helvetica-BoldOblique.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\images\subplots.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Times-Italic.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\stylelib\seaborn-pastel.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\stylelib\grayscale.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\pplri8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\help.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\hand.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSansMono-BoldOblique.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.min.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\stylelib_classic_test.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_444444_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\fonts\afm\phvr8an.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\ipython_inline_figure.html -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend
copying lib\matplotlib\mpl-data\images\forward_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\back_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pplr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\phvro8an.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\stylelib\seaborn-deep.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\images\help_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSans.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\pzcmi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_555555_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\images\help.ppm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pplbi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\package.json -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizFiveSymReg.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\sample_data\eeg.dat -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\sample_data\logo2.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\zoom_to_rect_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_ffffff_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\sample_data\None_vs_nearest-pdf.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery\js
copying lib\matplotlib\backends\web_backend\jquery\js\jquery-1.11.3.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery\js
copying lib\matplotlib\mpl-data\images\hand_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pncr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\pbkl8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Helvetica-Oblique.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.min.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\ttf\cmex10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Courier-Oblique.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\images\filesave.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\move.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\all_figures.html -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend
copying lib\matplotlib\backends\web_backend\nbagg_uat.ipynb -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend
copying lib\matplotlib\mpl-data\images\help_large.ppm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\qt4_editor_options_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\subplots.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\cmtt10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneralItalic.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\sample_data\goog.npz -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSans-Bold.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\pbkd8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\stylelib\seaborn-dark.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\sample_data\ct.raw.gz -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\afm\putr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSerif-Italic.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\qt4_editor_options.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\css\fbm.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\css
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSans-Oblique.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\back.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\phvb8an.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\forward.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\home.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSansMono-Oblique.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\seaborn-paper.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.structure.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\images\home_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\putri8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\sample_data\aapl.npz -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizFourSymBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizOneSymReg.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\seaborn-white.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\pcrro8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\cmsy10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\forward.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\zoom_to_rect.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSansMono-Bold.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\backends\web_backend\css\page.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\css
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Times-BoldItalic.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\sample_data\membrane.dat -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSerif-BoldItalic.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\tableau-colorblind10.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\phvl8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\stylelib\seaborn-notebook.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\cmmi10.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\cmmi10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\pplb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\cmr10.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Helvetica-Bold.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\sample_data\msft.csv -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\filesave.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\seaborn-muted.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Times-Bold.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\images\matplotlib.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSansDisplay.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\phvro8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\ptmri8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\qt4_editor_options.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\forward.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\filesave.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\zoom_to_rect.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\seaborn.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\external
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\external\jquery
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\external\jquery\jquery.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\external\jquery
copying lib\matplotlib\mpl-data\images\matplotlib.ppm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\help.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\STIXNonUniBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\sample_data\Minduka_Present_Blue_Pack.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\back.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\ZapfDingbats.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\afm\pcrr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\matplotlibrc -> build\lib.win-amd64-3.8\matplotlib\mpl-data
copying lib\matplotlib\mpl-data\images\subplots.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Helvetica.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\afm\pncb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\STIXNonUniBolIta.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\filesave.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\sample_data\grace_hopper.jpg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\stylelib\seaborn-dark-palette.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
creating build\lib.win-amd64-3.8\matplotlib\backends\web_backend\js
copying lib\matplotlib\backends\web_backend\js\nbagg_mpl.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\js
copying lib\matplotlib\mpl-data\stylelib\seaborn-bright.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\index.html -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSans-BoldOblique.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\ggplot.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\stylelib\classic.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\images\move.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSerifDisplay.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\move.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\phvbo8an.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\zoom_to_rect.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\Solarize_Light2.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Courier-Bold.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\afm\phvlo8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\ptmr8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\cmss10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizThreeSymReg.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\dark_background.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\pagd8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneralBolIta.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\pncbi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\back.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pagdo8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\STIXNonUni.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\afm\pbkli8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\zoom_to_rect.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pbkdi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\pncri8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\sample_data\ada.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\ttf\LICENSE_STIX -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\matplotlib.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\cmr10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\move_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\filesave_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\stylelib\seaborn-darkgrid.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.theme.min.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Times-Roman.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\afm\ptmb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizFourSymReg.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\home.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSerif.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\sample_data\jacksboro_fault_dem.npz -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\filesave_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\cmsy10.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\pcrb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\cmb10.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\forward_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\images\ui-icons_777620_256x240.png -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1\images
copying lib\matplotlib\mpl-data\images\qt4_editor_options.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\home_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pagko8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\js\mpl_tornado.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\js
copying lib\matplotlib\mpl-data\fonts\afm\pcrbo8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\zoom_to_rect_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\local.conf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\stylelib\fivethirtyeight.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\stylelib\seaborn-colorblind.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\fonts\afm\cmtt10.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\backends\web_backend\jquery\js\jquery-1.11.3.min.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery\js
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\LICENSE.txt -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
creating build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data\axes_grid
copying lib\matplotlib\mpl-data\sample_data\axes_grid\bivariate_normal.npy -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data\axes_grid
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Symbol.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizThreeSymBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\back_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\afm\pzdr.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\putb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\matplotlib_large.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\ttf\STIXNonUniIta.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\STIXGeneralBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\sample_data\s1045.ima.gz -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\images\move_large.gif -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\Courier.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\backends\web_backend\js\mpl.js -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\js
copying lib\matplotlib\mpl-data\fonts\afm\putbi8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSerif-Bold.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\images\back.pdf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\images\matplotlib.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\sample_data\data_x_x2_x3.csv -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\stylelib\seaborn-poster.mplstyle -> build\lib.win-amd64-3.8\matplotlib\mpl-data\stylelib
copying lib\matplotlib\mpl-data\sample_data\embedding_in_wx3.xrc -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\afm\cmex10.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\phvb8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\fonts\afm\phvbo8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\sample_data\grace_hopper.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\sample_data
copying lib\matplotlib\mpl-data\fonts\afm\pagk8a.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\home.svg -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\AUTHORS.txt -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\mpl-data\fonts\afm\psyr.afm -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\afm
copying lib\matplotlib\mpl-data\images\move.png -> build\lib.win-amd64-3.8\matplotlib\mpl-data\images
copying lib\matplotlib\mpl-data\fonts\pdfcorefonts\readme.txt -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\pdfcorefonts
copying lib\matplotlib\mpl-data\fonts\ttf\STIXSizOneSymBol.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\mpl-data\fonts\ttf\DejaVuSansMono.ttf -> build\lib.win-amd64-3.8\matplotlib\mpl-data\fonts\ttf
copying lib\matplotlib\backends\web_backend\jquery-ui-1.12.1\jquery-ui.theme.css -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend\jquery-ui-1.12.1
copying lib\matplotlib\backends\web_backend\single_figure.html -> build\lib.win-amd64-3.8\matplotlib\backends\web_backend
UPDATING build\lib.win-amd64-3.8\matplotlib_version.py
set build\lib.win-amd64-3.8\matplotlib_version.py to '3.0.3'
running build_ext
building 'matplotlib.ft2font' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for matplotlib
Running setup.py clean for matplotlib
Building wheel for numpy (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\dorey\AppData\Local\Temp\pip-wheel-zutgskt6'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed
Complete output (288 lines):
Running from numpy source directory.
C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
return is_string(s) and ('*' in s or '?' is s)
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

blis_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blis not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

openblas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

atlas_3_10_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

atlas_blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

accelerate_info:
NOT AVAILABLE

C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\system_info.py:638: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries blas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\system_info.py:638: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE

C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\system_info.py:638: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE

'svnversion' n'est pas reconnu en tant que commande interne
ou externe, un programme ex‚cutable ou un fichier de commandes.
non-existing path in 'numpy\distutils': 'site.cfg'
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

openblas_lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

openblas_clapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries openblas,lapack not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries tatlas,tatlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE

atlas_3_10_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries satlas,satlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries ptf77blas,ptcblas,atlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE

atlas_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\dorey.conda\envs\autolens\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\Users\dorey.conda\envs\autolens\libs
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries f77blas,cblas,atlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE

lapack_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries lapack not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\system_info.py:638: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE

C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\numpy\distutils\system_info.py:638: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE

C:\Users\dorey.conda\envs\autolens\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building py_modules sources
creating build
creating build\src.win-amd64-3.8
creating build\src.win-amd64-3.8\numpy
creating build\src.win-amd64-3.8\numpy\distutils
building library "npymath" sources
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for numpy
Running setup.py clean for numpy
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' clean --all
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\numpy_bfa94a6a080849f1891c69c240f2e8ed
Complete output (10 lines):
Running from numpy source directory.

setup.py clean is not supported, use one of the following instead:

- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
                    files that aren't checked into the git repo)

Add --force to your command to use it anyway if you must (unsupported).


ERROR: Failed cleaning build dir for numpy
Building wheel for scikit-image (PEP 517) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' 'C:\Users\dorey.conda\envs\autolens\lib\site-packages\pip_vendor\pep517_in_process.py' build_wheel 'C:\Users\dorey\AppData\Local\Temp\tmp2ya6tk0g'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scikit-image_3055ec21126847acbed2c11fae4190f5
Complete output (456 lines):
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "skimage.shared.geometry" sources
building extension "skimage.shared.transform" sources
building extension "skimage.shared.interpolation" sources
building extension "skimage.draw.draw" sources
building extension "skimage.feature.corner_cy" sources
building extension "skimage.feature.censure_cy" sources
building extension "skimage.feature.orb_cy" sources
building extension "skimage.feature.brief_cy" sources
building extension "skimage.feature.texture" sources
building extension "skimage.feature.hessian_det_appx" sources
building extension "skimage.feature.hoghistogram" sources
building extension "skimage.feature.haar" sources
building extension "skimage.restoration.unwrap_1d" sources
building extension "skimage.restoration.unwrap_2d" sources
building extension "skimage.restoration.unwrap_3d" sources
building extension "skimage.restoration.denoise_cy" sources
building extension "skimage.restoration.nl_means_denoising" sources
building extension "skimage.filters.ctmf" sources
building extension "skimage.filters.rank.core_cy" sources
building extension "skimage.filters.rank.generic_cy" sources
building extension "skimage.filters.rank.percentile_cy" sources
building extension "skimage.filters.rank.bilateral_cy" sources
building extension "skimage.future.graph.ncut_cy" sources
building extension "skimage.graph.spath" sources
building extension "skimage.graph.mcp" sources
building extension "skimage.graph.heap" sources
building extension "skimage.io.plugins.colormixer" sources
building extension "skimage.io.plugins.histograms" sources
building extension "skimage.measure.ccomp" sources
building extension "skimage.measure.find_contours_cy" sources
building extension "skimage.measure.moments_cy" sources
building extension "skimage.measure.marching_cubes_classic_cy" sources
building extension "skimage.measure.marching_cubes_lewiner_cy" sources
building extension "skimage.measure.pnpoly" sources
building extension "skimage.morphology.watershed" sources
building extension "skimage.morphology.skeletonize_cy" sources
building extension "skimage.morphology.convex_hull" sources
building extension "skimage.morphology.greyreconstruct" sources
building extension "skimage.morphology.skeletonize_3d_cy" sources
building extension "skimage.morphology.extrema_cy" sources
building extension "skimage.transform.hough_transform" sources
building extension "skimage.transform.warps_cy" sources
building extension "skimage.transform.radon_transform" sources
building extension "skimage.transform.seam_carving" sources
building extension "skimage.segmentation.felzenszwalb_cy" sources
building extension "skimage.segmentation.quickshift_cy" sources
building extension "skimage.segmentation.slic" sources
building extension "skimage.external.tifffile.tifffile" sources
building data_files sources
build_src: building npy-pkg config files
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\skimage
copying skimage\setup.py -> build\lib.win-amd64-3.8\skimage
copying skimage_build.py -> build\lib.win-amd64-3.8\skimage
copying skimage_init
.py -> build\lib.win-amd64-3.8\skimage
creating build\lib.win-amd64-3.8\skimage\color
copying skimage\color\adapt_rgb.py -> build\lib.win-amd64-3.8\skimage\color
copying skimage\color\colorconv.py -> build\lib.win-amd64-3.8\skimage\color
copying skimage\color\colorlabel.py -> build\lib.win-amd64-3.8\skimage\color
copying skimage\color\delta_e.py -> build\lib.win-amd64-3.8\skimage\color
copying skimage\color\rgb_colors.py -> build\lib.win-amd64-3.8\skimage\color
copying skimage\color_init
.py -> build\lib.win-amd64-3.8\skimage\color
creating build\lib.win-amd64-3.8\skimage\data
copying skimage\data_binary_blobs.py -> build\lib.win-amd64-3.8\skimage\data
copying skimage\data_init
.py -> build\lib.win-amd64-3.8\skimage\data
creating build\lib.win-amd64-3.8\skimage\draw
copying skimage\draw\draw.py -> build\lib.win-amd64-3.8\skimage\draw
copying skimage\draw\draw3d.py -> build\lib.win-amd64-3.8\skimage\draw
copying skimage\draw\setup.py -> build\lib.win-amd64-3.8\skimage\draw
copying skimage\draw_random_shapes.py -> build\lib.win-amd64-3.8\skimage\draw
copying skimage\draw_init
.py -> build\lib.win-amd64-3.8\skimage\draw
creating build\lib.win-amd64-3.8\skimage\exposure
copying skimage\exposure\exposure.py -> build\lib.win-amd64-3.8\skimage\exposure
copying skimage\exposure\setup.py -> build\lib.win-amd64-3.8\skimage\exposure
copying skimage\exposure_adapthist.py -> build\lib.win-amd64-3.8\skimage\exposure
copying skimage\exposure_init
.py -> build\lib.win-amd64-3.8\skimage\exposure
creating build\lib.win-amd64-3.8\skimage\external
copying skimage\external\setup.py -> build\lib.win-amd64-3.8\skimage\external
copying skimage\external\test_tifffile.py -> build\lib.win-amd64-3.8\skimage\external
copying skimage\external_init
.py -> build\lib.win-amd64-3.8\skimage\external
creating build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\blob.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\brief.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\censure.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\corner.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\haar.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\match.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\orb.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\peak.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\register_translation.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\setup.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\template.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\texture.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature\util.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature_canny.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature_daisy.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature_hog.py -> build\lib.win-amd64-3.8\skimage\feature
copying skimage\feature_init
.py -> build\lib.win-amd64-3.8\skimage\feature
creating build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters\edges.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters\lpi_filter.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters\setup.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters\thresholding.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters_frangi.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters_gabor.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters_gaussian.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters_rank_order.py -> build\lib.win-amd64-3.8\skimage\filters
copying skimage\filters_init
.py -> build\lib.win-amd64-3.8\skimage\filters
creating build\lib.win-amd64-3.8\skimage\future
copying skimage\future\manual_segmentation.py -> build\lib.win-amd64-3.8\skimage\future
copying skimage\future\setup.py -> build\lib.win-amd64-3.8\skimage\future
copying skimage\future_init
.py -> build\lib.win-amd64-3.8\skimage\future
creating build\lib.win-amd64-3.8\skimage\graph
copying skimage\graph\mcp.py -> build\lib.win-amd64-3.8\skimage\graph
copying skimage\graph\setup.py -> build\lib.win-amd64-3.8\skimage\graph
copying skimage\graph\spath.py -> build\lib.win-amd64-3.8\skimage\graph
copying skimage\graph_init
.py -> build\lib.win-amd64-3.8\skimage\graph
creating build\lib.win-amd64-3.8\skimage\io
copying skimage\io\collection.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io\manage_plugins.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io\setup.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io\sift.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io\util.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io_image_stack.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io_io.py -> build\lib.win-amd64-3.8\skimage\io
copying skimage\io_init
.py -> build\lib.win-amd64-3.8\skimage\io
creating build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\block.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\entropy.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\fit.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\pnpoly.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\profile.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\setup.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure\simple_metrics.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_find_contours.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_label.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_marching_cubes_classic.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_marching_cubes_lewiner.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_marching_cubes_lewiner_luts.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_moments.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_polygon.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_regionprops.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_structural_similarity.py -> build\lib.win-amd64-3.8\skimage\measure
copying skimage\measure_init
.py -> build\lib.win-amd64-3.8\skimage\measure
creating build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\binary.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\convex_hull.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\extrema.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\grey.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\greyreconstruct.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\misc.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\selem.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\setup.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology\watershed.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology_skeletonize.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology_skeletonize_3d.py -> build\lib.win-amd64-3.8\skimage\morphology
copying skimage\morphology_init
.py -> build\lib.win-amd64-3.8\skimage\morphology
creating build\lib.win-amd64-3.8\skimage\novice
copying skimage\novice_novice.py -> build\lib.win-amd64-3.8\skimage\novice
copying skimage\novice_init
.py -> build\lib.win-amd64-3.8\skimage\novice
creating build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\deconvolution.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\inpaint.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\non_local_means.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\setup.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\uft.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration\unwrap.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration_cycle_spin.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration_denoise.py -> build\lib.win-amd64-3.8\skimage\restoration
copying skimage\restoration_init
.py -> build\lib.win-amd64-3.8\skimage\restoration
creating build\lib.win-amd64-3.8\skimage\scripts
copying skimage\scripts\skivi.py -> build\lib.win-amd64-3.8\skimage\scripts
copying skimage\scripts_init
.py -> build\lib.win-amd64-3.8\skimage\scripts
creating build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\active_contour_model.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\boundaries.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\morphsnakes.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\random_walker_segmentation.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\setup.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation\slic_superpixels.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_chan_vese.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_clear_border.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_felzenszwalb.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_join.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_quickshift.py -> build\lib.win-amd64-3.8\skimage\segmentation
copying skimage\segmentation_init
.py -> build\lib.win-amd64-3.8\skimage\segmentation
creating build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\finite_radon_transform.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\hough_transform.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\integral.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\pyramids.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\radon_transform.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\seam_carving.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform\setup.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform_geometric.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform_warps.py -> build\lib.win-amd64-3.8\skimage\transform
copying skimage\transform_init
.py -> build\lib.win-amd64-3.8\skimage\transform
creating build\lib.win-amd64-3.8\skimage\util
copying skimage\util\apply_parallel.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\arraycrop.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\colormap.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\dtype.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\lookfor.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\noise.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\shape.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util\unique.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util_invert.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util_montage.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util_regular_grid.py -> build\lib.win-amd64-3.8\skimage\util
copying skimage\util_init
.py -> build\lib.win-amd64-3.8\skimage\util
creating build\lib.win-amd64-3.8\skimage\viewer
copying skimage\viewer\qt.py -> build\lib.win-amd64-3.8\skimage\viewer
copying skimage\viewer_init
.py -> build\lib.win-amd64-3.8\skimage\viewer
creating build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared\setup.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared\testing.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared\utils.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared\version_requirements.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared_geometry.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared_tempfile.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared_warnings.py -> build\lib.win-amd64-3.8\skimage_shared
copying skimage_shared_init
.py -> build\lib.win-amd64-3.8\skimage_shared
creating build\lib.win-amd64-3.8\skimage\color\tests
copying skimage\color\tests\test_adapt_rgb.py -> build\lib.win-amd64-3.8\skimage\color\tests
copying skimage\color\tests\test_colorconv.py -> build\lib.win-amd64-3.8\skimage\color\tests
copying skimage\color\tests\test_colorlabel.py -> build\lib.win-amd64-3.8\skimage\color\tests
copying skimage\color\tests\test_delta_e.py -> build\lib.win-amd64-3.8\skimage\color\tests
copying skimage\color\tests_init
.py -> build\lib.win-amd64-3.8\skimage\color\tests
creating build\lib.win-amd64-3.8\skimage\data\tests
copying skimage\data\tests\test_data.py -> build\lib.win-amd64-3.8\skimage\data\tests
copying skimage\data\tests_init
.py -> build\lib.win-amd64-3.8\skimage\data\tests
creating build\lib.win-amd64-3.8\skimage\draw\tests
copying skimage\draw\tests\test_draw.py -> build\lib.win-amd64-3.8\skimage\draw\tests
copying skimage\draw\tests\test_draw3d.py -> build\lib.win-amd64-3.8\skimage\draw\tests
copying skimage\draw\tests\test_random_shapes.py -> build\lib.win-amd64-3.8\skimage\draw\tests
copying skimage\draw\tests_init
.py -> build\lib.win-amd64-3.8\skimage\draw\tests
creating build\lib.win-amd64-3.8\skimage\exposure\tests
copying skimage\exposure\tests\test_exposure.py -> build\lib.win-amd64-3.8\skimage\exposure\tests
copying skimage\exposure\tests_init
.py -> build\lib.win-amd64-3.8\skimage\exposure\tests
creating build\lib.win-amd64-3.8\skimage\external\tifffile
copying skimage\external\tifffile\tifffile.py -> build\lib.win-amd64-3.8\skimage\external\tifffile
copying skimage\external\tifffile_init
.py -> build\lib.win-amd64-3.8\skimage\external\tifffile
creating build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_blob.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_brief.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_canny.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_censure.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_corner.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_daisy.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_haar.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_hog.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_match.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_orb.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_peak.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_register_translation.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_template.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_texture.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests\test_util.py -> build\lib.win-amd64-3.8\skimage\feature\tests
copying skimage\feature\tests_init
.py -> build\lib.win-amd64-3.8\skimage\feature\tests
creating build\lib.win-amd64-3.8\skimage\filters\rank
copying skimage\filters\rank\bilateral.py -> build\lib.win-amd64-3.8\skimage\filters\rank
copying skimage\filters\rank\generic.py -> build\lib.win-amd64-3.8\skimage\filters\rank
copying skimage\filters\rank_percentile.py -> build\lib.win-amd64-3.8\skimage\filters\rank
copying skimage\filters\rank_init
.py -> build\lib.win-amd64-3.8\skimage\filters\rank
creating build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_edges.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_frangi.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_gabor.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_gaussian.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_lpi_filter.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_median.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests\test_thresholding.py -> build\lib.win-amd64-3.8\skimage\filters\tests
copying skimage\filters\tests_init
.py -> build\lib.win-amd64-3.8\skimage\filters\tests
creating build\lib.win-amd64-3.8\skimage\filters\rank\tests
copying skimage\filters\rank\tests\test_rank.py -> build\lib.win-amd64-3.8\skimage\filters\rank\tests
copying skimage\filters\rank\tests_init
.py -> build\lib.win-amd64-3.8\skimage\filters\rank\tests
creating build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph\graph_cut.py -> build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph\graph_merge.py -> build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph\rag.py -> build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph\setup.py -> build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph_ncut.py -> build\lib.win-amd64-3.8\skimage\future\graph
copying skimage\future\graph_init
.py -> build\lib.win-amd64-3.8\skimage\future\graph
creating build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_anisotropy.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_connect.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_flexible.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_heap.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_mcp.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests\test_spath.py -> build\lib.win-amd64-3.8\skimage\graph\tests
copying skimage\graph\tests_init
.py -> build\lib.win-amd64-3.8\skimage\graph\tests
creating build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_collection.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_colormixer.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_fits.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_histograms.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_imageio.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_imread.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_io.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_mpl_imshow.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_multi_image.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_pil.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_plugin.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_plugin_util.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_sift.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_simpleitk.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests\test_tifffile.py -> build\lib.win-amd64-3.8\skimage\io\tests
copying skimage\io\tests_init
.py -> build\lib.win-amd64-3.8\skimage\io\tests
creating build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\fits_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\gdal_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\gtk_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\imageio_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\imread_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\matplotlib_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\pil_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\qt_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\q_color_mixer.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\q_histogram.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\simpleitk_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\skivi.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\tifffile_plugin.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins\util.py -> build\lib.win-amd64-3.8\skimage\io_plugins
copying skimage\io_plugins_init
.py -> build\lib.win-amd64-3.8\skimage\io_plugins
creating build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_block.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_entropy.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_find_contours.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_fit.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_marching_cubes.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_moments.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_pnpoly.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_polygon.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_profile.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_regionprops.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_simple_metrics.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests\test_structural_similarity.py -> build\lib.win-amd64-3.8\skimage\measure\tests
copying skimage\measure\tests_init
.py -> build\lib.win-amd64-3.8\skimage\measure\tests
creating build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_binary.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_ccomp.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_convex_hull.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_extrema.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_grey.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_misc.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_reconstruction.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_selem.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_skeletonize.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_skeletonize_3d.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests\test_watershed.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
copying skimage\morphology\tests_init
.py -> build\lib.win-amd64-3.8\skimage\morphology\tests
creating build\lib.win-amd64-3.8\skimage\novice\tests
copying skimage\novice\tests\test_novice.py -> build\lib.win-amd64-3.8\skimage\novice\tests
copying skimage\novice\tests_init
.py -> build\lib.win-amd64-3.8\skimage\novice\tests
creating build\lib.win-amd64-3.8\skimage\restoration\tests
copying skimage\restoration\tests\test_denoise.py -> build\lib.win-amd64-3.8\skimage\restoration\tests
copying skimage\restoration\tests\test_inpaint.py -> build\lib.win-amd64-3.8\skimage\restoration\tests
copying skimage\restoration\tests\test_restoration.py -> build\lib.win-amd64-3.8\skimage\restoration\tests
copying skimage\restoration\tests\test_unwrap.py -> build\lib.win-amd64-3.8\skimage\restoration\tests
copying skimage\restoration\tests_init
.py -> build\lib.win-amd64-3.8\skimage\restoration\tests
creating build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_active_contour_model.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_boundaries.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_chan_vese.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_clear_border.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_felzenszwalb.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_join.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_morphsnakes.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_quickshift.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_random_walker.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests\test_slic.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
copying skimage\segmentation\tests_init
.py -> build\lib.win-amd64-3.8\skimage\segmentation\tests
creating build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_finite_radon_transform.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_geometric.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_hough_transform.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_integral.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_pyramids.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_radon_transform.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_seam_carving.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests\test_warps.py -> build\lib.win-amd64-3.8\skimage\transform\tests
copying skimage\transform\tests_init
.py -> build\lib.win-amd64-3.8\skimage\transform\tests
creating build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_apply_parallel.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_arraycrop.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_arraypad.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_dtype.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_invert.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_montage.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_random_noise.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_regular_grid.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_shape.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests\test_unique_rows.py -> build\lib.win-amd64-3.8\skimage\util\tests
copying skimage\util\tests_init
.py -> build\lib.win-amd64-3.8\skimage\util\tests
creating build\lib.win-amd64-3.8\skimage\viewer\canvastools
copying skimage\viewer\canvastools\base.py -> build\lib.win-amd64-3.8\skimage\viewer\canvastools
copying skimage\viewer\canvastools\linetool.py -> build\lib.win-amd64-3.8\skimage\viewer\canvastools
copying skimage\viewer\canvastools\painttool.py -> build\lib.win-amd64-3.8\skimage\viewer\canvastools
copying skimage\viewer\canvastools\recttool.py -> build\lib.win-amd64-3.8\skimage\viewer\canvastools
copying skimage\viewer\canvastools_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\canvastools
creating build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\base.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\canny.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\color_histogram.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\crop.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\labelplugin.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\lineprofile.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\measure.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\overlayplugin.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins\plotplugin.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
copying skimage\viewer\plugins_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\plugins
creating build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests\test_plugins.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests\test_tools.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests\test_utils.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests\test_viewer.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests\test_widgets.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
copying skimage\viewer\tests_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\tests
creating build\lib.win-amd64-3.8\skimage\viewer\utils
copying skimage\viewer\utils\canvas.py -> build\lib.win-amd64-3.8\skimage\viewer\utils
copying skimage\viewer\utils\core.py -> build\lib.win-amd64-3.8\skimage\viewer\utils
copying skimage\viewer\utils\dialogs.py -> build\lib.win-amd64-3.8\skimage\viewer\utils
copying skimage\viewer\utils_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\utils
creating build\lib.win-amd64-3.8\skimage\viewer\viewers
copying skimage\viewer\viewers\core.py -> build\lib.win-amd64-3.8\skimage\viewer\viewers
copying skimage\viewer\viewers_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\viewers
creating build\lib.win-amd64-3.8\skimage\viewer\widgets
copying skimage\viewer\widgets\core.py -> build\lib.win-amd64-3.8\skimage\viewer\widgets
copying skimage\viewer\widgets\history.py -> build\lib.win-amd64-3.8\skimage\viewer\widgets
copying skimage\viewer\widgets_init_.py -> build\lib.win-amd64-3.8\skimage\viewer\widgets
creating build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_geometry.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_interpolation.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_safe_as_int.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_testing.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_utils.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests\test_version_requirements.py -> build\lib.win-amd64-3.8\skimage_shared\tests
copying skimage_shared\tests_init_.py -> build\lib.win-amd64-3.8\skimage_shared\tests
running build_ext
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
customize MSVCCompiler using build_ext
CCompilerOpt.cc_test_flags[999] : testing flags (/O2)
Partial import of skimage during the build process.
CCompilerOpt._cache_write[796] : write cache to path -> C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scikit-image_3055ec21126847acbed2c11fae4190f5\build\temp.win-amd64-3.8\Release\ccompiler_opt_cache_ext.py
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for scikit-image
Building wheel for scipy (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\dorey\AppData\Local\Temp\pip-wheel-_81i4g0g'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602
Complete output (132 lines):
C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Running from scipy source directory.
lapack_opt_info:
lapack_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['C:/Users/dorey/.conda/envs/autolens\Library\lib']
NOT AVAILABLE

openblas_lapack_info:
libraries openblas not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Could not locate executable DF
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize G95FCompiler
Could not locate executable g95
customize IntelEM64VisualFCompiler
customize IntelEM64TFCompiler
Could not locate executable efort
Could not locate executable efc
customize PGroupFlangCompiler
Could not locate executable flang
don't know how to compile Fortran code on platform 'nt'
NOT AVAILABLE

openblas_clapack_info:
libraries openblas,lapack not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

flame_info:
libraries flame not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries tatlas,tatlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries lapack_atlas not found in C:
libraries tatlas,tatlas not found in C:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries tatlas,tatlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
libraries tatlas,tatlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE

atlas_3_10_info:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries satlas,satlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries lapack_atlas not found in C:
libraries satlas,satlas not found in C:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries satlas,satlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
libraries satlas,satlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries ptf77blas,ptcblas,atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries lapack_atlas not found in C:
libraries ptf77blas,ptcblas,atlas not found in C:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries ptf77blas,ptcblas,atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
libraries ptf77blas,ptcblas,atlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE

atlas_info:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries f77blas,cblas,atlas not found in C:\Users\dorey.conda\envs\autolens\lib
libraries lapack_atlas not found in C:
libraries f77blas,cblas,atlas not found in C:
libraries lapack_atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries f77blas,cblas,atlas not found in C:\Users\dorey.conda\envs\autolens\libs
libraries lapack_atlas not found in C:\ProgramData\Anaconda3\Library\lib
libraries f77blas,cblas,atlas not found in C:\ProgramData\Anaconda3\Library\lib
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE

accelerate_info:
NOT AVAILABLE

lapack_info:
libraries lapack not found in ['C:\Users\dorey\.conda\envs\autolens\lib', 'C:\', 'C:\Users\dorey\.conda\envs\autolens\libs', 'C:\ProgramData\Anaconda3\Library\lib']
NOT AVAILABLE

C:\Users\dorey.conda\envs\autolens\lib\site-packages\numpy\distutils\system_info.py:1748: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, 'calc_info{}'.format(name))()
lapack_src_info:
NOT AVAILABLE

C:\Users\dorey.conda\envs\autolens\lib\site-packages\numpy\distutils\system_info.py:1748: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, 'calc_info{}'.format(name))()
NOT AVAILABLE

Traceback (most recent call last):
File "", line 1, in
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py", line 492, in
setup_package()
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py", line 488, in setup_package
setup(**metadata)
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\numpy\distutils\core.py", line 135, in setup
config = configuration()
File "C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py", line 395, in configuration
raise NotFoundError(msg)
numpy.distutils.system_info.NotFoundError: No lapack/blas resources found.

ERROR: Failed building wheel for scipy
Running setup.py clean for scipy
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' clean --all
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602
Complete output (11 lines):
C:\Users\dorey\AppData\Local\Temp\pip-install-arggwlsz\scipy_8e2d3df306664a32a604a7d17c8e1602\setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp

setup.py clean is not supported, use one of the following instead:

- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
                    files that aren't checked into the git repo)

Add --force to your command to use it anyway if you must (unsupported).


ERROR: Failed cleaning build dir for scipy
Failed to build Cython matplotlib numpy scikit-image scipy
ERROR: Could not build wheels for scikit-image which use PEP 517 and cannot be installed directly

(autolens) C:\Users\dorey>pip show autolens

WARNING: Package(s) not found: autolens

(autolens) C:\Users\dorey>python
Python 3.8.8 (default, Feb 24 2021, 15:54:32) [MSC v.1928 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.

import autolens
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'autolens'
`

I get this (sorry I didn't know what you wanted exacty so I pasted everything, and I have no idea how to frmat it properly).

What operating system are you on?

And can you try the following:

pip install pyquad==0.7.0
pip install autolens --ignore-installed pyquad

Ah, you're on Windows. We are a bit less mature with installations on Windows so no surprise there are issues!

I think I know the problem and think the above commands should fix it, or help us progress :).

Copy and paste me the text after each command please!

Yes I'm on windows

There you go :)

`
(base) C:\Users\dorey>conda activate autolens

(autolens) C:\Users\dorey>pip install pyquad==0.7.0
Collecting pyquad==0.7.0
Using cached pyquad-0.7.0-cp38-cp38-win_amd64.whl (126 kB)
Requirement already satisfied: numba in c:\users\dorey.conda\envs\autolens\lib\site-packages (from pyquad==0.7.0) (0.53.1)
Collecting cython
Using cached Cython-0.29.22-cp38-cp38-win_amd64.whl (1.7 MB)
Requirement already satisfied: numpy in c:\users\dorey.conda\envs\autolens\lib\site-packages (from pyquad==0.7.0) (1.19.2)
Requirement already satisfied: llvmlite<0.37,>=0.36.0rc1 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from numba->pyquad==0.7.0) (0.36.0)
Requirement already satisfied: setuptools in c:\users\dorey.conda\envs\autolens\lib\site-packages (from numba->pyquad==0.7.0) (52.0.0.post20210125)
Installing collected packages: cython, pyquad
Successfully installed cython-0.29.22 pyquad-0.7.0

(autolens) C:\Users\dorey> pip install autolens --ignore-installed pyquad
Collecting autolens
Using cached autolens-1.14.0-py3-none-any.whl (174 kB)
Collecting pyquad
Using cached pyquad-0.7.0-cp38-cp38-win_amd64.whl (126 kB)
Collecting pyprojroot==0.2.0
Using cached pyprojroot-0.2.0-py3-none-any.whl (5.2 kB)
Collecting autogalaxy==0.19.0
Using cached autogalaxy-0.19.0-py3-none-any.whl (294 kB)
Collecting numpydoc>=1.0.0
Using cached numpydoc-1.1.0-py3-none-any.whl (47 kB)
Collecting autofit==0.74.0
Using cached autofit-0.74.0-py3-none-any.whl (1.6 MB)
Collecting autoconf==0.8.0
Using cached autoconf-0.8.0-py3-none-any.whl (22 kB)
Collecting autoarray==0.20.0
Using cached autoarray-0.20.0-py3-none-any.whl (379 kB)
Collecting numpy>=1.18.0
Using cached numpy-1.20.2-cp38-cp38-win_amd64.whl (13.7 MB)
Collecting astropy>=3.0.0
Using cached astropy-4.2-cp38-cp38-win_amd64.whl (6.2 MB)
Collecting matplotlib>=3.0.3
Using cached matplotlib-3.4.1-cp38-cp38-win_amd64.whl (7.1 MB)
Collecting llvmlite
Using cached llvmlite-0.36.0-cp38-cp38-win_amd64.whl (16.0 MB)
Collecting pynufft==2020.2.7
Using cached pynufft-2020.2.7-py3-none-any.whl (16.2 MB)
Collecting scikit-image>=0.14.2
Using cached scikit_image-0.18.1-cp38-cp38-win_amd64.whl (12.2 MB)
Collecting scikit-learn>=0.21.3
Using cached scikit_learn-0.24.1-cp38-cp38-win_amd64.whl (6.9 MB)
Collecting dill>=0.3.1.1
Using cached dill-0.3.3-py2.py3-none-any.whl (81 kB)
Collecting pylops>=1.10.0
Using cached pylops-1.13.0-py3-none-any.whl (172 kB)
Collecting scipy>=1.5.1
Using cached scipy-1.6.2-cp38-cp38-win_amd64.whl (32.7 MB)
Collecting numba
Using cached numba-0.53.1-cp38-cp38-win_amd64.whl (2.3 MB)
Collecting decorator>=4.0.0
Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting typing-inspect>=0.4.0
Using cached typing_inspect-0.6.0-py3-none-any.whl (8.1 kB)
Collecting dynesty==1.0.1
Using cached dynesty-1.0.1-py2.py3-none-any.whl (86 kB)
Collecting h5py>=2.10.0
Using cached h5py-3.2.1-cp38-cp38-win_amd64.whl (2.8 MB)
Collecting SQLAlchemy==1.3.20
Using cached SQLAlchemy-1.3.20-cp38-cp38-win_amd64.whl (1.2 MB)
Collecting emcee>=3.0.2
Using cached emcee-3.0.2-py2.py3-none-any.whl (41 kB)
Collecting corner>=2.0.1
Using cached corner-2.2.1-py3-none-any.whl (15 kB)
Collecting scipy>=1.5.1
Using cached scipy-1.5.2-cp38-cp38-win_amd64.whl (31.4 MB)
Collecting PyYAML>=3.12
Using cached PyYAML-5.4.1-cp38-cp38-win_amd64.whl (213 kB)
Collecting pyswarms==1.1.0
Using cached pyswarms-1.1.0-py2.py3-none-any.whl (96 kB)
Collecting colossus==1.2.14
Using cached colossus-1.2.14-py2.py3-none-any.whl (168 kB)
Collecting pyquad
Using cached pyquad-0.6.2.tar.gz (175 kB)
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_285cba8a31a64ff79a35f8473129a1d0\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_285cba8a31a64ff79a35f8473129a1d0\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\dorey\AppData\Local\Temp\pip-pip-egg-info-t9f95mq1'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_285cba8a31a64ff79a35f8473129a1d0
Complete output (11 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_285cba8a31a64ff79a35f8473129a1d0\setup.py", line 34, in
ext_modules = cythonize(ext_modules,
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\Cython\Build\Dependencies.py", line 965, in cythonize
module_list, module_metadata = create_extension_list(
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\Cython\Build\Dependencies.py", line 815, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\Cython\Build\Dependencies.py", line 114, in nonempty
raise ValueError(error_msg)
ValueError: 'pyquad/pyquad.pyx' doesn't match any files
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/eb/af/78d1552f0293e597e5a3ba796fd84230fbbf6f199c5cf0d7ba7d442b23d0/pyquad-0.6.2.tar.gz#sha256=48854ff92b536c74988f5eb923020bea4cf435bb815ea322d048d51af6c29dd8 (from https://pypi.org/simple/pyquad/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
INFO: pip is looking at multiple versions of autofit to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoconf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoarray to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autolens to determine which version is compatible with other requirements. This could take a while.
Collecting autolens
Using cached autolens-1.13.0-py3-none-any.whl (174 kB)
Using cached autolens-1.12.2-py3-none-any.whl (174 kB)
Using cached autolens-1.12.1-py3-none-any.whl (194 kB)
Using cached autolens-1.12.0-py3-none-any.whl (194 kB)
Using cached autolens-1.11.1-py3-none-any.whl (193 kB)
Using cached autolens-1.11.0-py3-none-any.whl (193 kB)
Using cached autolens-1.10.0-py3-none-any.whl (4.5 MB)
Using cached autolens-1.9.3-py3-none-any.whl (4.5 MB)
Using cached autolens-1.9.2-py3-none-any.whl (4.6 MB)
Using cached autolens-1.9.1-py3-none-any.whl (4.6 MB)
Using cached autolens-1.9.0-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.6-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.5-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.4-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.3-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.2-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.1-py3-none-any.whl (4.6 MB)
Using cached autolens-1.8.0-py3-none-any.whl (4.6 MB)
Using cached autolens-1.7.10-py3-none-any.whl (213 kB)
Using cached autolens-1.7.9-py3-none-any.whl (217 kB)
Using cached autolens-1.7.8-py3-none-any.whl (231 kB)
Using cached autolens-1.7.6-py3-none-any.whl (231 kB)
Using cached autolens-1.7.5-py3-none-any.whl (231 kB)
Using cached autolens-1.7.4-py3-none-any.whl (231 kB)
Using cached autolens-1.7.3-py3-none-any.whl (231 kB)
Using cached autolens-1.7.2-py3-none-any.whl (231 kB)
Using cached autolens-1.7.1-py3-none-any.whl (231 kB)
Using cached autolens-1.7.0-py3-none-any.whl (229 kB)
Using cached autolens-1.6.3-py3-none-any.whl (227 kB)
Using cached autolens-1.6.2-py3-none-any.whl (227 kB)
Using cached autolens-1.6.1-py3-none-any.whl (227 kB)
Using cached autolens-1.6.0-py3-none-any.whl (225 kB)
Using cached autolens-1.5.15-py3-none-any.whl (227 kB)
Using cached autolens-1.5.14-py3-none-any.whl (225 kB)
Using cached autolens-1.5.13-py3-none-any.whl (225 kB)
Using cached autolens-1.5.12-py3-none-any.whl (225 kB)
Using cached autolens-1.5.11-py3-none-any.whl (225 kB)
Using cached autolens-1.5.10-py3-none-any.whl (224 kB)
Using cached autolens-1.5.9-py3-none-any.whl (224 kB)
Using cached autolens-1.5.8-py3-none-any.whl (224 kB)
Using cached autolens-1.5.7-py3-none-any.whl (224 kB)
Using cached autolens-1.5.6-py3-none-any.whl (224 kB)
Using cached autolens-1.5.5-py3-none-any.whl (224 kB)
Using cached autolens-1.5.4-py3-none-any.whl (260 kB)
Using cached autolens-1.5.3-py3-none-any.whl (259 kB)
Using cached autolens-1.5.2-py3-none-any.whl (259 kB)
Using cached autolens-1.5.1-py3-none-any.whl (252 kB)
Using cached autolens-1.5.0-py3-none-any.whl (255 kB)
Using cached autolens-1.4.3-py3-none-any.whl (226 kB)
Using cached autolens-1.4.2-py3-none-any.whl (225 kB)
Using cached autolens-1.4.1-py3-none-any.whl (224 kB)
Using cached autolens-1.4.0-py3-none-any.whl (224 kB)
Using cached autolens-1.3.4-py3-none-any.whl (224 kB)
Using cached autolens-1.3.3-py3-none-any.whl (224 kB)
Using cached autolens-1.3.2-py3-none-any.whl (224 kB)
Using cached autolens-1.3.1-py3-none-any.whl (224 kB)
Using cached autolens-1.3.0-py3-none-any.whl (224 kB)
Using cached autolens-1.2.3-py3-none-any.whl (223 kB)
Using cached autolens-1.2.2-py3-none-any.whl (223 kB)
Using cached autolens-1.2.1-py3-none-any.whl (218 kB)
Using cached autolens-1.2.0-py3-none-any.whl (217 kB)
Using cached autolens-1.1.4-py3-none-any.whl (217 kB)
Using cached autolens-1.1.3-py3-none-any.whl (242 kB)
Using cached autolens-1.1.2-py3-none-any.whl (165 kB)
Using cached autolens-1.1.1-py3-none-any.whl (165 kB)
Using cached autolens-1.1.0-py3-none-any.whl (165 kB)
Using cached autolens-1.0.19-py3-none-any.whl (165 kB)
Using cached autolens-1.0.18-py3-none-any.whl (165 kB)
Using cached autolens-1.0.17-py3-none-any.whl (165 kB)
Using cached autolens-1.0.16-py3-none-any.whl (165 kB)
Using cached autolens-1.0.15-py3-none-any.whl (165 kB)
Using cached autolens-1.0.14-py3-none-any.whl (164 kB)
Using cached autolens-1.0.13-py3-none-any.whl (164 kB)
Using cached autolens-1.0.12-py3-none-any.whl (164 kB)
Using cached autolens-1.0.11-py3-none-any.whl (164 kB)
Using cached autolens-1.0.10-py3-none-any.whl (164 kB)
Using cached autolens-1.0.9-py3-none-any.whl (163 kB)
Using cached autolens-1.0.8-py3-none-any.whl (163 kB)
Using cached autolens-1.0.7-py3-none-any.whl (163 kB)
Using cached autolens-1.0.6-py3-none-any.whl (163 kB)
Using cached autolens-1.0.5-py3-none-any.whl (163 kB)
Using cached autolens-1.0.4-py3-none-any.whl (163 kB)
Using cached autolens-1.0.3-py3-none-any.whl (163 kB)
Using cached autolens-1.0.2-py3-none-any.whl (163 kB)
Using cached autolens-1.0.1-py3-none-any.whl (163 kB)
Using cached autolens-1.0.0-py3-none-any.whl (163 kB)
Using cached autolens-0.46.2-py3-none-any.whl (214 kB)
Using cached autolens-0.46.1-py3-none-any.whl (214 kB)
Using cached autolens-0.46.0-py3-none-any.whl (214 kB)
Using cached autolens-0.45.0-py3-none-any.whl (264 kB)
Using cached autolens-0.44.1-py3-none-any.whl (263 kB)
Using cached autolens-0.44.0-py3-none-any.whl (263 kB)
Using cached autolens-0.43.2-py3-none-any.whl (263 kB)
Using cached autolens-0.43.1-py3-none-any.whl (263 kB)
Using cached autolens-0.43.0-py3-none-any.whl (263 kB)
Using cached autolens-0.42.3-py3-none-any.whl (266 kB)
Using cached autolens-0.42.2-py3-none-any.whl (266 kB)
Using cached autolens-0.42.1-py3-none-any.whl (266 kB)
Using cached autolens-0.42.0-py3-none-any.whl (266 kB)
Using cached autolens-0.41.1-py3-none-any.whl (265 kB)
Using cached autolens-0.41.0-py3-none-any.whl (278 kB)
Using cached autolens-0.40.0-py3-none-any.whl (265 kB)
Using cached autolens-0.39.4-py3-none-any.whl (261 kB)
Using cached autolens-0.39.3-py3-none-any.whl (260 kB)
Using cached autolens-0.39.2-py3-none-any.whl (260 kB)
Using cached autolens-0.39.1-py3-none-any.whl (260 kB)
Using cached autolens-0.39.0-py3-none-any.whl (260 kB)
Using cached autolens-0.38.4-py3-none-any.whl (265 kB)
Using cached autolens-0.38.3-py3-none-any.whl (265 kB)
Using cached autolens-0.38.2-py3-none-any.whl (265 kB)
Using cached autolens-0.38.1-py3-none-any.whl (260 kB)
Using cached autolens-0.38.0-py3-none-any.whl (261 kB)
Using cached autolens-0.37.2-py3-none-any.whl (260 kB)
Using cached autolens-0.37.1-py3-none-any.whl (260 kB)
Using cached autolens-0.36.2-py3-none-any.whl (260 kB)
Using cached autolens-0.36.1-py3-none-any.whl (260 kB)
Using cached autolens-0.36.0-py3-none-any.whl (260 kB)
Using cached autolens-0.35.7-py3-none-any.whl (260 kB)
Using cached autolens-0.35.6-py3-none-any.whl (260 kB)
Using cached autolens-0.35.5-py3-none-any.whl (260 kB)
Using cached autolens-0.35.4-py3-none-any.whl (260 kB)
Using cached autolens-0.35.3-py3-none-any.whl (260 kB)
Using cached autolens-0.35.2-py3-none-any.whl (260 kB)
Using cached autolens-0.35.1-py3-none-any.whl (299 kB)
Using cached autolens-0.35.0-py3-none-any.whl (299 kB)
Using cached autolens-0.34.1-py3-none-any.whl (268 kB)
Using cached autolens-0.34.0-py3-none-any.whl (267 kB)
Using cached autolens-0.33.0-py3-none-any.whl (266 kB)
Using cached autolens-0.32.3-py3-none-any.whl (265 kB)
Using cached autolens-0.32.2-py3-none-any.whl (265 kB)
Using cached autolens-0.32.1-py3-none-any.whl (265 kB)
Using cached autolens-0.32.0-py3-none-any.whl (245 kB)
Using cached autolens-0.31.8.14-py3-none-any.whl (263 kB)
Using cached autolens-0.31.8.13-py3-none-any.whl (243 kB)
Using cached autolens-0.31.8.12-py3-none-any.whl (244 kB)
Using cached autolens-0.31.8.11-py3-none-any.whl (244 kB)
Using cached autolens-0.31.8.10-py3-none-any.whl (264 kB)
Using cached autolens-0.31.8.9-py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.8-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.7-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.6-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.31.8.4-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.3-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.2-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.1-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.8.0-py2.py3-none-any.whl (248 kB)
Using cached autolens-0.31.7-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.6-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.5-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.4-py2.py3-none-any.whl (543 kB)
Using cached autolens-0.31.3-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.31.2-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.31.1-py2.py3-none-any.whl (535 kB)
Using cached autolens-0.30.5-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.4-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.3-py2.py3-none-any.whl (1.3 MB)
Using cached autolens-0.30.2-py2.py3-none-any.whl (979 kB)
Using cached autolens-0.30.1-py2.py3-none-any.whl (979 kB)
Using cached autolens-0.30.0-py2.py3-none-any.whl (519 kB)
Using cached autolens-0.29.2-py2.py3-none-any.whl (518 kB)
Using cached autolens-0.29.1-py2.py3-none-any.whl (517 kB)
Using cached autolens-0.29.0-py2.py3-none-any.whl (516 kB)
Using cached autolens-0.28.1-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.28.0-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.5-py2.py3-none-any.whl (526 kB)
Using cached autolens-0.27.4-py2.py3-none-any.whl (525 kB)
Using cached autolens-0.27.3-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.2-py2.py3-none-any.whl (520 kB)
Using cached autolens-0.27.1-py2.py3-none-any.whl (515 kB)
Using cached autolens-0.27.0-py2.py3-none-any.whl (812 kB)
Using cached autolens-0.26.1-py2.py3-none-any.whl (512 kB)
Using cached autolens-0.26.0-py2.py3-none-any.whl (512 kB)
Using cached autolens-0.25.11-py2.py3-none-any.whl (500 kB)
Using cached autolens-0.25.10-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.25.9-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.25.8-py2.py3-none-any.whl (497 kB)
Using cached autolens-0.25.7-py2.py3-none-any.whl (497 kB)
Using cached autolens-0.25.6-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.25.5-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.25.3-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.2-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.1-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.25.0-py2.py3-none-any.whl (1.2 MB)
Using cached autolens-0.24.6-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.24.5-py2.py3-none-any.whl (1.1 MB)
Using cached autolens-0.24.4-py2.py3-none-any.whl (807 kB)
Using cached autolens-0.24.3-py2.py3-none-any.whl (807 kB)
Using cached autolens-0.24.2-py2.py3-none-any.whl (804 kB)
Using cached autolens-0.24.1-py2.py3-none-any.whl (797 kB)
Using cached autolens-0.24.0-py2.py3-none-any.whl (786 kB)
Using cached autolens-0.23.5-py2.py3-none-any.whl (478 kB)
Using cached autolens-0.23.4-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.23.3-py2.py3-none-any.whl (470 kB)
Using cached autolens-0.23.2-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.23.1-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.23.0-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.2-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.1-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.2.0-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.1-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.22.0.4-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.0.3-py2.py3-none-any.whl (466 kB)
Using cached autolens-0.22.0-py2.py3-none-any.whl (690 kB)
Using cached autolens-0.21.1-py2.py3-none-any.whl (437 kB)
Using cached autolens-0.21.0-py2.py3-none-any.whl (437 kB)
Using cached autolens-0.20.0-py2.py3-none-any.whl (626 kB)
Using cached autolens-0.19.0-py2.py3-none-any.whl (612 kB)
Using cached autolens-0.18.5-py2.py3-none-any.whl (412 kB)
Using cached autolens-0.18.4-py2.py3-none-any.whl (412 kB)
Using cached autolens-0.18.3-py2.py3-none-any.whl (764 kB)
Using cached autolens-0.18.2-py2.py3-none-any.whl (764 kB)
Using cached autolens-0.18.1-py2.py3-none-any.whl (738 kB)
Using cached autolens-0.18.0-py2.py3-none-any.whl (399 kB)
Using cached autolens-0.17.3-py2.py3-none-any.whl (395 kB)
Using cached autolens-0.17.2-py2.py3-none-any.whl (740 kB)
Using cached autolens-0.17.1-py2.py3-none-any.whl (560 kB)
Using cached autolens-0.17.0-py2.py3-none-any.whl (559 kB)
Using cached autolens-0.16.7-py2.py3-none-any.whl (541 kB)
Using cached autolens-0.16.6-py2.py3-none-any.whl (541 kB)
Using cached autolens-0.16.5-py2.py3-none-any.whl (563 kB)
Using cached autolens-0.16.4-py2.py3-none-any.whl (517 kB)
Using cached autolens-0.16.3-py2.py3-none-any.whl (505 kB)
Using cached autolens-0.16.2-py2.py3-none-any.whl (503 kB)
Using cached autolens-0.16.0-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.15.6-py2.py3-none-any.whl (496 kB)
Using cached autolens-0.15.5-py2.py3-none-any.whl (491 kB)
Using cached autolens-0.15.4-py2.py3-none-any.whl (487 kB)
Using cached autolens-0.15.3-py2.py3-none-any.whl (486 kB)
Using cached autolens-0.15.2-py2.py3-none-any.whl (485 kB)
Using cached autolens-0.15.1-py2.py3-none-any.whl (487 kB)
Using cached autolens-0.15.0-py2.py3-none-any.whl (479 kB)
Using cached autolens-0.14.3-py2.py3-none-any.whl (463 kB)
Using cached autolens-0.14.2-py2.py3-none-any.whl (461 kB)
Using cached autolens-0.14.1-py2.py3-none-any.whl (365 kB)
Using cached autolens-0.14.0-py2.py3-none-any.whl (365 kB)
Using cached autolens-0.13.0-py2.py3-none-any.whl (370 kB)
Using cached autolens-0.12.2-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.12.1-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.12.0-py2.py3-none-any.whl (354 kB)
Using cached autolens-0.11.11-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.10-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.9-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.8-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.7-py2.py3-none-any.whl (355 kB)
Using cached autolens-0.11.6-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.11.5-py2.py3-none-any.whl (498 kB)
Using cached autolens-0.11.4-py2.py3-none-any.whl (480 kB)
Using cached autolens-0.11.3-py2.py3-none-any.whl (477 kB)
Using cached autolens-0.11.0-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.10.0-py2.py3-none-any.whl (574 kB)
Using cached autolens-0.9.16-py2.py3-none-any.whl (566 kB)
Using cached autolens-0.9.15-py2.py3-none-any.whl (566 kB)
Using cached autolens-0.9.14-py2.py3-none-any.whl (806 kB)
Using cached autolens-0.9.13-py2.py3-none-any.whl (806 kB)
Using cached autolens-0.9.12-py2.py3-none-any.whl (777 kB)
Using cached autolens-0.9.11-py2.py3-none-any.whl (775 kB)
Using cached autolens-0.9.10-py2.py3-none-any.whl (766 kB)
Using cached autolens-0.9.9-py2.py3-none-any.whl (751 kB)
Using cached autolens-0.9.8-py2.py3-none-any.whl (745 kB)
Using cached autolens-0.9.7-py2.py3-none-any.whl (745 kB)
Using cached autolens-0.9.6-py2.py3-none-any.whl (743 kB)
Using cached autolens-0.9.5-py2.py3-none-any.whl (742 kB)
Using cached autolens-0.9.4-py2.py3-none-any.whl (727 kB)
Using cached autolens-0.9.3-py2.py3-none-any.whl (726 kB)
Using cached autolens-0.9.2-py2.py3-none-any.whl (711 kB)
Using cached autolens-0.9.0.1-py2.py3-none-any.whl (682 kB)
Using cached autolens-0.8.13-py2.py3-none-any.whl (430 kB)
Using cached autolens-0.8.12-py2.py3-none-any.whl (428 kB)
Using cached autolens-0.8.11-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.10-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.9-py2.py3-none-any.whl (825 kB)
Using cached autolens-0.8.8-py2.py3-none-any.whl (421 kB)
Using cached autolens-0.8.7-py2.py3-none-any.whl (825 kB)
Using cached autolens-0.8.6-py2.py3-none-any.whl (820 kB)
Using cached autolens-0.8.5-py2.py3-none-any.whl (818 kB)
Using cached autolens-0.8.4-py2.py3-none-any.whl (420 kB)
Using cached autolens-0.8.3-py2.py3-none-any.whl (688 kB)
Using cached autolens-0.8.1-py2.py3-none-any.whl (688 kB)
Using cached autolens-0.8.0-py2.py3-none-any.whl (686 kB)
Using cached autolens-0.7.4-py2.py3-none-any.whl (683 kB)
Using cached autolens-0.7.3-py2.py3-none-any.whl (547 kB)
Using cached autolens-0.7.2-py2.py3-none-any.whl (682 kB)
Using cached autolens-0.7.1-py2.py3-none-any.whl (546 kB)
Using cached autolens-0.7.0-py2.py3-none-any.whl (681 kB)
Using cached autolens-0.6.4-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.3-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.2-py2.py3-none-any.whl (545 kB)
Using cached autolens-0.6.0-py2.py3-none-any.whl (564 kB)
Using cached autolens-0.5.7-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.6-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.5-py2.py3-none-any.whl (620 kB)
Using cached autolens-0.5.4-py2.py3-none-any.whl (590 kB)
Using cached autolens-0.5.3-py2.py3-none-any.whl (531 kB)
Using cached autolens-0.5.2-py2.py3-none-any.whl (464 kB)
Using cached autolens-0.5.1-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.5.0-py2.py3-none-any.whl (460 kB)
Using cached autolens-0.4.3.6-py2.py3-none-any.whl (519 kB)
Using cached autolens-0.4.3.5-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.4.3.4-py2.py3-none-any.whl (472 kB)
Using cached autolens-0.4.3.3-py2.py3-none-any.whl (470 kB)
Using cached autolens-0.4.3.2-py2.py3-none-any.whl (468 kB)
Using cached autolens-0.4.3.1-py2.py3-none-any.whl (467 kB)
Using cached autolens-0.4.3.0-py2.py3-none-any.whl (420 kB)
Using cached autolens-0.4.2-py2.py3-none-any.whl (401 kB)
Using cached autolens-0.4.1-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.4.0-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.3.7-py2.py3-none-any.whl (398 kB)
Using cached autolens-0.3.3-py2.py3-none-any.whl (255 kB)
Using cached autolens-0.3.2-py2.py3-none-any.whl (393 kB)
Using cached autolens-0.3.1-py2.py3-none-any.whl (393 kB)
Using cached autolens-0.3.0-py2.py3-none-any.whl (362 kB)
Using cached autolens-0.2.8-py2.py3-none-any.whl (349 kB)
Using cached autolens-0.2.6-py2.py3-none-any.whl (340 kB)
Using cached autolens-0.2.5-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.4-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.3-py2.py3-none-any.whl (326 kB)
Using cached autolens-0.2.2-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.2.1-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.2.0-py2.py3-none-any.whl (325 kB)
Using cached autolens-0.1.9-py2.py3-none-any.whl (321 kB)
Using cached autolens-0.1.8-py2.py3-none-any.whl (320 kB)
Using cached autolens-0.1.7-py2.py3-none-any.whl (320 kB)
Using cached autolens-0.1.6-py2.py3-none-any.whl (319 kB)
Using cached autolens-0.1.5-py2.py3-none-any.whl (317 kB)
Using cached autolens-0.1.4-py2.py3-none-any.whl (317 kB)
Using cached autolens-0.1.3-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.2-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.1-py2.py3-none-any.whl (315 kB)
Using cached autolens-0.1.0-py2.py3-none-any.whl (314 kB)
Collecting autogalaxy==0.18.5
Using cached autogalaxy-0.18.5-py3-none-any.whl (290 kB)
Collecting autoconf==0.7.7
Using cached autoconf-0.7.7-py3-none-any.whl (24 kB)
Collecting autoarray==0.19.0
Using cached autoarray-0.19.0-py3-none-any.whl (379 kB)
Collecting autofit==0.73.1
Using cached autofit-0.73.1-py3-none-any.whl (1.9 MB)
Collecting sqlalchemy>=1.3.23
Using cached SQLAlchemy-1.4.4-cp38-cp38-win_amd64.whl (1.5 MB)
Collecting autoarray==0.18.3
Using cached autoarray-0.18.3-py3-none-any.whl (393 kB)
Collecting autogalaxy==0.18.4
Using cached autogalaxy-0.18.4-py3-none-any.whl (775 kB)
Collecting colorcet>=2.0.2
Using cached colorcet-2.0.6-py2.py3-none-any.whl (1.6 MB)
Collecting pynufft==2020.0.0
Using cached pynufft-2020.0.0-py3-none-any.whl (8.3 MB)
Collecting autogalaxy==0.18.3
Using cached autogalaxy-0.18.3-py3-none-any.whl (775 kB)
Collecting autoarray==0.18.2
Using cached autoarray-0.18.2-py3-none-any.whl (390 kB)
Collecting numba<=0.47.0
Using cached numba-0.47.0-cp38-cp38-win_amd64.whl (2.1 MB)
Collecting llvmlite<=0.32.1
Using cached llvmlite-0.32.1-cp38-cp38-win_amd64.whl (13.6 MB)
Collecting autoarray==0.18.0
Using cached autoarray-0.18.0-py3-none-any.whl (393 kB)
Collecting autogalaxy==0.18.1
Using cached autogalaxy-0.18.1-py3-none-any.whl (774 kB)
Collecting autofit==0.73.0
Using cached autofit-0.73.0-py3-none-any.whl (1.9 MB)
Collecting autoconf==0.7.6
Using cached autoconf-0.7.6-py3-none-any.whl (24 kB)
Collecting autogalaxy==0.18.0
Using cached autogalaxy-0.18.0-py3-none-any.whl (774 kB)
Collecting autogalaxy==0.17.1
Using cached autogalaxy-0.17.1-py3-none-any.whl (771 kB)
Collecting autoarray==0.17.0
Using cached autoarray-0.17.0-py3-none-any.whl (396 kB)
Collecting autoconf==0.7.5
Using cached autoconf-0.7.5-py3-none-any.whl (24 kB)
Collecting autofit==0.71.5
Using cached autofit-0.71.5-py3-none-any.whl (1.9 MB)
INFO: pip is looking at multiple versions of autofit to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoconf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autoarray to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of autolens to determine which version is compatible with other requirements. This could take a while.
Collecting autofit==0.71.3
Using cached autofit-0.71.3-py3-none-any.whl (2.2 MB)
Collecting autoarray==0.16.4
Using cached autoarray-0.16.4-py3-none-any.whl (372 kB)
Collecting autoconf==0.7.3
Using cached autoconf-0.7.3-py3-none-any.whl (24 kB)
Collecting autogalaxy==0.16.8
Using cached autogalaxy-0.16.8-py3-none-any.whl (933 kB)
Collecting autofit==0.71.2
Using cached autofit-0.71.2-py3-none-any.whl (2.2 MB)
Collecting autogalaxy==0.16.7
Using cached autogalaxy-0.16.7-py3-none-any.whl (969 kB)
Collecting autoarray==0.16.3
Using cached autoarray-0.16.3-py3-none-any.whl (372 kB)
Collecting autogalaxy==0.16.6
Using cached autogalaxy-0.16.6-py3-none-any.whl (969 kB)
Collecting autofit==0.71.0
Using cached autofit-0.71.0-py3-none-any.whl (2.2 MB)
Collecting autoarray==0.16.2
Using cached autoarray-0.16.2-py3-none-any.whl (372 kB)
Collecting autoarray==0.16.1
Using cached autoarray-0.16.1-py3-none-any.whl (372 kB)
Collecting autogalaxy==0.16.5
Using cached autogalaxy-0.16.5-py3-none-any.whl (974 kB)
Collecting autofit==0.70.4
Using cached autofit-0.70.4-py3-none-any.whl (2.1 MB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Collecting autogalaxy==0.16.4
Using cached autogalaxy-0.16.4-py3-none-any.whl (974 kB)
Collecting autoarray==0.16.0
Using cached autoarray-0.16.0-py3-none-any.whl (372 kB)
Collecting autofit==0.70.3
Using cached autofit-0.70.3-py3-none-any.whl (2.1 MB)
Collecting autofit==0.70.2
Using cached autofit-0.70.2-py3-none-any.whl (2.1 MB)
Collecting autoconf==0.7.2
Using cached autoconf-0.7.2-py3-none-any.whl (10 kB)
Collecting autoarray==0.15.3
Using cached autoarray-0.15.3-py3-none-any.whl (370 kB)
Collecting autogalaxy==0.16.3
Using cached autogalaxy-0.16.3-py3-none-any.whl (974 kB)
Collecting autogalaxy==0.16.2
Using cached autogalaxy-0.16.2-py3-none-any.whl (979 kB)
Collecting autoarray==0.15.2
Using cached autoarray-0.15.2-py3-none-any.whl (370 kB)
Collecting autofit==0.70.1
Using cached autofit-0.70.1-py3-none-any.whl (2.1 MB)
Collecting autoarray==0.15.0
Using cached autoarray-0.15.0-py3-none-any.whl (362 kB)
Collecting autogalaxy==0.16.0
Using cached autogalaxy-0.16.0-py3-none-any.whl (978 kB)
Collecting autofit==0.70.0
Using cached autofit-0.70.0-py3-none-any.whl (2.1 MB)
Collecting autogalaxy==0.15.8
Using cached autogalaxy-0.15.8-py3-none-any.whl (253 kB)
Collecting autofit==0.69.5
Using cached autofit-0.69.5-py3-none-any.whl (320 kB)
Collecting autoarray==0.14.13
Using cached autoarray-0.14.13-py3-none-any.whl (298 kB)
Collecting autoconf==0.7.0
Using cached autoconf-0.7.0-py3-none-any.whl (9.7 kB)
Collecting h5py==2.10.0
Using cached h5py-2.10.0-cp38-cp38-win_amd64.whl (2.5 MB)
Collecting autofit==0.69.4
Using cached autofit-0.69.4-py3-none-any.whl (319 kB)
Collecting autoarray==0.14.12
Using cached autoarray-0.14.12-py3-none-any.whl (297 kB)
Collecting autogalaxy==0.15.7
Using cached autogalaxy-0.15.7-py3-none-any.whl (259 kB)
Collecting autofit==0.69.3
Using cached autofit-0.69.3-py3-none-any.whl (318 kB)
Collecting autoarray==0.14.11
Using cached autoarray-0.14.11-py3-none-any.whl (297 kB)
Collecting autogalaxy==0.15.6
Using cached autogalaxy-0.15.6-py3-none-any.whl (259 kB)
Collecting autogalaxy==0.15.5
Using cached autogalaxy-0.15.5-py3-none-any.whl (259 kB)
Collecting autogalaxy==0.15.4
Using cached autogalaxy-0.15.4-py3-none-any.whl (259 kB)
Collecting autogalaxy==0.15.3
Using cached autogalaxy-0.15.3-py3-none-any.whl (259 kB)
Collecting autofit==0.69.2
Using cached autofit-0.69.2-py3-none-any.whl (318 kB)
Collecting autofit==0.69.0
Using cached autofit-0.69.0-py3-none-any.whl (303 kB)
Collecting autogalaxy==0.15.1
Using cached autogalaxy-0.15.1-py3-none-any.whl (246 kB)
Collecting autoarray==0.14.10
Using cached autoarray-0.14.10-py3-none-any.whl (294 kB)
Collecting pynufft>=2020.0.0
Using cached pynufft-2021.0.2-py3-none-any.whl (16.2 MB)
Collecting autogalaxy==0.15.0
Using cached autogalaxy-0.15.0-py3-none-any.whl (246 kB)
Collecting nbsphinx-link>=1.3.0
Using cached nbsphinx_link-1.3.0-py2.py3-none-any.whl (5.2 kB)
Collecting nbsphinx>=0.7.0
Using cached nbsphinx-0.8.2-py3-none-any.whl (24 kB)
Collecting autoconf==0.6.2
Using cached autoconf-0.6.2-py3-none-any.whl (11 kB)
Collecting autogalaxy==0.14.14
Using cached autogalaxy-0.14.14-py3-none-any.whl (244 kB)
Collecting autoarray==0.14.9
Using cached autoarray-0.14.9-py3-none-any.whl (283 kB)
Collecting autofit==0.68.0
Using cached autofit-0.68.0-py3-none-any.whl (300 kB)
Collecting autogalaxy==0.14.12
Using cached autogalaxy-0.14.12-py3-none-any.whl (244 kB)
Collecting autoarray==0.14.8
Using cached autoarray-0.14.8-py3-none-any.whl (282 kB)
Collecting autofit==0.67.7
Using cached autofit-0.67.7-py3-none-any.whl (269 kB)
Collecting autoarray==0.14.7
Using cached autoarray-0.14.7-py3-none-any.whl (280 kB)
Collecting autogalaxy==0.14.11
Using cached autogalaxy-0.14.11-py3-none-any.whl (244 kB)
Collecting autofit==0.67.6
Using cached autofit-0.67.6-py3-none-any.whl (269 kB)
Collecting autogalaxy==0.14.10
Using cached autogalaxy-0.14.10-py3-none-any.whl (242 kB)
Collecting autoarray==0.14.6
Using cached autoarray-0.14.6-py3-none-any.whl (280 kB)
Collecting autogalaxy==0.14.9
Using cached autogalaxy-0.14.9-py3-none-any.whl (245 kB)
Collecting autofit==0.67.3
Using cached autofit-0.67.3-py3-none-any.whl (269 kB)
Collecting autogalaxy==0.14.8
Using cached autogalaxy-0.14.8-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.5
Using cached autoarray-0.14.5-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.7
Using cached autogalaxy-0.14.7-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.4
Using cached autoarray-0.14.4-py3-none-any.whl (279 kB)
Collecting llvmlite==0.31.0
Using cached llvmlite-0.31.0-cp38-cp38-win_amd64.whl (13.6 MB)
Collecting autogalaxy==0.14.6
Using cached autogalaxy-0.14.6-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.3
Using cached autoarray-0.14.3-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.5
Using cached autogalaxy-0.14.5-py3-none-any.whl (245 kB)
Collecting autoarray==0.14.2
Using cached autoarray-0.14.2-py3-none-any.whl (279 kB)
Collecting autoarray==0.14.0
Using cached autoarray-0.14.0-py3-none-any.whl (279 kB)
Collecting autogalaxy==0.14.4
Using cached autogalaxy-0.14.4-py3-none-any.whl (245 kB)
Collecting autogalaxy==0.14.3
Using cached autogalaxy-0.14.3-py3-none-any.whl (244 kB)
Collecting autogalaxy==0.14.2
Using cached autogalaxy-0.14.2-py3-none-any.whl (244 kB)
Collecting autogalaxy==0.14.1
Using cached autogalaxy-0.14.1-py3-none-any.whl (244 kB)
Collecting autoconf==0.6.1
Using cached autoconf-0.6.1-py3-none-any.whl (11 kB)
Collecting autofit==0.67.2
Using cached autofit-0.67.2-py3-none-any.whl (278 kB)
Collecting autoarray==0.13.2
Using cached autoarray-0.13.2-py3-none-any.whl (277 kB)
Collecting autogalaxy==0.13.4
Using cached autogalaxy-0.13.4-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.13.3
Using cached autogalaxy-0.13.3-py3-none-any.whl (239 kB)
Collecting autoarray==0.13.1
Using cached autoarray-0.13.1-py3-none-any.whl (277 kB)
Collecting autofit==0.67.1
Using cached autofit-0.67.1-py3-none-any.whl (278 kB)
Collecting autogalaxy==0.13.2
Using cached autogalaxy-0.13.2-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.13.1
Using cached autogalaxy-0.13.1-py3-none-any.whl (239 kB)
Collecting autofit==0.67.0
Using cached autofit-0.67.0-py3-none-any.whl (236 kB)
Collecting autofit==0.65.0
Using cached autofit-0.65.0-py3-none-any.whl (236 kB)
Collecting autogalaxy==0.12.7
Using cached autogalaxy-0.12.7-py3-none-any.whl (243 kB)
Collecting autoarray==0.12.2
Using cached autoarray-0.12.2-py3-none-any.whl (271 kB)
Collecting autogalaxy==0.12.6
Using cached autogalaxy-0.12.6-py3-none-any.whl (241 kB)
Collecting autogalaxy==0.12.5
Using cached autogalaxy-0.12.5-py3-none-any.whl (241 kB)
Collecting autoarray==0.12.1
Using cached autoarray-0.12.1-py3-none-any.whl (271 kB)
Collecting autogalaxy==0.12.4
Using cached autogalaxy-0.12.4-py3-none-any.whl (241 kB)
Collecting autoarray==0.12.0
Using cached autoarray-0.12.0-py3-none-any.whl (271 kB)
Collecting autoarray==0.11.11
Using cached autoarray-0.11.11-py3-none-any.whl (252 kB)
Collecting autofit==0.64.2
Using cached autofit-0.64.2-py3-none-any.whl (235 kB)
Collecting autogalaxy==0.12.3
Using cached autogalaxy-0.12.3-py3-none-any.whl (241 kB)
Collecting autofit==0.64.1
Using cached autofit-0.64.1-py3-none-any.whl (235 kB)
Collecting autoarray==0.11.10
Using cached autoarray-0.11.10-py3-none-any.whl (250 kB)
Collecting autogalaxy==0.12.2
Using cached autogalaxy-0.12.2-py3-none-any.whl (241 kB)
Collecting autogalaxy==0.11.4
Using cached autogalaxy-0.11.4-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.9
Using cached autoarray-0.11.9-py3-none-any.whl (251 kB)
Collecting autogalaxy==0.11.3
Using cached autogalaxy-0.11.3-py3-none-any.whl (240 kB)
Collecting autofit==0.64.0
Using cached autofit-0.64.0-py3-none-any.whl (136 kB)
Collecting autofit==0.62.2
Using cached autofit-0.62.2-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.11.2
Using cached autogalaxy-0.11.2-py3-none-any.whl (241 kB)
Collecting autoarray==0.11.8
Using cached autoarray-0.11.8-py3-none-any.whl (266 kB)
Collecting autogalaxy==0.11.1
Using cached autogalaxy-0.11.1-py3-none-any.whl (241 kB)
Collecting autofit==0.62.1
Using cached autofit-0.62.1-py3-none-any.whl (136 kB)
Collecting autofit==0.62.0
Using cached autofit-0.62.0-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.11.0
Using cached autogalaxy-0.11.0-py3-none-any.whl (241 kB)
Collecting autofit==0.61.5
Using cached autofit-0.61.5-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.16
Using cached autogalaxy-0.10.16-py3-none-any.whl (241 kB)
Collecting GetDist==1.0.3
Using cached GetDist-1.0.3.tar.gz (753 kB)
Collecting autogalaxy==0.10.15
Using cached autogalaxy-0.10.15-py3-none-any.whl (241 kB)
Collecting autoarray==0.11.7
Using cached autoarray-0.11.7-py3-none-any.whl (266 kB)
Collecting autogalaxy==0.10.13
Using cached autogalaxy-0.10.13-py3-none-any.whl (241 kB)
Collecting autoarray==0.11.5
Using cached autoarray-0.11.5-py3-none-any.whl (268 kB)
Collecting autoarray==0.11.4
Using cached autoarray-0.11.4-py3-none-any.whl (251 kB)
Collecting autofit==0.61.4
Using cached autofit-0.61.4-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.12
Using cached autogalaxy-0.10.12-py3-none-any.whl (240 kB)
Collecting autofit==0.61.3
Using cached autofit-0.61.3-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.11
Using cached autogalaxy-0.10.11-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.3
Using cached autoarray-0.11.3-py3-none-any.whl (251 kB)
Collecting autofit==0.61.2
Using cached autofit-0.61.2-py3-none-any.whl (136 kB)
Collecting autogalaxy==0.10.10
Using cached autogalaxy-0.10.10-py3-none-any.whl (240 kB)
Collecting autogalaxy==0.10.9
Using cached autogalaxy-0.10.9-py3-none-any.whl (240 kB)
Collecting autoarray==0.11.2
Using cached autoarray-0.11.2-py3-none-any.whl (250 kB)
Collecting autogalaxy==0.10.8
Using cached autogalaxy-0.10.8-py3-none-any.whl (240 kB)
Collecting autofit==0.60.2
Using cached autofit-0.60.2-py3-none-any.whl (134 kB)
Collecting autogalaxy==0.10.7
Using cached autogalaxy-0.10.7-py3-none-any.whl (240 kB)
Collecting autofit==0.60.1
Using cached autofit-0.60.1-py3-none-any.whl (132 kB)
Collecting autogalaxy==0.10.6
Using cached autogalaxy-0.10.6-py3-none-any.whl (240 kB)
Collecting autogalaxy==0.10.5
Using cached autogalaxy-0.10.5-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.10.4
Using cached autogalaxy-0.10.4-py3-none-any.whl (239 kB)
Collecting autofit==0.59.7
Using cached autofit-0.59.7-py3-none-any.whl (130 kB)
Collecting autogalaxy==0.10.3
Using cached autogalaxy-0.10.3-py3-none-any.whl (239 kB)
Collecting autogalaxy==0.10.2
Using cached autogalaxy-0.10.2-py3-none-any.whl (239 kB)
Collecting autofit==0.59.6
Using cached autofit-0.59.6-py3-none-any.whl (129 kB)
Collecting autogalaxy==0.10.1
Using cached autogalaxy-0.10.1-py3-none-any.whl (239 kB)
Collecting autofit==0.59.5
Using cached autofit-0.59.5-py3-none-any.whl (129 kB)
Collecting autoarray==0.11.1
Using cached autoarray-0.11.1-py3-none-any.whl (250 kB)
Collecting autoarray==0.11.0
Using cached autoarray-0.11.0-py3-none-any.whl (250 kB)
Collecting autogalaxy==0.10.0
Using cached autogalaxy-0.10.0-py3-none-any.whl (239 kB)
Collecting autoconf==0.6.0
Using cached autoconf-0.6.0-py3-none-any.whl (11 kB)
Collecting autofit==0.59.3
Using cached autofit-0.59.3-py3-none-any.whl (118 kB)
Collecting autofit==0.59.1
Using cached autofit-0.59.1-py3-none-any.whl (118 kB)
Collecting autogalaxy==0.9.2
Using cached autogalaxy-0.9.2-py3-none-any.whl (211 kB)
Collecting autoconf==0.5.0
Using cached autoconf-0.5.0-py3-none-any.whl (11 kB)
Collecting autofit==0.58.0
Using cached autofit-0.58.0-py3-none-any.whl (92 kB)
Collecting autoarray==0.10.7
Using cached autoarray-0.10.7-py3-none-any.whl (225 kB)
Collecting dill==0.2.8.2
Using cached dill-0.2.8.2.tar.gz (150 kB)
Collecting autogalaxy==0.9.0
Using cached autogalaxy-0.9.0-py3-none-any.whl (213 kB)
Collecting autofit==0.57.2
Using cached autofit-0.57.2-py3-none-any.whl (91 kB)
Collecting autoarray==0.10.6
Using cached autoarray-0.10.6-py3-none-any.whl (223 kB)
Collecting autofit==0.57.0
Using cached autofit-0.57.0-py3-none-any.whl (81 kB)
Collecting autogalaxy==0.1.0
Using cached autogalaxy-0.1.0-py3-none-any.whl (213 kB)
Collecting autoarray==0.10.5
Using cached autoarray-0.10.5-py3-none-any.whl (223 kB)
Collecting autoconf==0.4.0
Using cached autoconf-0.4.0-py3-none-any.whl (14 kB)
Collecting pymultinest
Using cached pymultinest-2.11-py2.py3-none-any.whl (50 kB)
Collecting GetDist
Using cached GetDist-1.1.4-py3-none-any.whl
Collecting typing-inspect==0.4.0
Using cached typing_inspect-0.4.0-py3-none-any.whl (5.0 kB)
Collecting pyquad
Using cached pyquad-0.0.4.0.tar.gz (138 kB)
Collecting cython>=0.28.0
Using cached Cython-0.29.22-cp38-cp38-win_amd64.whl (1.7 MB)
Collecting pyreadline>=1.7.1
Downloading pyreadline-2.1.zip (109 kB)
|████████████████████████████████| 109 kB 3.2 MB/s
Collecting mypy-extensions>=0.3.0
Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting pyerfa
Using cached pyerfa-1.7.2-cp38-cp38-win_amd64.whl (327 kB)
Collecting python-dateutil>=2.7
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting kiwisolver>=1.0.1
Using cached kiwisolver-1.3.1-cp38-cp38-win_amd64.whl (51 kB)
Collecting pillow>=6.2.0
Using cached Pillow-8.1.2-cp38-cp38-win_amd64.whl (2.2 MB)
Collecting cycler>=0.10
Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Collecting pyparsing>=2.2.1
Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting six
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting setuptools
Using cached setuptools-54.2.0-py3-none-any.whl (785 kB)
Collecting PyWavelets>=1.1.1
Using cached PyWavelets-1.1.1-cp38-cp38-win_amd64.whl (4.3 MB)
Collecting imageio>=2.3.0
Downloading imageio-2.9.0-py3-none-any.whl (3.3 MB)
|████████████████████████████████| 3.3 MB 6.4 MB/s
Collecting networkx>=2.0
Using cached networkx-2.5-py3-none-any.whl (1.6 MB)
Collecting tifffile>=2019.7.26
Downloading tifffile-2021.3.17-py3-none-any.whl (163 kB)
|████████████████████████████████| 163 kB 6.8 MB/s
Collecting joblib>=0.11
Using cached joblib-1.0.1-py3-none-any.whl (303 kB)
Collecting threadpoolctl>=2.0.0
Using cached threadpoolctl-2.1.0-py3-none-any.whl (12 kB)
Building wheels for collected packages: pyquad, dill, pyreadline
Building wheel for pyquad (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\dorey\AppData\Local\Temp\pip-wheel-msr2u4zi'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3
Complete output (5 lines):
running bdist_wheel
running build
running build_ext
building 'pyquad' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for pyquad
Running setup.py clean for pyquad
Building wheel for dill (setup.py) ... done
Created wheel for dill: filename=dill-0.2.8.2-py3-none-any.whl size=76519 sha256=efd5e336b768bd276c7e4b5ee76e7b111b35e2ccf0fb811ae64b5451f5239e2a
Stored in directory: c:\users\dorey\appdata\local\pip\cache\wheels\bd\0c\c0\4a425d25a4a0d6a40f83d6318edf915c60169b7e5f39d1f56e
Building wheel for pyreadline (setup.py) ... done
Created wheel for pyreadline: filename=pyreadline-2.1-py3-none-any.whl size=93837 sha256=329f38200be5542ad2383cb4c430d9e263c5a18e28f8e7c77186e17ea1eb5666
Stored in directory: c:\users\dorey\appdata\local\pip\cache\wheels\0e\6e\9d\402aa64e362e59c7032231a2e6942e647a6c12508d2c77fc4d
Successfully built dill pyreadline
Failed to build pyquad
Installing collected packages: six, python-dateutil, pyparsing, pillow, numpy, kiwisolver, decorator, cycler, tifffile, threadpoolctl, setuptools, scipy, PyWavelets, pyreadline, pyerfa, networkx, mypy-extensions, matplotlib, llvmlite, joblib, imageio, typing-inspect, scikit-learn, scikit-image, pynufft, pymultinest, numba, GetDist, dill, cython, autoconf, astropy, pyquad, colossus, autofit, autoarray, emcee, autogalaxy, autolens
Running setup.py install for pyquad ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\dorey\AppData\Local\Temp\pip-record-a3kp2fg7\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\dorey.conda\envs\autolens\Include\pyquad'
cwd: C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3
Complete output (10 lines):
Compiling pyquad/pyquad.pyx because it depends on C:\Users\dorey.conda\envs\autolens\lib\site-packages\Cython\Includes\libc\string.pxd.
[1/1] Cythonizing pyquad/pyquad.pyx
warning: pyquad\pyquad.pyx:121:65: Use boundscheck(False) for faster access
warning: pyquad\pyquad.pyx:122:27: Use boundscheck(False) for faster access
warning: pyquad\pyquad.pyx:122:38: Use boundscheck(False) for faster access
running install
running build
running build_ext
building 'pyquad' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\dorey.conda\envs\autolens\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"'; file='"'"'C:\Users\dorey\AppData\Local\Temp\pip-install-xpb48_9y\pyquad_c390f5160a434f2586e562fa0085b2b3\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\dorey\AppData\Local\Temp\pip-record-a3kp2fg7\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\dorey.conda\envs\autolens\Include\pyquad' Check the logs for full command output.

(autolens) C:\Users\dorey>`

Okay, this happened to me yesterday, so I know how we can fix it from here. Its a bit fiddly but shouldn't take long.

First, the following commands (the first is a repeat but just making sure of things):

pip install pyquad==0.7.0
pip install autoconf==0.8.0 --no-deps
pip install autofit==0.74.0 --no-deps
pip install autoarray==0.19.0 --no-deps
pip install autogalaxy==0.18.5 --no-deps
pip install autolens==1.14.0 --no-deps

This should get us to the point where autolens is successfully installed. You can test this by running the welcome script.

I anticipate we'll see a new error, which you can copy and paste over here for us to push through the final fixes :). If you get anything that looks like an error beore that paste it here!

I get an error here (at least I guess it is, since it writes 'ERROR' in red :D )
`(autolens) C:\Users\dorey> pip install autofit==0.74.0 --no-deps
Collecting autofit==0.74.0
Using cached autofit-0.74.0-py3-none-any.whl (1.6 MB)
Installing collected packages: autofit
ERROR: Could not install packages due to an OSError: [WinError 3] Le chemin d’accès spécifié est introuvable: 'C:\Users\dorey\.conda\envs\autolens\Lib\site-packages\test_autofit\database\mass_sie__source_sersic\phase_mass[sie]_source[bulge]\settings__imaging[grid_sub_2]__lens[pos_off]\dynesty_static[nlive_50__bound_multi_vol_dec_0.5_vol_check_2.0__enlarge_1.0__sample_rwalk_walks_5_facc_0.2]'

(autolens) C:\Users\dorey>`

Ok, just keep going to the autoarray one..loooks fine.

ok thanks i'll keep going

This is my output
`(autolens) C:\Users\dorey> pip install autolens==1.14.0 --no-deps
Collecting autolens==1.14.0
Using cached autolens-1.14.0-py3-none-any.whl (174 kB)
Installing collected packages: autolens
Successfully installed autolens-1.14.0

(autolens) C:\Users\dorey>python welcome.py
python: can't open file 'welcome.py': [Errno 2] No such file or directory

(autolens) C:\Users\dorey>cd \Users\dorey\autolens_workspace

(autolens) C:\Users\dorey\autolens_workspace>cd \autolens_workspace
Le chemin d’accès spécifié est introuvable.

(autolens) C:\Users\dorey\autolens_workspace>python welcome.py
python: can't open file 'welcome.py': [Errno 2] No such file or directory`

The ijnstallation was successful! 🥳

Has the welcome.py file gone missing? Doesnt look like an installation issues just that you've lost the python file somehow?

Yayyyy ! thank you so much !

I suppose, I will look for it manually, brb

Nope, got it right there in this directory C:\Users\dorey\autolens_workspace\autolens_workspace

I think I can't seem to access this directory from the terminal for some reason 🤔

The installation is completely separate from the workspace, so I would try deleting the workspace and redownloading it from scratch.

Okay I think I understand.
Can you guide me through that please ? I'm unsure, and I wouldn't want to wreck the rest :)

You are currently in the path C:\Users\dorey\autolens_workspace.

Move up one path via cd .. - you should now be in C:\Users\dorey.

Next naviagate to C:\Users\dorey in your Windows file explorer and remove autolens_workspace.

Then go back to your terminal:

git clone https://github.com/Jammy2211/autolens_workspace --depth 1
cd autolens_workspace
python welcome.py

If you get a permissions error when you try to delete the old autolens workspace let me know

I get this :

`
(autolens) C:\Users\dorey>git clone https://github.com/Jammy2211/autolens_workspace --depth 1
Cloning into 'autolens_workspace'...
remote: Enumerating objects: 852, done.
remote: Counting objects: 100% (852/852), done.
remote: Compressing objects: 100% (710/710), done.

Receiving objects: 100% (852/852), 93.32 MiB | 5.27 MiB/s, done.
Resolving deltas: 100% (181/181), done.
Updating files: 100% (814/814), done.

(autolens) C:\Users\dorey> cd autolens_workspace

(autolens) C:\Users\dorey\autolens_workspace> python welcome.py

############################################

AUTOLENS WORKSPACE WORKING DIRECTORY

############################################

PyAutoLens assumes that the `autolens_workspace` directory is the Python working directory.
This means that, when you run an example script, you should run it from the `autolens_workspace`
as follows:


cd path/to/autolens_workspace (if you are not already in the autolens_workspace).
python3 scripts/imaging/modeling/mass_total__source_parametric.py


The reasons for this are so that PyAutoLens can:

- Load configuration settings from config files in the `autolens_workspace/config` folder.
- Load example data from the `autolens_workspace/dataset` folder.
- Output the results of models fits to your hard-disk to the `autolens/output` folder.

If you have any errors relating to importing modules, loading data or outputting results it is likely because you
are not running the script with the `autolens_workspace` as the working directory!

[Press Enter to continue]

###############################

MATPLOTLIB BACKEND

###############################

We`re now going to plot an image in PyAutoLens using Matplotlib, using the backend specified in the following
config file (the backend tells Matplotlib where to render the plot)"


autolens_workspace/config/visualize/general.ini -> [general] -> `backend`


The default entry for this is `default` (check the config file now). This uses the default Matplotlib backend
on your computer. For most users, pushing Enter now will show the figure without error.

However, we have had reports that if the backend is set up incorrectly on your system this plot can either
raise an error or cause the `welcome.py` script to crash without a message. If this occurs after you
push Enter, the error is because the Matplotlib backend on your computer is set up incorrectly.

To fix this in PyAutoLens, try changing the backend entry in the config file to one of the following values:"


backend=TKAgg
backend=Qt5Agg
backeknd=Qt4Agg


[Press Enter to continue]

Traceback (most recent call last):
File "welcome.py", line 60, in
import autolens as al
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autolens_init_.py", line 1, in
from autoarray import preprocess
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autoarray_init_.py", line 2, in
from . import plot
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autoarray\plot_init_.py", line 47, in
from autoarray.plot.plotters.inversion_plotters import InversionPlotter
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autoarray\plot\plotters\inversion_plotters.py", line 5, in
from autoarray.inversion import inversions as inv
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autoarray\inversion\inversions.py", line 9, in
from autoarray.operators import convolver as conv, transformer as trans
File "C:\Users\dorey.conda\envs\autolens\lib\site-packages\autoarray\operators\transformer.py", line 8, in
import pylops
ModuleNotFoundError: No module named 'pylops'

(autolens) C:\Users\dorey\autolens_workspace>
(autolens) C:\Users\dorey\autolens_workspace>
`

Ok great we're in the home stretch!

Imma go ahead and pretend like I know what that means :)
So "yay !" what do I do now, please ?

pip install astropy
pip install pylops==1.10.0
pip install pynufft==2020.2.7
pip install scikit-image
pip install scikit-learn
pip install scipy
pip install colossus==1.2.14

There will probably be a few more errors... just gotta tackle them one by one

okayyyy let's goo !

(thank you again for your help)

Just a question : shoul I run these commands in the autolens_workspace repository ? Actually, where should I run these please ?X)

It does not matter where you run them, so long as your conda enviroment is activated (e.g. you have the (autolens) thing in the bottom left)

Great, I'll brb !

`(autolens) C:\Users\dorey\autolens_workspace> pip install pylops==1.10.0
Collecting pylops==1.10.0
Downloading pylops-1.10.0-py3-none-any.whl (149 kB)
|████████████████████████████████| 149 kB 467 kB/s
Requirement already satisfied: numpy>=1.15.0 in c:\users\dorey.conda\envs\autolens\lib\site-packages (from pylops==1.10.0) (1.20.2)
Requirement already satisfied: scipy in c:\users\dorey.conda\envs\autolens\lib\site-packages (from pylops==1.10.0) (1.6.2)
Installing collected packages: pylops
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
autoarray 0.19.0 requires autoconf==0.7.7, but you have autoconf 0.8.0 which is incompatible.
autoarray 0.19.0 requires dill>=0.3.1.1, but you have dill 0.2.8.2 which is incompatible.
autoarray 0.19.0 requires pynufft==2020.2.7, but you have pynufft 2021.0.2 which is incompatible.
Successfully installed pylops-1.10.0

(autolens) C:\Users\dorey\autolens_workspace>`

Think its an ERROR we can ignore, so keep going.

Alright !

Okay, I got the same error for pynufft and colossus, but I kept going, it says either "successfully installed" or "requirement already satisfied"

I tried running the welcome script and...
File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autofit\non_linear\mcmc\emcee.py", line 5, in <module> import emcee ModuleNotFoundError: No module named 'emcee'

pip install corner
pip install emcee
pip install dynesty
pip install pyswarms

Traceback (most recent call last): File "welcome.py", line 60, in <module> import autolens as al File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autolens\__init__.py", line 52, in <module> from . import plot File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autolens\plot\__init__.py", line 64, in <module> from autolens.plot.plotters.fit_imaging_plotters import FitImagingPlotter File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autolens\plot\plotters\fit_imaging_plotters.py", line 4, in <module> from autolens.plot.plotters import ray_tracing_plotters File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autolens\plot\plotters\ray_tracing_plotters.py", line 8, in <module> from autolens.lens import ray_tracing File "C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autolens\lens\ray_tracing.py", line 16, in <module> from autoarray import preloads as pload ImportError: cannot import name 'preloads' from 'autoarray' (C:\Users\dorey\.conda\envs\autolens\lib\site-packages\autoarray\__init__.py)

pip show autoarray

I think some very horrible thigns are happening to your conda environment atm :/

nooooooooo :'( poor conda

`(autolens) C:\Users\dorey\autolens_workspace>pip show autoarray
Name: autoarray
Version: 0.19.0
Summary: PyAuto Data Structures
Home-page: https://github.com/Jammy2211/PyAutoArray
Author: James Nightingale and Richard Hayes
Author-email: james.w.nightingale@durham.ac.uk
License: MIT License
Location: c:\users\dorey.conda\envs\autolens\lib\site-packages
Requires: autoconf, llvmlite, pynufft, decorator, numba, scikit-learn, numpy, pylops, dill, scipy, astropy, scikit-image
Required-by: autolens, autogalaxy

(autolens) C:\Users\dorey\autolens_workspace>`

Ok wait try thiis:

pip install autoarray==0.20.0 --no-deps

T'was succesful

pip install autogalaxy==0.19.0 --no-deps

Ok then try another run of welcome.py...

Success

alright

image
hoooo my goodness

🥳 🥳 🥳 🥳 🥳 🥳 🥳

Thank you sooo much for you time and patience !

No problem, glad we got there (I had a bit of a scare towards the end!).