-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Hello thank you for great project! I follow README but have installation issue please help
running install
/usr/home/skurt/miniconda3/envs/pp/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/usr/home/skurt/miniconda3/envs/pp/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running bdist_egg
running egg_info
writing bgflow.egg-info/PKG-INFO
writing dependency_links to bgflow.egg-info/dependency_links.txt
writing top-level names to bgflow.egg-info/top_level.txt
reading manifest file 'bgflow.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'bgflow.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/bgflow
copying bgflow/_version.py -> build/lib/bgflow
copying bgflow/bg.py -> build/lib/bgflow
copying bgflow/init.py -> build/lib/bgflow
creating build/lib/bgflow/utils
copying bgflow/utils/geometry.py -> build/lib/bgflow/utils
copying bgflow/utils/free_energy.py -> build/lib/bgflow/utils
copying bgflow/utils/init.py -> build/lib/bgflow/utils
copying bgflow/utils/tensorops.py -> build/lib/bgflow/utils
copying bgflow/utils/autograd.py -> build/lib/bgflow/utils
copying bgflow/utils/openmm.py -> build/lib/bgflow/utils
copying bgflow/utils/internal_coordinates.py -> build/lib/bgflow/utils
copying bgflow/utils/rbf_kernels.py -> build/lib/bgflow/utils
copying bgflow/utils/types.py -> build/lib/bgflow/utils
copying bgflow/utils/shape.py -> build/lib/bgflow/utils
copying bgflow/utils/train.py -> build/lib/bgflow/utils
creating build/lib/bgflow/nn
copying bgflow/nn/init.py -> build/lib/bgflow/nn
copying bgflow/nn/periodic.py -> build/lib/bgflow/nn
copying bgflow/nn/dense.py -> build/lib/bgflow/nn
creating build/lib/bgflow/factory
copying bgflow/factory/distribution_factory.py -> build/lib/bgflow/factory
copying bgflow/factory/tensor_info.py -> build/lib/bgflow/factory
copying bgflow/factory/generator_builder.py -> build/lib/bgflow/factory
copying bgflow/factory/init.py -> build/lib/bgflow/factory
copying bgflow/factory/icmarginals.py -> build/lib/bgflow/factory
copying bgflow/factory/conditioner_factory.py -> build/lib/bgflow/factory
copying bgflow/factory/GNN_factory.py -> build/lib/bgflow/factory
copying bgflow/factory/transformer_factory.py -> build/lib/bgflow/factory
creating build/lib/bgflow/distribution
copying bgflow/distribution/product.py -> build/lib/bgflow/distribution
copying bgflow/distribution/init.py -> build/lib/bgflow/distribution
copying bgflow/distribution/distributions.py -> build/lib/bgflow/distribution
copying bgflow/distribution/normal.py -> build/lib/bgflow/distribution
copying bgflow/distribution/mixture.py -> build/lib/bgflow/distribution
creating build/lib/bgflow/nn/flow
copying bgflow/nn/flow/pppp.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/sequential.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/spline.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/base.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/cdf.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/init.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/affine.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/bnaf.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/coupling.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/elementwise.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/inverted.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/kronecker.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/checkerboard.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/funnel.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/torchtransform.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/orthogonal.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/circular.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/triangular.py -> build/lib/bgflow/nn/flow
copying bgflow/nn/flow/diffeq.py -> build/lib/bgflow/nn/flow
creating build/lib/bgflow/nn/training
copying bgflow/nn/training/init.py -> build/lib/bgflow/nn/training
copying bgflow/nn/training/trainers.py -> build/lib/bgflow/nn/training
creating build/lib/bgflow/nn/flow/crd_transform
copying bgflow/nn/flow/crd_transform/ic_helper.py -> build/lib/bgflow/nn/flow/crd_transform
copying bgflow/nn/flow/crd_transform/_deprecated_ic.py -> build/lib/bgflow/nn/flow/crd_transform
copying bgflow/nn/flow/crd_transform/init.py -> build/lib/bgflow/nn/flow/crd_transform
copying bgflow/nn/flow/crd_transform/pca.py -> build/lib/bgflow/nn/flow/crd_transform
copying bgflow/nn/flow/crd_transform/ic.py -> build/lib/bgflow/nn/flow/crd_transform
creating build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/anode_dynamic.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/density.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/simple.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/inversed.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/init.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/blackbox.py -> build/lib/bgflow/nn/flow/dynamics
copying bgflow/nn/flow/dynamics/kernel_dynamic.py -> build/lib/bgflow/nn/flow/dynamics
creating build/lib/bgflow/nn/flow/stochastic
copying bgflow/nn/flow/stochastic/init.py -> build/lib/bgflow/nn/flow/stochastic
copying bgflow/nn/flow/stochastic/mcmc.py -> build/lib/bgflow/nn/flow/stochastic
copying bgflow/nn/flow/stochastic/langevin.py -> build/lib/bgflow/nn/flow/stochastic
copying bgflow/nn/flow/stochastic/snf_openmm.py -> build/lib/bgflow/nn/flow/stochastic
copying bgflow/nn/flow/stochastic/augment.py -> build/lib/bgflow/nn/flow/stochastic
creating build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/gaussian.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/spline.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/jax.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/base.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/jax_bridge.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/init.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/entropy_scaling.py -> build/lib/bgflow/nn/flow/transformer
copying bgflow/nn/flow/transformer/affine.py -> build/lib/bgflow/nn/flow/transformer
creating build/lib/bgflow/nn/flow/estimator
copying bgflow/nn/flow/estimator/init.py -> build/lib/bgflow/nn/flow/estimator
copying bgflow/nn/flow/estimator/hutchinson_estimator.py -> build/lib/bgflow/nn/flow/estimator
copying bgflow/nn/flow/estimator/brute_force_estimator.py -> build/lib/bgflow/nn/flow/estimator
creating build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/base.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/clipped.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/multi_double_well_potential.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/init.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/lennard_jones.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/openmm.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/xtb.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/ase.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/double_well.py -> build/lib/bgflow/distribution/energy
copying bgflow/distribution/energy/particles.py -> build/lib/bgflow/distribution/energy
creating build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/_iterative_helpers.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/iterative.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/base.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/init.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/mcmc.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/buffer.py -> build/lib/bgflow/distribution/sampling
copying bgflow/distribution/sampling/dataset.py -> build/lib/bgflow/distribution/sampling
creating build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/umbrella_sampling.py -> build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/init.py -> build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/analysis.py -> build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/permutation.py -> build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/metropolis.py -> build/lib/bgflow/distribution/sampling/_mcmc
copying bgflow/distribution/sampling/_mcmc/latent_sampling.py -> build/lib/bgflow/distribution/sampling/_mcmc
UPDATING build/lib/bgflow/_version.py
set build/lib/bgflow/_version.py to '0.3.0+13.g5e917db'
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/bgflow
copying build/lib/bgflow/_version.py -> build/bdist.linux-x86_64/egg/bgflow
creating build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/geometry.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/free_energy.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/init.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/tensorops.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/autograd.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/openmm.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/internal_coordinates.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/rbf_kernels.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/types.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/shape.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/utils/train.py -> build/bdist.linux-x86_64/egg/bgflow/utils
copying build/lib/bgflow/bg.py -> build/bdist.linux-x86_64/egg/bgflow
copying build/lib/bgflow/init.py -> build/bdist.linux-x86_64/egg/bgflow
creating build/bdist.linux-x86_64/egg/bgflow/nn
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/pppp.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/sequential.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/spline.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
copying build/lib/bgflow/nn/flow/crd_transform/ic_helper.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
copying build/lib/bgflow/nn/flow/crd_transform/_deprecated_ic.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
copying build/lib/bgflow/nn/flow/crd_transform/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
copying build/lib/bgflow/nn/flow/crd_transform/pca.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
copying build/lib/bgflow/nn/flow/crd_transform/ic.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/anode_dynamic.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/density.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/simple.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/inversed.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/blackbox.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
copying build/lib/bgflow/nn/flow/dynamics/kernel_dynamic.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/stochastic/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/stochastic/mcmc.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/stochastic/langevin.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/stochastic/snf_openmm.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/stochastic/augment.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic
copying build/lib/bgflow/nn/flow/base.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/cdf.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/affine.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/bnaf.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/coupling.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/elementwise.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/inverted.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/gaussian.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/spline.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/jax.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/base.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/jax_bridge.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/entropy_scaling.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/transformer/affine.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer
copying build/lib/bgflow/nn/flow/kronecker.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/checkerboard.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/funnel.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/torchtransform.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/orthogonal.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/circular.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/triangular.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
copying build/lib/bgflow/nn/flow/diffeq.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow
creating build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator
copying build/lib/bgflow/nn/flow/estimator/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator
copying build/lib/bgflow/nn/flow/estimator/hutchinson_estimator.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator
copying build/lib/bgflow/nn/flow/estimator/brute_force_estimator.py -> build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator
copying build/lib/bgflow/nn/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn
copying build/lib/bgflow/nn/periodic.py -> build/bdist.linux-x86_64/egg/bgflow/nn
copying build/lib/bgflow/nn/dense.py -> build/bdist.linux-x86_64/egg/bgflow/nn
creating build/bdist.linux-x86_64/egg/bgflow/nn/training
copying build/lib/bgflow/nn/training/init.py -> build/bdist.linux-x86_64/egg/bgflow/nn/training
copying build/lib/bgflow/nn/training/trainers.py -> build/bdist.linux-x86_64/egg/bgflow/nn/training
creating build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/distribution_factory.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/tensor_info.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/generator_builder.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/init.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/icmarginals.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/conditioner_factory.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/GNN_factory.py -> build/bdist.linux-x86_64/egg/bgflow/factory
copying build/lib/bgflow/factory/transformer_factory.py -> build/bdist.linux-x86_64/egg/bgflow/factory
creating build/bdist.linux-x86_64/egg/bgflow/distribution
copying build/lib/bgflow/distribution/product.py -> build/bdist.linux-x86_64/egg/bgflow/distribution
creating build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/base.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/clipped.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/multi_double_well_potential.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/init.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/lennard_jones.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/openmm.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/xtb.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/ase.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/double_well.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/energy/particles.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/energy
copying build/lib/bgflow/distribution/init.py -> build/bdist.linux-x86_64/egg/bgflow/distribution
creating build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/_iterative_helpers.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
creating build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/umbrella_sampling.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/init.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/analysis.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/permutation.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/metropolis.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/_mcmc/latent_sampling.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc
copying build/lib/bgflow/distribution/sampling/iterative.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/base.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/init.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/mcmc.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/buffer.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/sampling/dataset.py -> build/bdist.linux-x86_64/egg/bgflow/distribution/sampling
copying build/lib/bgflow/distribution/distributions.py -> build/bdist.linux-x86_64/egg/bgflow/distribution
copying build/lib/bgflow/distribution/normal.py -> build/bdist.linux-x86_64/egg/bgflow/distribution
copying build/lib/bgflow/distribution/mixture.py -> build/bdist.linux-x86_64/egg/bgflow/distribution
byte-compiling build/bdist.linux-x86_64/egg/bgflow/_version.py to _version.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/geometry.py to geometry.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/free_energy.py to free_energy.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/tensorops.py to tensorops.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/autograd.py to autograd.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/openmm.py to openmm.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/internal_coordinates.py to internal_coordinates.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/rbf_kernels.py to rbf_kernels.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/types.py to types.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/shape.py to shape.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/utils/train.py to train.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/bg.py to bg.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/pppp.py to pppp.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/sequential.py to sequential.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/spline.py to spline.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform/ic_helper.py to ic_helper.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform/_deprecated_ic.py to _deprecated_ic.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform/pca.py to pca.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/crd_transform/ic.py to ic.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/anode_dynamic.py to anode_dynamic.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/density.py to density.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/simple.py to simple.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/inversed.py to inversed.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/blackbox.py to blackbox.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/dynamics/kernel_dynamic.py to kernel_dynamic.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic/mcmc.py to mcmc.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic/langevin.py to langevin.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic/snf_openmm.py to snf_openmm.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/stochastic/augment.py to augment.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/base.py to base.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/cdf.py to cdf.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/affine.py to affine.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/bnaf.py to bnaf.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/coupling.py to coupling.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/elementwise.py to elementwise.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/inverted.py to inverted.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/gaussian.py to gaussian.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/spline.py to spline.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/jax.py to jax.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/base.py to base.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/jax_bridge.py to jax_bridge.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/entropy_scaling.py to entropy_scaling.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/transformer/affine.py to affine.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/kronecker.py to kronecker.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/checkerboard.py to checkerboard.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/funnel.py to funnel.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/torchtransform.py to torchtransform.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/orthogonal.py to orthogonal.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/circular.py to circular.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/triangular.py to triangular.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/diffeq.py to diffeq.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator/hutchinson_estimator.py to hutchinson_estimator.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/flow/estimator/brute_force_estimator.py to brute_force_estimator.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/periodic.py to periodic.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/dense.py to dense.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/training/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/nn/training/trainers.py to trainers.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/distribution_factory.py to distribution_factory.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/tensor_info.py to tensor_info.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/generator_builder.py to generator_builder.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/icmarginals.py to icmarginals.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/conditioner_factory.py to conditioner_factory.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/GNN_factory.py to GNN_factory.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/factory/transformer_factory.py to transformer_factory.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/product.py to product.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/base.py to base.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/clipped.py to clipped.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/multi_double_well_potential.py to multi_double_well_potential.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/lennard_jones.py to lennard_jones.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/openmm.py to openmm.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/xtb.py to xtb.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/ase.py to ase.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/double_well.py to double_well.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/energy/particles.py to particles.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_iterative_helpers.py to _iterative_helpers.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/umbrella_sampling.py to umbrella_sampling.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/analysis.py to analysis.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/permutation.py to permutation.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/metropolis.py to metropolis.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/_mcmc/latent_sampling.py to latent_sampling.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/iterative.py to iterative.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/base.py to base.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/init.py to init.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/mcmc.py to mcmc.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/buffer.py to buffer.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/sampling/dataset.py to dataset.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/distributions.py to distributions.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/normal.py to normal.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/bgflow/distribution/mixture.py to mixture.cpython-310.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying bgflow.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying bgflow.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying bgflow.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying bgflow.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/bgflow-0.3.0+13.g5e917db-py3.10.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing bgflow-0.3.0+13.g5e917db-py3.10.egg
Copying bgflow-0.3.0+13.g5e917db-py3.10.egg to /usr/home/skurt/miniconda3/envs/pp/lib/python3.10/site-packages
Removing bgflow 0.3.0+13.g5e917db from easy-install.pth file
Adding bgflow 0.3.0+13.g5e917db to easy-install.pth file
Installed /usr/home/skurt/miniconda3/envs/pp/lib/python3.10/site-packages/bgflow-0.3.0+13.g5e917db-py3.10.egg
Processing dependencies for bgflow==0.3.0+13.g5e917db
Finished processing dependencies for bgflow==0.3.0+13.g5e917db
Using pip 22.2.2 from /usr/home/skurt/miniconda3/envs/pp/lib/python3.10/site-packages/pip (python 3.10)
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-ztfj4xqd
Created temporary directory: /tmp/pip-build-tracker-1mhj8e0c
Initialized build tracking at /tmp/pip-build-tracker-1mhj8e0c
Created build tracker: /tmp/pip-build-tracker-1mhj8e0c
Entered build tracker: /tmp/pip-build-tracker-1mhj8e0c
Created temporary directory: /tmp/pip-install-id36_chf
1 location(s) to search for versions of einops:
- https://pypi.org/simple/einops/
Fetching project page and analyzing links: https://pypi.org/simple/einops/
Getting page https://pypi.org/simple/einops/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/einops/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/einops/ HTTP/1.1" 304 0
Fetched page https://pypi.org/simple/einops/ as application/vnd.pypi.simple.v1+json
Found link https://files.pythonhosted.org/packages/36/1f/a5e6496a167b6e892123b201ccce251184457ce7a1b6c8e06662c09bfbab/einops-0.1.0-py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.1.0
Found link https://files.pythonhosted.org/packages/32/d3/efa7cd2f496ebe32b7b7e17bb0d91f2fb216b032ce572e63bab767f46e32/einops-0.1.0.tar.gz (from https://pypi.org/simple/einops/), version: 0.1.0
Found link https://files.pythonhosted.org/packages/89/32/5ded0a73d2e14ef5a6908a930c3e1e9f92ffead482a2f153182b7429066e/einops-0.2.0-py2.py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.2.0
Found link https://files.pythonhosted.org/packages/d1/20/df4006976ecb81f5e0bea3f5cbdbd90c4a70d5552b7541a82419449b9481/einops-0.2.0.tar.gz (from https://pypi.org/simple/einops/), version: 0.2.0
Found link https://files.pythonhosted.org/packages/5d/a0/9935e030634bf60ecd572c775f64ace82ceddf2f504a5fd3902438f07090/einops-0.3.0-py2.py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.3.0
Found link https://files.pythonhosted.org/packages/4e/37/030baebc4d262b1efa2f80f8de3e3ca6706ca6c6a8bd5ee39b42955c192d/einops-0.3.0.tar.gz (from https://pypi.org/simple/einops/), version: 0.3.0
Found link https://files.pythonhosted.org/packages/2c/69/1ffc4d768d3b7ff488dbe7c7e97c278f10e9dc184d2a039f46f4c1c00c87/einops-0.3.1-py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.3.1
Found link https://files.pythonhosted.org/packages/1c/68/5988e1f196adb1ba1337e98a488075c28e5898555c961aafd74237b5fc4d/einops-0.3.1.tar.gz (from https://pypi.org/simple/einops/), version: 0.3.1
Found link https://files.pythonhosted.org/packages/1e/00/919421f097de2a6ca2d9b4d9f3f596274e44c243a6ecca210cd0811032c0/einops-0.3.2-py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.3.2
Found link https://files.pythonhosted.org/packages/aa/88/c15eeca638ff774e36742be62fb51fbda9db03df4a1f12dc865dd3d6f1a8/einops-0.3.2.tar.gz (from https://pypi.org/simple/einops/), version: 0.3.2
Found link https://files.pythonhosted.org/packages/66/6f/fb90ccb765bc521d363f605aaddb4c4169891d431b9c6fed0451c5a533f5/einops-0.4.0-py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.4.0
Found link https://files.pythonhosted.org/packages/12/59/4fea1764008e4cfa5f7cae68e07b882e972d5c0bb6479139075cb1123e19/einops-0.4.0.tar.gz (from https://pypi.org/simple/einops/), version: 0.4.0
Found link https://files.pythonhosted.org/packages/df/bf/18c6c753fe699c44e3d6013d75074e15f139f9a9adbaeb108f61d73d18d1/einops-0.4.1-py3-none-any.whl (from https://pypi.org/simple/einops/), version: 0.4.1
Found link https://files.pythonhosted.org/packages/ff/e9/9ba84945717efa970463e0404013624485a58b1e14a38b7aff9402f18c14/einops-0.4.1.tar.gz (from https://pypi.org/simple/einops/), version: 0.4.1
Found link https://files.pythonhosted.org/packages/18/d7/ed1ce1d5e00b0cd0e1ca46a710eb00822add013048c733d5b82db490e643/einops-0.5.0-py3-none-any.whl (from https://pypi.org/simple/einops/) (requires-python:>=3.7), version: 0.5.0
Found link https://files.pythonhosted.org/packages/0b/4f/ffbe0aef2378ab8e0aa06c909d667358d84b442f54dec81b6efac4efcf6a/einops-0.5.0.tar.gz (from https://pypi.org/simple/einops/) (requires-python:>=3.7), version: 0.5.0
Skipping link: not a file: https://pypi.org/simple/einops/
Given no hashes to check 16 links for project 'einops': discarding no candidates
Collecting einops
Created temporary directory: /tmp/pip-unpack-a6njydw6
Looking up "https://files.pythonhosted.org/packages/18/d7/ed1ce1d5e00b0cd0e1ca46a710eb00822add013048c733d5b82db490e643/einops-0.5.0-py3-none-any.whl" in the cache
Current age based on date: 160
Ignoring unknown cache-control directive: immutable
Freshness lifetime from max-age: 365000000
The response is "fresh", returning cached response
365000000 > 160
Using cached einops-0.5.0-py3-none-any.whl (36 kB)
Added einops from https://files.pythonhosted.org/packages/18/d7/ed1ce1d5e00b0cd0e1ca46a710eb00822add013048c733d5b82db490e643/einops-0.5.0-py3-none-any.whl to build tracker '/tmp/pip-build-tracker-1mhj8e0c'
Removed einops from https://files.pythonhosted.org/packages/18/d7/ed1ce1d5e00b0cd0e1ca46a710eb00822add013048c733d5b82db490e643/einops-0.5.0-py3-none-any.whl from build tracker '/tmp/pip-build-tracker-1mhj8e0c'
1 location(s) to search for versions of pytorch: - https://pypi.org/simple/pytorch/
Fetching project page and analyzing links: https://pypi.org/simple/pytorch/
Getting page https://pypi.org/simple/pytorch/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/pytorch/" in the cache
Request header has "max_age" as 0, cache bypassed
https://pypi.org:443 "GET /simple/pytorch/ HTTP/1.1" 304 0
Fetched page https://pypi.org/simple/pytorch/ as application/vnd.pypi.simple.v1+json
Found link https://files.pythonhosted.org/packages/a9/41/4487bc23e3ac4d674943176f5aa309427b011e00607eb98899e9d951f67b/pytorch-0.1.2.tar.gz (from https://pypi.org/simple/pytorch/), version: 0.1.2
Found link https://files.pythonhosted.org/packages/ee/67/f403d4ae6e9cd74b546ee88cccdb29b8415a9c1b3d80aebeb20c9ea91d96/pytorch-1.0.2.tar.gz (from https://pypi.org/simple/pytorch/), version: 1.0.2
Skipping link: not a file: https://pypi.org/simple/pytorch/
Given no hashes to check 2 links for project 'pytorch': discarding no candidates
Collecting pytorch
Created temporary directory: /tmp/pip-unpack-u942abia
Looking up "https://files.pythonhosted.org/packages/ee/67/f403d4ae6e9cd74b546ee88cccdb29b8415a9c1b3d80aebeb20c9ea91d96/pytorch-1.0.2.tar.gz" in the cache
Current age based on date: 159
Ignoring unknown cache-control directive: immutable
Freshness lifetime from max-age: 365000000
The response is "fresh", returning cached response
365000000 > 159
Using cached pytorch-1.0.2.tar.gz (689 bytes)
Added pytorch from https://files.pythonhosted.org/packages/ee/67/f403d4ae6e9cd74b546ee88cccdb29b8415a9c1b3d80aebeb20c9ea91d96/pytorch-1.0.2.tar.gz to build tracker '/tmp/pip-build-tracker-1mhj8e0c'
Running setup.py (path:/tmp/pip-install-id36_chf/pytorch_e3cff7768d514d8d93ee9b83baea5fc5/setup.py) egg_info for package pytorch
Created temporary directory: /tmp/pip-pip-egg-info-0o5bc3if
Running command python setup.py egg_info
running egg_info
creating /tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info
writing /tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/dependency_links.txt
writing top-level names to /tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/top_level.txt
writing manifest file '/tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/SOURCES.txt'
reading manifest file '/tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/SOURCES.txt'
writing manifest file '/tmp/pip-pip-egg-info-0o5bc3if/pytorch.egg-info/SOURCES.txt'
Preparing metadata (setup.py) ... done
Source in /tmp/pip-install-id36_chf/pytorch_e3cff7768d514d8d93ee9b83baea5fc5 has version 1.0.2, which satisfies requirement pytorch from https://files.pythonhosted.org/packages/ee/67/f403d4ae6e9cd74b546ee88cccdb29b8415a9c1b3d80aebeb20c9ea91d96/pytorch-1.0.2.tar.gz
Removed pytorch from https://files.pythonhosted.org/packages/ee/67/f403d4ae6e9cd74b546ee88cccdb29b8415a9c1b3d80aebeb20c9ea91d96/pytorch-1.0.2.tar.gz from build tracker '/tmp/pip-build-tracker-1mhj8e0c'
1 location(s) to search for versions of numpy: - https://pypi.org/simple/numpy/
Fetching project page and analyzing links: https://pypi.org/simple/numpy/
Getting page https://pypi.org/simple/numpy/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/numpy/" in the cache
Request header has "max_age" as 0, cache bypassed
https://pypi.org:443 "GET /simple/numpy/ HTTP/1.1" 304 0
Fetched page https://pypi.org/simple/numpy/ as application/vnd.pypi.simple.v1+json
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/b7/53/342ee8490dce7939ed31073a1e1d80f114a56bd7b63ebd8d80df79aba5e0/numpy-1.0.1.dev3460.win32-py2.4.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/ab/67/19e93e3f8c3e077dcf6fc54e84e1cff609c4a7e0a3ce14f70794dde60063/numpy-1.3.0.tar.gz (from https://pypi.org/simple/numpy/), version: 1.3.0
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/98/b6/d5022159ff85cfb20a063996fe0b5a48199d856a752df20af675001a3fdf/numpy-1.3.0.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/6f/16/84dcacfbabd93ac12c378b823330d8665bdcf8ccea89da17d992afcbcb3a/numpy-1.4.1.tar.gz (from https://pypi.org/simple/numpy/), version: 1.4.1
Found link https://files.pythonhosted.org/packages/f4/7e/ee0605be5f922a85f798bf8ff1849d4d043b08229b026e55527110384c6d/numpy-1.5.0.tar.gz (from https://pypi.org/simple/numpy/), version: 1.5.0
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/bd/bd/20b14b780f26876796fa7d33ac4e7d59adcd462c8c08006f5aeb11e67a10/numpy-1.5.0.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_intel, cp27-none-macosx_10_9_intel, cp27-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/ad/d6/0cee332656a0633ff062c13408734dc3c617d5d45d174c491033063668eb/numpy-1.5.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/73/e1/88932bb0420a0fbe1547ee96d4e7332de5c1ed5a846a6c96ea422c6bf753/numpy-1.5.1.tar.gz (from https://pypi.org/simple/numpy/), version: 1.5.1
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/8b/8e/e20ca84e30db2d93d85370ba23efbe54037bb45348dd6496185e7bbb15fa/numpy-1.5.1.win32-py2.5-nosse.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/d2/fe/2d765a8f923db9a2254f398af2cafdd777b39611e90ac28d5fc3b8fd9cfa/numpy-1.5.1.win32-py2.6-nosse.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/eb/a9/af5807aeefbc05d574e103212cfc71423ac255ad326de651ed01ddf7f995/numpy-1.5.1.win32-py2.7-nosse.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/3f/c9/2aa4f6426c7b8e4a227834ecb10da666c35791510bc1ae11bf6e87398c18/numpy-1.5.1.win32-py3.1-nosse.exe (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/22/17/606397a90ea8ec590b92c793c1f130b41a3871ac0f867bfc81734c53d381/numpy-1.6.0-cp26-cp26m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/3b/dd/d1b1fdd0082ac250b0c54033c8ca49501209dd43b8d4f6fe5ec7b60825db/numpy-1.6.0-cp26-cp26mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/36/16/de492dda22c95137ca4cef59e8ce354c4c1b8e752326b0eb6dedad2cb8ba/numpy-1.6.0-cp27-cp27m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/51/e1/646c30422256ef8d350c70d72499bba1c5aa19b56939601816757b4934a7/numpy-1.6.0-cp27-cp27mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_intel, cp27-none-macosx_10_9_intel, cp27-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/1c/57/ef71f2426816c2303b9a64c60485f341d5b146e39b5cb77fdbac0d6f8603/numpy-1.6.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/5a/6f/85439fe9c58d16c477f8bb767da9b55c0721adfb940ace2e4240793af70d/numpy-1.6.0.tar.gz (from https://pypi.org/simple/numpy/), version: 1.6.0
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/b0/a5/ba8a8f45c0f0f22ce6d27e5b0b2ec1cd8ed71d960821a65fcb2adc6c6695/numpy-1.6.0.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/8a/ff/2da6ab3812c1f9bc70f093f0993ac6d1a8fb594c43ed3fb70156a92b4d6c/numpy-1.6.0.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/04/6c/737e537c83e9345cafd4d56b3a6902ce24df95d35156d774d5eb17142ccd/numpy-1.6.0.win32-py2.7.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/c2/94/5ff07d1d8dd7bea8289785f31428fdf157a6aa6de47f5a99a4a9bca64785/numpy-1.6.0.win32-py3.1.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/5d/f0/5df2f4ea6837fecae474768d87afcf225353c3c9ea7bb9128f6d2144655a/numpy-1.6.0.win32-py3.2.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/1e/03/ada8e8080de8a4d488709ba721396e9eb103906fcb62f6128edec56b09ed/numpy-1.6.0.zip (from https://pypi.org/simple/numpy/), version: 1.6.0
Skipping link: none of the wheel's tags (cp26-cp26m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a8/47/aa5823f1f185ddb2c3f3413ecbb213ffbad67909e620bcf2d891659a2bfb/numpy-1.6.1-cp26-cp26m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d6/0d/dee7abf1e1eedd50517c6c96d161b0528a9231626866ca43a0d9c3bff1f2/numpy-1.6.1-cp26-cp26mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/45/25/23e8f084706cebdfbe19064f6195b129122e9b7cd2ce218897f8e8608759/numpy-1.6.1-cp27-cp27m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/44/3b/63aa0464c495de6bac1f9f5a6c4626264ea07ad85b51cf6ebfdbbaa9fab4/numpy-1.6.1-cp27-cp27mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_intel, cp27-none-macosx_10_9_intel, cp27-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a6/b9/a9e4411c08a568a9558e4d4efc15cd26cf9f2f84e4d7ea800742fedb858c/numpy-1.6.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/dc/6a/5899b7baaa3ebbcc49fb97cdf6b96964d65684864562a1f4ca4cc9f578c8/numpy-1.6.1.tar.gz (from https://pypi.org/simple/numpy/), version: 1.6.1
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/83/68/4416a59370addad4dcee0ba726109f7b1f39cebda825a66381f5e654d797/numpy-1.6.1.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/66/44/faa65dfa761cb241c6569e7c59a1ac787b25a7c595298967d153998b7a1e/numpy-1.6.1.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/49/da/9296bc3b400416472560472537139c0023baf1e9654a22412ae2579cfb58/numpy-1.6.1.win32-py2.7.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/70/58/47971a9c98cbb2c33da21b35a8d5c6c2ad5bd372029c7cd047bb015f9982/numpy-1.6.1.win32-py3.1.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/bd/8c/18b43361fbb79c5fd69e54acd144618df86cad6a461b050ea8fb9870d234/numpy-1.6.1.win32-py3.2.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/09/10/2207a8f36b57f7b3d8fa420d717edf1abf42e687405bc9eaf290f3c74518/numpy-1.6.1.zip (from https://pypi.org/simple/numpy/), version: 1.6.1
Skipping link: none of the wheel's tags (cp26-cp26m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e1/ef/7aa7addd74e79bc3de1b47016c1a9080ffea4880474bd055b5643c67aa18/numpy-1.6.2-cp26-cp26m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/0c/a9/d5619a0d5c98f915696850c1b5f8566ce82d0ea83bf9834d419c1ceed6d8/numpy-1.6.2-cp26-cp26mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/27/e5/c7fa8b4908348e004ac1098ecd13d57fc42c692949b94c89da094bbe96ea/numpy-1.6.2-cp27-cp27m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/5d/a9/bf3e87bb9353875f387326b3e73ea11ee14c4270d71fe9e87d01858e85ca/numpy-1.6.2-cp27-cp27mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_intel, cp27-none-macosx_10_9_intel, cp27-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/62/c4/26d4115edd63a0fb5c3c8809ccd90e608a13b6221d7d00f696e9fce433eb/numpy-1.6.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/20/51/71f2d77f3af6e95a6ac920425d54233c898cb04a2a2a45faa488f0562d9d/numpy-1.6.2.tar.gz (from https://pypi.org/simple/numpy/), version: 1.6.2
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/a2/fb/79ad4e77725c64e19aca63f431ceaf59a84251229fd66edf21099cb73bac/numpy-1.6.2.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/f2/3c/6b5157c028f834c925871cc2a30ff54368ae5f5e2ad2c45bedf22a85b23a/numpy-1.6.2.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/96/66/233a83d908463463c1c23e703fa40cb9b28649438e893d7c3081d51a7dc4/numpy-1.6.2.win32-py2.7.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/40/11/087b97fa8ee850ec7922d294cdd5ccb400a0f4f23bdf19eb22677813bd3e/numpy-1.6.2.win32-py3.1.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/e2/48/ecb03f8e1b38fbfa052dacf1d1aa6cbd4ba189301c7353facb4641cb7ca2/numpy-1.6.2.win32-py3.2.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/43/26/3c7c2b24674be1a48d5ef7e2be6559305189a13029255a6944d6889b8b73/numpy-1.6.2.zip (from https://pypi.org/simple/numpy/), version: 1.6.2
Skipping link: none of the wheel's tags (cp26-cp26m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/b5/3c/40415c6827a2a9401ba8685fbb95434cc17112719a17a0dac18cd08a6593/numpy-1.7.0-cp26-cp26m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/8b/c7/eedb050859dbb10e1882b8b965e66347aeae7cf62a07fe22721986feb091/numpy-1.7.0-cp26-cp26mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/00/cc/b160198ce598e928fcef668fa6a96f064f91b9c73a4ef96bd25c9a0df084/numpy-1.7.0-cp27-cp27m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/86/f1/30661a1a2366a01e1dcade658df0f64825660f04c556caaa65ebf71aa904/numpy-1.7.0-cp27-cp27mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp33-cp33m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/37/2d/e010c183862c0966985d0e0e81ce89aa395d2271024665510152d9216d23/numpy-1.7.0-cp33-cp33m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp34-cp34m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d4/fb/9050def07758560df00e1f81ce08a0f6e4fba49d3b5f2606bfcd9bb2e70c/numpy-1.7.0-cp34-cp34m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/e7/b8/0eec6203c783047760db02f86791814c860397a7c79c444ddabc8a2f1c69/numpy-1.7.0.tar.gz (from https://pypi.org/simple/numpy/), version: 1.7.0
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/c4/d0/ca3d5c31f6ba98bb37bbd1a0fc7e48c6eedf186b962c33a7113a8efdf93b/numpy-1.7.0.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/d5/f3/130542e4de8fc1b91c5b9579fddb84edcd93b2b2030eb19167543d31c188/numpy-1.7.0.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/c6/d7/163ec8ed88a12f6b21bf937abfc57802b436c1cd647ff46cef5ba9fa7ef0/numpy-1.7.0.win32-py2.7.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/90/a4/c083366e8d78cc8347ded7c1e6e73ad6dea0e33eff79aad097d5dfacfcaa/numpy-1.7.0.win32-py3.1.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/81/68/20f9cc12548f3de072dbeb693c5c41c9f4af8b8be0f9ebc2170aeb26ae1c/numpy-1.7.0.win32-py3.2.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/00/02/034ecff41b20ec003da9cd74612346b9d49d7313b132934f10e1f7c48f09/numpy-1.7.0.win32-py3.3.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/a6/cc/d91b5d9a60438c3fabb5b119b67faa0f95897a89b155bf92a42f6da39d2b/numpy-1.7.0.zip (from https://pypi.org/simple/numpy/), version: 1.7.0
Skipping link: none of the wheel's tags (cp26-cp26m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/60/02/947f5a823b06100b6cf7cb8c9ba30dec9a304661306d888fffe9c0e0930d/numpy-1.7.1-cp26-cp26m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp26-cp26mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/e4/66/f5c1a824191bfbcbdacb339c6fcdf51b975542ac2134e133568dd50aa6d7/numpy-1.7.1-cp26-cp26mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/d2/cf/cae02304d5d086b681f7cd8a472aeda1765de40cd7b453cb9bc97900d630/numpy-1.7.1-cp27-cp27m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-cp27mu-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/07/d7/926031f1c5fa59b7f81382feed7f1fc44213a3e1bda4f47bf5ea5d76e56f/numpy-1.7.1-cp27-cp27mu-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp27-none-macosx_10_6_intel, cp27-none-macosx_10_9_intel, cp27-none-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/97/9c/d30d3e8a188899069a36bdb4e1e8e30deed8d0ea62f50be08a9568c898be/numpy-1.7.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp32-cp32m-macosx_10_6_intel, cp32-cp32m-macosx_10_9_intel, cp32-cp32m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/bd/b1/2956bb8d525f1693d2550010a90c59b6c98dd23adac5ee5f4420e3e09327/numpy-1.7.1-cp32-cp32m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp33-cp33m-macosx_10_6_intel, cp33-cp33m-macosx_10_9_intel, cp33-cp33m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/af/da/c827c0d3b2aa7533b81292cad566aa72a1d621d3b899f284a0704b767213/numpy-1.7.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp33-cp33m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/a3/15/f6e37dd6aa9719902850b3af30d3783e5019c920afbf09a4c999ff15cecf/numpy-1.7.1-cp33-cp33m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp34-cp34m-macosx_10_6_intel, cp34-cp34m-macosx_10_9_intel, cp34-cp34m-macosx_10_9_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/6e/74/f57df6dc831c040f6a120095f663268915f903e9f332fd67d48cffabdcdc/numpy-1.7.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl (from https://pypi.org/simple/numpy/)
Skipping link: none of the wheel's tags (cp34-cp34m-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://files.pythonhosted.org/packages/fa/c6/9c9cff4e105de3f27e112a260c45959ba5bfd959cba0954d5d5ad2583603/numpy-1.7.1-cp34-cp34m-manylinux1_x86_64.whl (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/84/fb/5e9dfeeb5d8909d659e6892c97c9aa66d3798fad50e1d3d66b3c614a9c35/numpy-1.7.1.tar.gz (from https://pypi.org/simple/numpy/), version: 1.7.1
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/76/2d/b146fc2f99df16102cbf5c2746c40c366024cb33b250d2b65defeb89df72/numpy-1.7.1.win32-py2.5.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/ae/e0/4211b86f80f6005e0d334a5399785d10109ba44479b72c4b0cf6212d5746/numpy-1.7.1.win32-py2.6.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/5f/b0/7b7f8b737c1480346053d9a07c8e9f17e43b0956dba726e22d828b5ebdba/numpy-1.7.1.win32-py2.7.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/15/86/268d853c8470a36aa019beb71f2d0a994cff2e3ed0d49b3773d334c720f2/numpy-1.7.1.win32-py3.1.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/ae/ab/0b99546273b83ed793025eb0af018f9f2ec83cad4b12c24ae590b3aef09a/numpy-1.7.1.win32-py3.2.exe (from https://pypi.org/simple/numpy/)
Skipping link: unsupported archive format: .exe: https://files.pythonhosted.org/packages/4f/1c/e540639796898d302c5dfe1154fdb90057212912667652bd0d0d8b336868/numpy-1.7.1.win32-py3.3.exe (from https://pypi.org/simple/numpy/)
Found link https://files.pythonhosted.org/packages/01/a2/8feb022d5c1bd352f0dbae2f2ca1573f92d91565a084149f9014d9e4d10f/numpy-1.7.1.zip (from https://pypi.org/simple/num