Replies: 7 comments 1 reply
|
Hi Bruno,
Great to hear from you. I am looping in Alesksei, who is best placed to answer your questions.
Best,
Fred
Fred J. Hickernell
Vice Provost for Research, research.iit.edu <https://research.iit.edu/>
www.iit.edu/research/about/magazine <https://www.iit.edu/research/about/magazine>
Professor, Department of Applied Mathematics
Center for Interdisciplinary Scientific Computation (CISC) cos.iit.edu/cisc/ <https://cos.iit.edu/cisc/>
Illinois Institute of Technology
Galvin Tower, Room 10F9-1, 10 W 35th St, Chicago, IL 60616
***@***.*** ***@***.***>, +1 312 567 3470 <tel:+1%20312%20567%203470>
Working in part remotely. Please contact me by email or phone.
… On Mar 22, 2023, at 3:11 AM, btuffin ***@***.***> wrote:
Hi,
I was using qmcpy 1.0 on my mac and wanted to install the upgrade to benefit from new features. Upgrading did not work so I first upgraded my python to version 3.11.2.
but "pip3 install qmcmy" has errors and qmcpy is not installed. The returned output is copied below (sorry, it is a bit long).
Even using the --use-pep517 option does not help.
I have a similar issue when trying to install qmcpy on a linux execution server with python 3.8.
Did I do something wrong? Thanks!
====
Collecting qmcpy
Using cached qmcpy-1.3.2.tar.gz (7.4 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy) (1.10.1)
Installing collected packages: qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559 <pypa/pip#8559>
Running setup.py install for qmcpy ... error
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Obtaining file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-b3ybwren/qmcpy_dd05e0813e0040208c50b534ea88edf6
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
make: *** No rule to make target `_doc'. Stop.
running build
running build_py
creating build/lib.macosx-10.9-universal2-cpython-311
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy
copying qmcpy/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/_discrete_distribution.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/iid_std_uniform.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/halton.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/_true_measure.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/kumaraswamy.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/johnsons_su.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/scipy_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/brownian_motion.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/uniform.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/bernoulli_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/lebesgue.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/gaussian.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/linear0.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/bayesian_lr_coeffs.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/genz.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/european_option.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/keister.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ishigami.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/um_bridge_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/box_integral.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/sensitivity_indices.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ml_call_options.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/asian_option.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/_integrand.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/custom_fun.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_net_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_lattice_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_lattice_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_stopping_criterion.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_net_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_clt.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_clt.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_qmc_ld_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_bayes_ld_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlmc_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlqmc_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_bayes_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/_accumulate_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data_rep.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/latnetbuilder_linker.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/math_functions.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/exceptions_warnings.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/abstraction_functions.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/lattice.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/load_c_lib.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/digital_net_b2.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/sobol_scipy.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'qmcpy.discrete_distribution.lattice.generating_vectors' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'qmcpy.discrete_distribution.lattice.generating_vectors' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'qmcpy.discrete_distribution.lattice.generating_vectors' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'qmcpy.discrete_distribution.lattice.generating_vectors' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec.3600.20.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec_lnb.750.24.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/c_lib/digital_net_b2.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/export_ctypes.h -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/fwht.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/halton_qrng.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.1377.52.52.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.20000.32.32.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.51.30.30.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat_alpha2.10600.64.32.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> qmcpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
***@***.*** Test-Bootstrap % pip3 install qmcpy > output
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559 <pypa/pip#8559>
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Obtaining file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-97wsd6aa/qmcpy_fded6a6424e04fac9790a04155580e15
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_
|
0 replies
|
Hi Bruno,
Sorry to hear you're having trouble. Thanks for reaching out.
I haven't come across this error. Many C related errors have been fixed for
me by upgrading pip via "pip3 install --upgrade pip" and possible setup
tools too with "python3 -m pip install --upgrade setuptools". Does this
help?
Best,
Aleksei
…On Wed, Mar 22, 2023 at 3:11 PM Fred Hickernell ***@***.***> wrote:
Hi Bruno,
Great to hear from you. I am looping in Alesksei, who is best placed to
answer your questions.
Best,
Fred
Fred J. Hickernell
Vice Provost for Research, research.iit.edu
www.iit.edu/research/about/magazine
Professor, Department of Applied Mathematics
Center for Interdisciplinary Scientific Computation (CISC)
cos.iit.edu/cisc/
Illinois Institute of Technology
Galvin Tower, Room 10F9-1, 10 W 35th St, Chicago, IL 60616
***@***.***, +1 312 567 3470 <+1%20312%20567%203470>
Working in part remotely. Please contact me by email or phone.
On Mar 22, 2023, at 3:11 AM, btuffin ***@***.***> wrote:
Hi,
I was using qmcpy 1.0 on my mac and wanted to install the upgrade to
benefit from new features. Upgrading did not work so I first upgraded my
python to version 3.11.2.
but "pip3 install qmcmy" has errors and qmcpy is not installed. The
returned output is copied below (sorry, it is a bit long).
Even using the --use-pep517 option does not help.
I have a similar issue when trying to install qmcpy on a linux execution
server with python 3.8.
Did I do something wrong? Thanks!
====
Collecting qmcpy
Using cached qmcpy-1.3.2.tar.gz (7.4 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.17.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy) (1.10.1)
Installing collected packages: qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install'
method, because it does not have a 'pyproject.toml' and the 'wheel' package
is not installed. pip 23.1 will enforce this behaviour change. A possible
replacement is to enable the '--use-pep517' option. Discussion can be found
at pypa/pip#8559 <pypa/pip#8559>
Running setup.py install for qmcpy ... error
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
pip and other standards-based tools.
warnings.warn(
Obtaining
file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-b3ybwren/qmcpy_dd05e0813e0040208c50b534ea88edf6
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
make: *** No rule to make target `_doc'. Stop.
running build
running build_py
creating build/lib.macosx-10.9-universal2-cpython-311
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy
copying qmcpy/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/_discrete_distribution.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/iid_std_uniform.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/halton.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/_true_measure.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/kumaraswamy.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/johnsons_su.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/scipy_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/brownian_motion.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/uniform.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/bernoulli_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/lebesgue.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/gaussian.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/linear0.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/bayesian_lr_coeffs.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/genz.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/european_option.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/keister.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ishigami.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/um_bridge_wrapper.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/box_integral.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/sensitivity_indices.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ml_call_options.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/asian_option.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/_integrand.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/custom_fun.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_net_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_lattice_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_lattice_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml_cont.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_stopping_criterion.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_net_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_clt.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_clt.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_qmc_ld_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_bayes_ld_g.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlmc_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlqmc_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_bayes_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/_accumulate_data.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data_rep.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/latnetbuilder_linker.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/math_functions.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/exceptions_warnings.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/abstraction_functions.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/lattice.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/load_c_lib.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/digital_net_b2.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/__init__.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/sobol_scipy.py -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'qmcpy.discrete_distribution.lattice.generating_vectors' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'qmcpy.discrete_distribution.lattice.generating_vectors' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'qmcpy.discrete_distribution.lattice.generating_vectors' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'qmcpy.discrete_distribution.lattice.generating_vectors' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec.3600.20.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec_lnb.750.24.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/c_lib/digital_net_b2.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/export_ctypes.h -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/fwht.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/halton_qrng.c -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.1377.52.52.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.20000.32.32.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.51.30.30.msb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat_alpha2.10600.64.32.lsb.npy -> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> qmcpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
***@***.*** Test-Bootstrap % pip3 install qmcpy > output
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install'
method, because it does not have a 'pyproject.toml' and the 'wheel' package
is not installed. pip 23.1 will enforce this behaviour change. A possible
replacement is to enable the '--use-pep517' option. Discussion can be found
at pypa/pip#8559 <pypa/pip#8559>
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and
pip and other standards-based tools.
warnings.warn(
Obtaining
file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-97wsd6aa/qmcpy_fded6a6424e04fac9790a04155580e15
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
(from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running develop
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture
#error Unsupported architecture
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2: error: architecture not supported
#error architecture not supported
^
In file included from qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:
|
0 replies
|
Hi Aleksei and Fred,
I have tried athe commands nd unfortunately I still have the same
result. I have also asked some help locally (after all Inria is supposed
to be very good in computer science...) and haven't got any answer yet.
I wll also try on other servers.
Bruno
Le 23/03/2023 à 17:56, Aleksei Sorokin a écrit :
… Hi Bruno,
Sorry to hear you're having trouble. Thanks for reaching out.
I haven't come across this error. Many C related errors have been
fixed for me by upgrading pip via "pip3 install --upgrade pip" and
possible setup tools too with "python3 -m pip install --upgrade
setuptools". Does this help?
Best,
Aleksei
On Wed, Mar 22, 2023 at 3:11 PM Fred Hickernell ***@***.***>
wrote:
Hi Bruno,
Great to hear from you. I am looping in Alesksei, who is best
placed to answer your questions.
Best,
Fred
Fred J. Hickernell
Vice Provost for Research, research.iit.edu <https://research.iit.edu>
www.iit.edu/research/about/magazine
<https://www.iit.edu/research/about/magazine>
Professor, Department of Applied Mathematics
Center for Interdisciplinary Scientific Computation (CISC)
cos.iit.edu/cisc/ <https://cos.iit.edu/cisc/>
Illinois Institute of Technology
Galvin Tower, Room 10F9-1, 10 W 35th St, Chicago, IL 60616
***@***.***, +1 312 567 3470 <tel:+1%20312%20567%203470>
Working in part remotely. Please contact me by email or phone.
> On Mar 22, 2023, at 3:11 AM, btuffin ***@***.***>
> wrote:
>
>
> Hi,
> I was using qmcpy 1.0 on my mac and wanted to install the upgrade
> to benefit from new features. Upgrading did not work so I first
> upgraded my python to version 3.11.2.
> but "pip3 install qmcmy" has errors and qmcpy is not installed.
> The returned output is copied below (sorry, it is a bit long).
>
> Even using the --use-pep517 option does not help.
>
> I have a similar issue when trying to install qmcpy on a linux
> execution server with python 3.8.
>
> Did I do something wrong? Thanks!
>
> ====
>
> Collecting qmcpy
> Using cached qmcpy-1.3.2.tar.gz (7.4 MB)
> Preparing metadata (setup.py) ... done
> Requirement already satisfied: numpy>=1.17.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy) (1.24.2)
> Requirement already satisfied: scipy>=1.0.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy) (1.10.1)
> Installing collected packages: qmcpy
> DEPRECATION: qmcpy is being installed using the legacy 'setup.py
> install' method, because it does not have a 'pyproject.toml' and
> the 'wheel' package is not installed. pip 23.1 will enforce this
> behaviour change. A possible replacement is to enable the
> '--use-pep517' option. Discussion can be found at pypa/pip#8559
> <pypa/pip#8559>
> Running setup.py install for qmcpy ... error
> error: subprocess-exited-with-error
>
> × Running setup.py install for qmcpy did not run successfully.
> │ exit code: 1
> ╰─> [505 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead
> warnings.warn(
> running install
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools.
> warnings.warn(
> Obtaining
> file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-b3ybwren/qmcpy_dd05e0813e0040208c50b534ea88edf6
> Preparing metadata (setup.py): started
> Preparing metadata (setup.py): finished with status 'done'
> Requirement already satisfied: numpy>=1.17.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy==1.3.2) (1.24.2)
> Requirement already satisfied: scipy>=1.0.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy==1.3.2) (1.10.1)
> Installing collected packages: qmcpy
> Running setup.py develop for qmcpy
> error: subprocess-exited-with-error
>
> |× python setup.py develop did not run successfully. │ exit code:
> 1 ╰─> [115 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead warnings.warn( running develop
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools. warnings.warn(
> running egg_info writing qmcpy.egg-info/PKG-INFO writing
> dependency_links to qmcpy.egg-info/dependency_links.txt writing
> requirements to qmcpy.egg-info/requires.txt writing top-level
> names to qmcpy.egg-info/top_level.txt reading manifest file
> 'qmcpy.egg-info/SOURCES.txt' reading manifest template
> 'MANIFEST.in' warning: no files found matching
> 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
> adding license file 'LICENSE' writing manifest file
> 'qmcpy.egg-info/SOURCES.txt' running build_ext building
> 'qmcpy.discrete_distribution.c_lib.c_lib' extension creating
> build creating build/temp.macosx-10.9-universal2-cpython-311
> creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
> -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
> -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
> -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
> error: Unsupported architecture #error Unsupported architecture ^
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_blkcnt_t; /* total blocks */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_blksize_t; /* preferred block size */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note:
> '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???]
> process and group IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
> uid_t, or gid_t*/ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
> error: unknown type name '__uint64_t' typedef __uint64_t
> __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
> error: unknown type name '__darwin_natural_t' typedef
> __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
> ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
> error: unknown type name '__uint16_t'; did you mean
> '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some
> file attributes */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_off_t; /* [???] Used for file sizes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_pid_t; /* [???] process and group IDs
> */ ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???]
> signal set */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user
> IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???]
> microseconds */ ^ note: '__uint128_t' declared here In file
> included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note:
> '__uint128_t' declared here In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
> error: architecture not supported #error architecture not
> supported ^ fatal error: too many errors emitted, stopping now
> [-ferror-limit=] 20 errors generated. error: command
> '/usr/bin/clang' failed with exit code 1 [end of output] note:
> This error originates from a subprocess, and is likely not a
> problem with pip. error: subprocess-exited-with-error × python
> setup.py develop did not run successfully. │ exit code: 1 ╰─>
> [115 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead warnings.warn( running develop
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools. warnings.warn(
> running egg_info writing qmcpy.egg-info/PKG-INFO writing
> dependency_links to qmcpy.egg-info/dependency_links.txt writing
> requirements to qmcpy.egg-info/requires.txt writing top-level
> names to qmcpy.egg-info/top_level.txt reading manifest file
> 'qmcpy.egg-info/SOURCES.txt' reading manifest template
> 'MANIFEST.in' warning: no files found matching
> 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
> adding license file 'LICENSE' writing manifest file
> 'qmcpy.egg-info/SOURCES.txt' running build_ext building
> 'qmcpy.discrete_distribution.c_lib.c_lib' extension creating
> build creating build/temp.macosx-10.9-universal2-cpython-311
> creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
> -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
> -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
> -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
> error: Unsupported architecture #error Unsupported architecture ^
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_blkcnt_t; /* total blocks */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_blksize_t; /* preferred block size */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note:
> '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???]
> process and group IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
> uid_t, or gid_t*/ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
> error: unknown type name '__uint64_t' typedef __uint64_t
> __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
> error: unknown type name '__darwin_natural_t' typedef
> __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
> ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
> error: unknown type name '__uint16_t'; did you mean
> '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some
> file attributes */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_off_t; /* [???] Used for file sizes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_pid_t; /* [???] process and group IDs
> */ ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???]
> signal set */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user
> IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???]
> microseconds */ ^ note: '__uint128_t' declared here In file
> included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note:
> '__uint128_t' declared here In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
> error: architecture not supported #error architecture not
> supported ^ fatal error: too many errors emitted, stopping now
> [-ferror-limit=] 20 errors generated. error: command
> '/usr/bin/clang' failed with exit code 1 [end of output] note:
> This error originates from a subprocess, and is likely not a
> problem with pip. make: *** No rule to make target `_doc'. Stop.
> running build running build_py creating
> build/lib.macosx-10.9-universal2-cpython-311 creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy copying
> qmcpy/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> copying qmcpy/discrete_distribution/_discrete_distribution.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> copying qmcpy/discrete_distribution/iid_std_uniform.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> copying qmcpy/discrete_distribution/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> copying qmcpy/discrete_distribution/halton.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/_true_measure.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/kumaraswamy.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/johnsons_su.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/scipy_wrapper.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/brownian_motion.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/uniform.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/bernoulli_cont.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/lebesgue.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> copying qmcpy/true_measure/gaussian.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/linear0.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/bayesian_lr_coeffs.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/genz.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/european_option.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/keister.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/ishigami.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/um_bridge_wrapper.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/box_integral.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/sensitivity_indices.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/ml_call_options.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/asian_option.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/_integrand.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> copying qmcpy/integrand/custom_fun.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_mc_ml_cont.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_net_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_lattice_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_bayes_lattice_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_mc_ml.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_mc_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_ml_cont.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/_stopping_criterion.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_bayes_net_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_mc_clt.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_ml.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/cub_qmc_clt.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/_cub_qmc_ld_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> copying qmcpy/stopping_criterion/_cub_bayes_ld_g.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/ld_transform_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/mean_var_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/mlmc_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/mlqmc_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/ld_transform_bayes_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/_accumulate_data.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> copying qmcpy/accumulate_data/mean_var_data_rep.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
> creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
> copying qmcpy/util/latnetbuilder_linker.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util copying
> qmcpy/util/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util copying
> qmcpy/util/math_functions.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util copying
> qmcpy/util/exceptions_warnings.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util copying
> qmcpy/util/abstraction_functions.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
> copying qmcpy/discrete_distribution/lattice/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
> copying qmcpy/discrete_distribution/lattice/lattice.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> copying qmcpy/discrete_distribution/c_lib/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> copying qmcpy/discrete_distribution/c_lib/load_c_lib.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
> copying
> qmcpy/discrete_distribution/digital_net_b2/digital_net_b2.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
> copying qmcpy/discrete_distribution/digital_net_b2/__init__.py ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
> copying qmcpy/discrete_distribution/digital_net_b2/sobol_scipy.py
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
> running egg_info writing qmcpy.egg-info/PKG-INFO writing
> dependency_links to qmcpy.egg-info/dependency_links.txt writing
> requirements to qmcpy.egg-info/requires.txt writing top-level
> names to qmcpy.egg-info/top_level.txt reading manifest file
> 'qmcpy.egg-info/SOURCES.txt' reading manifest template
> 'MANIFEST.in' warning: no files found matching
> 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
> adding license file 'LICENSE' writing manifest file
> 'qmcpy.egg-info/SOURCES.txt'
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202:
> SetuptoolsDeprecationWarning: Installing
> 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices'
> as data is deprecated, please list it in `packages`. !!
> ############################ # Package would be ignored #
> ############################ Python recognizes
> 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices'
> as an importable package, but it is not listed in the `packages`
> configuration of setuptools.
> 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices'
> has been automatically added to the distribution only because it
> may contain data files, but this behavior is likely to change in
> future versions of setuptools (and therefore is considered
> deprecated). Please make sure that
> 'qmcpy.discrete_distribution.digital_net_b2.generating_matrices'
> is included as a package by using the `packages` configuration
> field or the proper discovery methods (for example by using
> `find_namespace_packages(...)`/`find_namespace:` instead of
> `find_packages(...)`/`find:`). You can read more about "package
> discovery" and "data files" on setuptools documentation page. !!
> check.warn(importable)
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/build_py.py:202:
> SetuptoolsDeprecationWarning: Installing
> 'qmcpy.discrete_distribution.lattice.generating_vectors' as data
> is deprecated, please list it in `packages`. !!
> ############################ # Package would be ignored #
> ############################ Python recognizes
> 'qmcpy.discrete_distribution.lattice.generating_vectors' as an
> importable package, but it is not listed in the `packages`
> configuration of setuptools.
> 'qmcpy.discrete_distribution.lattice.generating_vectors' has been
> automatically added to the distribution only because it may
> contain data files, but this behavior is likely to change in
> future versions of setuptools (and therefore is considered
> deprecated). Please make sure that
> 'qmcpy.discrete_distribution.lattice.generating_vectors' is
> included as a package by using the `packages` configuration field
> or the proper discovery methods (for example by using
> `find_namespace_packages(...)`/`find_namespace:` instead of
> `find_packages(...)`/`find:`). You can read more about "package
> discovery" and "data files" on setuptools documentation page. !!
> check.warn(importable) creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
> copying
> qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec.3600.20.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
> copying
> qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec_lnb.750.24.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
> copying qmcpy/discrete_distribution/c_lib/digital_net_b2.c ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> copying qmcpy/discrete_distribution/c_lib/export_ctypes.h ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> copying qmcpy/discrete_distribution/c_lib/fwht.c ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> copying qmcpy/discrete_distribution/c_lib/halton_qrng.c ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> creating
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.1377.52.52.lsb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.20000.32.32.msb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.lsb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.msb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.51.30.30.msb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> copying
> qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat_alpha2.10600.64.32.lsb.npy
> ->
> build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
> running build_ext building
> 'qmcpy.discrete_distribution.c_lib.c_lib' extension clang
> -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG
> -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
> -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
> -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
> error: Unsupported architecture #error Unsupported architecture ^
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_blkcnt_t; /* total blocks */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_blksize_t; /* preferred block size */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note:
> '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???]
> process and group IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
> uid_t, or gid_t*/ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
> error: unknown type name '__uint64_t' typedef __uint64_t
> __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
> error: unknown type name '__darwin_natural_t' typedef
> __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
> ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
> error: unknown type name '__uint16_t'; did you mean
> '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some
> file attributes */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_off_t; /* [???] Used for file sizes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_pid_t; /* [???] process and group IDs
> */ ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???]
> signal set */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user
> IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???]
> microseconds */ ^ note: '__uint128_t' declared here In file
> included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note:
> '__uint128_t' declared here In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
> error: architecture not supported #error architecture not
> supported ^ fatal error: too many errors emitted, stopping now
> [-ferror-limit=] 20 errors generated. error: command
> '/usr/bin/clang' failed with exit code 1 [end of output] |
>
> note: This error originates from a subprocess, and is likely not
> a problem with pip.
> error: legacy-install-failure
>
> × Encountered error while trying to install package.
> ╰─> qmcpy
>
> note: This is an issue with the package mentioned above, not pip.
> hint: See above for output from the failure.
> ***@***.*** Test-Bootstrap % pip3 install qmcpy > output
> DEPRECATION: qmcpy is being installed using the legacy 'setup.py
> install' method, because it does not have a 'pyproject.toml' and
> the 'wheel' package is not installed. pip 23.1 will enforce this
> behaviour change. A possible replacement is to enable the
> '--use-pep517' option. Discussion can be found at pypa/pip#8559
> <pypa/pip#8559>
> error: subprocess-exited-with-error
>
> × Running setup.py install for qmcpy did not run successfully.
> │ exit code: 1
> ╰─> [505 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead
> warnings.warn(
> running install
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools.
> warnings.warn(
> Obtaining
> file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-97wsd6aa/qmcpy_fded6a6424e04fac9790a04155580e15
> Preparing metadata (setup.py): started
> Preparing metadata (setup.py): finished with status 'done'
> Requirement already satisfied: numpy>=1.17.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy==1.3.2) (1.24.2)
> Requirement already satisfied: scipy>=1.0.0 in
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
> (from qmcpy==1.3.2) (1.10.1)
> Installing collected packages: qmcpy
> Running setup.py develop for qmcpy
> error: subprocess-exited-with-error
>
> |× python setup.py develop did not run successfully. │ exit code:
> 1 ╰─> [115 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead warnings.warn( running develop
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools. warnings.warn(
> running egg_info writing qmcpy.egg-info/PKG-INFO writing
> dependency_links to qmcpy.egg-info/dependency_links.txt writing
> requirements to qmcpy.egg-info/requires.txt writing top-level
> names to qmcpy.egg-info/top_level.txt reading manifest file
> 'qmcpy.egg-info/SOURCES.txt' reading manifest template
> 'MANIFEST.in' warning: no files found matching
> 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
> adding license file 'LICENSE' writing manifest file
> 'qmcpy.egg-info/SOURCES.txt' running build_ext building
> 'qmcpy.discrete_distribution.c_lib.c_lib' extension creating
> build creating build/temp.macosx-10.9-universal2-cpython-311
> creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
> -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
> -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
> -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
> error: Unsupported architecture #error Unsupported architecture ^
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_blkcnt_t; /* total blocks */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_blksize_t; /* preferred block size */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note:
> '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???]
> process and group IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
> uid_t, or gid_t*/ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
> error: unknown type name '__uint64_t' typedef __uint64_t
> __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
> error: unknown type name '__darwin_natural_t' typedef
> __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
> ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
> error: unknown type name '__uint16_t'; did you mean
> '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some
> file attributes */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_off_t; /* [???] Used for file sizes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_pid_t; /* [???] process and group IDs
> */ ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???]
> signal set */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user
> IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???]
> microseconds */ ^ note: '__uint128_t' declared here In file
> included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note:
> '__uint128_t' declared here In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
> error: architecture not supported #error architecture not
> supported ^ fatal error: too many errors emitted, stopping now
> [-ferror-limit=] 20 errors generated. error: command
> '/usr/bin/clang' failed with exit code 1 [end of output] note:
> This error originates from a subprocess, and is likely not a
> problem with pip. error: subprocess-exited-with-error × python
> setup.py develop did not run successfully. │ exit code: 1 ╰─>
> [115 lines of output]
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771:
> UserWarning: Usage of dash-separated 'description-file' will not
> be supported in future versions. Please use the underscore name
> 'description_file' instead warnings.warn( running develop
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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(
> /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34:
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use
> build and pip and other standards-based tools. warnings.warn(
> running egg_info writing qmcpy.egg-info/PKG-INFO writing
> dependency_links to qmcpy.egg-info/dependency_links.txt writing
> requirements to qmcpy.egg-info/requires.txt writing top-level
> names to qmcpy.egg-info/top_level.txt reading manifest file
> 'qmcpy.egg-info/SOURCES.txt' reading manifest template
> 'MANIFEST.in' warning: no files found matching
> 'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
> adding license file 'LICENSE' writing manifest file
> 'qmcpy.egg-info/SOURCES.txt' running build_ext building
> 'qmcpy.discrete_distribution.c_lib.c_lib' extension creating
> build creating build/temp.macosx-10.9-universal2-cpython-311
> creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
> creating
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
> clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
> -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
> -I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
> -c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
> build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
> error: Unsupported architecture #error Unsupported architecture ^
> In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
> error: architecture not supported #error architecture not
> supported ^ In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_blkcnt_t; /* total blocks */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_blksize_t; /* preferred block size */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_dev_t; /* dev_t */ ^ note:
> '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_gid_t; /* [???]
> process and group IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
> uid_t, or gid_t*/ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
> error: unknown type name '__uint64_t' typedef __uint64_t
> __darwin_ino64_t; /* [???] Used for 64 bit inodes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
> error: unknown type name '__darwin_natural_t' typedef
> __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */
> ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
> error: unknown type name '__uint16_t'; did you mean
> '__uint128_t'? typedef __uint16_t __darwin_mode_t; /* [???] Some
> file attributes */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
> error: unknown type name '__int64_t' typedef __int64_t
> __darwin_off_t; /* [???] Used for file sizes */ ^
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_pid_t; /* [???] process and group IDs
> */ ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_sigset_t; /* [???]
> signal set */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
> error: unknown type name '__int32_t'; did you mean '__int128_t'?
> typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */
> ^ note: '__int128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_uid_t; /* [???] user
> IDs */ ^ note: '__uint128_t' declared here
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_useconds_t; /* [???]
> microseconds */ ^ note: '__uint128_t' declared here In file
> included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
> error: unknown type name '__uint32_t'; did you mean
> '__uint128_t'? typedef __uint32_t __darwin_wctype_t; ^ note:
> '__uint128_t' declared here In file included from
> qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2: In file
> included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
> In file included from
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
> /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
> error: architecture not supported #error architecture not
> supported ^
|
0 replies
|
Hi Bruno, For resolving installation issues of QMCPy on Mac, sometimes it is helpful to re/install Xcode and command line tools (for details, see https://developer.apple.com/xcode/resources/ ). |
0 replies
|
Bruno, can you type in a terminal uname -a ? |
0 replies
|
Dear Joshua,
Thanks a lot for your assistance. Below is the output (at the beginning
it looked like it was running, but error messages came up unfortunately).
Bruno
***@***.*** ~ % python3.11
Python 3.11.2 (v3.11.2:878ead1ac1, Feb 7 2023, 10:02:41) [Clang 13.0.0
(clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>> ^D
***@***.*** ~ % python3.11 -m venv venv
***@***.*** ~ % source venv/bin/activate
(venv) ***@***.*** ~ % pip install qmcpy
Collecting qmcpy
Using cached qmcpy-1.3.2.tar.gz (7.4 MB)
Preparing metadata (setup.py) ... done
Collecting numpy>=1.17.0
Downloading numpy-1.24.2-cp311-cp311-macosx_10_9_x86_64.whl (19.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.8/19.8 MB 1.2 MB/s eta
0:00:00
Collecting scipy>=1.0.0
Downloading scipy-1.10.1-cp311-cp311-macosx_10_9_x86_64.whl (35.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.0/35.0 MB 2.0 MB/s eta
0:00:00
Installing collected packages: numpy, scipy, qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py
install' method, because it does not have a 'pyproject.toml' and the
'wheel' package is not installed. pip 23.1 will enforce this behaviour
change. A possible replacement is to enable the '--use-pep517' option.
Discussion can be found at pypa/pip#8559
Running setup.py install for qmcpy ... error
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [508 lines of output]
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/dist.py:771:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
warnings.warn(
running install
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build
and pip and other standards-based tools.
warnings.warn(
Obtaining
file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-ovpeus32/qmcpy_a80c8b9f486b490da36abf399be1a0db
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in
/Users/btuffin/venv/lib/python3.11/site-packages (from qmcpy==1.3.2)
(1.24.2)
Requirement already satisfied: scipy>=1.0.0 in
/Users/btuffin/venv/lib/python3.11/site-packages (from qmcpy==1.3.2)
(1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/dist.py:771:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
warnings.warn(
running develop
/Users/btuffin/venv/lib/python3.11/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(
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build
and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to
qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching
'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common
-dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
-I/Users/btuffin/venv/include
-I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
-c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
error: Unsupported architecture
#error Unsupported architecture
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total
blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /*
preferred block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???]
process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI]
pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???]
Used for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /*
Used by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???]
Some file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???]
Used for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???]
process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???]
signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???]
microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???]
user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???]
microseconds */
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now
[-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely
not a problem with pip.
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [115 lines of output]
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/dist.py:771:
UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead
warnings.warn(
running develop
/Users/btuffin/venv/lib/python3.11/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(
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/command/install.py:34:
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build
and pip and other standards-based tools.
warnings.warn(
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching
'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
creating build
creating build/temp.macosx-10.9-universal2-cpython-311
creating build/temp.macosx-10.9-universal2-cpython-311/qmcpy
creating
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
-DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
-I/Users/btuffin/venv/include
-I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
-c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
error: Unsupported architecture
#error Unsupported architecture
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total
blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred
block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???]
process and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI]
pid_t, uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used
for 64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used
by mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some
file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used
for file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???]
process and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???]
signal set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???]
microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user
IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???]
microseconds */
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now
[-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not
a problem with pip.
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip install --upgrade pip
make: *** No rule to make target `_doc'. Stop.
running build
running build_py
creating build/lib.macosx-10.9-universal2-cpython-311
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy
copying qmcpy/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/_discrete_distribution.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/iid_std_uniform.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
copying qmcpy/discrete_distribution/halton.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/_true_measure.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/kumaraswamy.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/johnsons_su.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/scipy_wrapper.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/brownian_motion.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/uniform.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/bernoulli_cont.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/lebesgue.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
copying qmcpy/true_measure/gaussian.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/true_measure
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/linear0.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/bayesian_lr_coeffs.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/genz.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/european_option.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/keister.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ishigami.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/um_bridge_wrapper.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/box_integral.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/sensitivity_indices.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/ml_call_options.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/asian_option.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/_integrand.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
copying qmcpy/integrand/custom_fun.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/integrand
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml_cont.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_net_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_lattice_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_lattice_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_ml.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml_cont.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_stopping_criterion.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_bayes_net_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_mc_clt.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_ml.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/cub_qmc_clt.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_qmc_ld_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
copying qmcpy/stopping_criterion/_cub_bayes_ld_g.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/stopping_criterion
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlmc_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mlqmc_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/ld_transform_bayes_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/_accumulate_data.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
copying qmcpy/accumulate_data/mean_var_data_rep.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/accumulate_data
creating build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/latnetbuilder_linker.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/math_functions.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/exceptions_warnings.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
copying qmcpy/util/abstraction_functions.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/util
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
copying qmcpy/discrete_distribution/lattice/lattice.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/load_c_lib.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying
qmcpy/discrete_distribution/digital_net_b2/digital_net_b2.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/__init__.py ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
copying qmcpy/discrete_distribution/digital_net_b2/sobol_scipy.py
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2
running egg_info
writing qmcpy.egg-info/PKG-INFO
writing dependency_links to qmcpy.egg-info/dependency_links.txt
writing requirements to qmcpy.egg-info/requires.txt
writing top-level names to qmcpy.egg-info/top_level.txt
reading manifest file 'qmcpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching
'qmcpy/discrete_distribution/lattice/generating_vectors/*/*.npy'
adding license file 'LICENSE'
writing manifest file 'qmcpy.egg-info/SOURCES.txt'
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/command/build_py.py:202:
SetuptoolsDeprecationWarning: Installing
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as data
is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' as an
importable package,
but it is not listed in the `packages` configuration of
setuptools.
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' has
been automatically added to the distribution only
because it may contain data files, but this behavior is
likely to change
in future versions of setuptools (and therefore is considered
deprecated).
Please make sure that
'qmcpy.discrete_distribution.digital_net_b2.generating_matrices' is
included as a package by using
the `packages` configuration field or the proper discovery
methods
(for example by using
`find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files"
on setuptools
documentation page.
!!
check.warn(importable)
/Users/btuffin/venv/lib/python3.11/site-packages/setuptools/command/build_py.py:202:
SetuptoolsDeprecationWarning: Installing
'qmcpy.discrete_distribution.lattice.generating_vectors' as data is
deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes
'qmcpy.discrete_distribution.lattice.generating_vectors' as an
importable package,
but it is not listed in the `packages` configuration of
setuptools.
'qmcpy.discrete_distribution.lattice.generating_vectors' has
been automatically added to the distribution only
because it may contain data files, but this behavior is
likely to change
in future versions of setuptools (and therefore is considered
deprecated).
Please make sure that
'qmcpy.discrete_distribution.lattice.generating_vectors' is included as
a package by using
the `packages` configuration field or the proper discovery
methods
(for example by using
`find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files"
on setuptools
documentation page.
!!
check.warn(importable)
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying
qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec.3600.20.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying
qmcpy/discrete_distribution/lattice/generating_vectors/lattice_vec_lnb.750.24.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/lattice/generating_vectors
copying qmcpy/discrete_distribution/c_lib/digital_net_b2.c ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/export_ctypes.h ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/fwht.c ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
copying qmcpy/discrete_distribution/c_lib/halton_qrng.c ->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib
creating
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.1377.52.52.lsb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/niederreiter_mat.20000.32.32.msb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.lsb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.21201.32.32.msb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat.51.30.30.msb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
copying
qmcpy/discrete_distribution/digital_net_b2/generating_matrices/sobol_mat_alpha2.10600.64.32.lsb.npy
->
build/lib.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/digital_net_b2/generating_matrices
running build_ext
building 'qmcpy.discrete_distribution.c_lib.c_lib' extension
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic
-DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g
-I/Users/btuffin/venv/include
-I/Library/Frameworks/Python.framework/Versions/3.11/include/python3.11
-c qmcpy/discrete_distribution/c_lib/digital_net_b2.c -o
build/temp.macosx-10.9-universal2-cpython-311/qmcpy/discrete_distribution/c_lib/digital_net_b2.o
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:62:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2:
error: Unsupported architecture
#error Unsupported architecture
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_blksize_t; /* preferred
block size */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_dev_t; /* dev_t */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_gid_t; /* [???] process
and group IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_id_t; /* [XSI] pid_t,
uid_t, or gid_t*/
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9:
error: unknown type name '__uint64_t'
typedef __uint64_t __darwin_ino64_t; /* [???] Used for
64 bit inodes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9:
error: unknown type name '__darwin_natural_t'
typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by
mach */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9:
error: unknown type name '__uint16_t'; did you mean '__uint128_t'?
typedef __uint16_t __darwin_mode_t; /* [???] Some
file attributes */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9:
error: unknown type name '__int64_t'
typedef __int64_t __darwin_off_t; /* [???] Used for
file sizes */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_pid_t; /* [???] process
and group IDs */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_sigset_t; /* [???] signal
set */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9:
error: unknown type name '__int32_t'; did you mean '__int128_t'?
typedef __int32_t __darwin_suseconds_t; /* [???]
microseconds */
^
note: '__int128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
^
note: '__uint128_t' declared here
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_useconds_t; /* [???]
microseconds */
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:64:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9:
error: unknown type name '__uint32_t'; did you mean '__uint128_t'?
typedef __uint32_t __darwin_wctype_t;
^
note: '__uint128_t' declared here
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:34:2:
error: architecture not supported
#error architecture not supported
^
In file included from
qmcpy/discrete_distribution/c_lib/digital_net_b2.c:2:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:31:2:
error: architecture not supported
#error architecture not supported
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a
problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> qmcpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip install --upgrade pip
(venv) ***@***.*** ~ %
Le 24/03/2023 à 01:52, Joshua Herman a écrit :
…
Bruno, can you give us all of the commands you executed to install
this? I am unable to reproduce. You could also follow what I am doing.
`
$(: !513 ) python3.11
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0
(clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
^D
Exit:0 2023-03-23 19:48:14 ***@***.***#[:/tmp]
$(: !514 ) python3.11 -m venv venv
Exit:0 2023-03-23 19:48:20 ***@***.***#[:/tmp]
$(: !515 ) source venv/bin/activate
(venv) # Exit:0 2023-03-23 19:48:25 ***@***.***#[:/tmp]
$(: !516 ) pip install qmcpy
Collecting qmcpy
Downloading qmcpy-1.3.2.tar.gz (7.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 10.5 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting numpy>=1.17.0
Using cached numpy-1.24.2-cp311-cp311-macosx_11_0_arm64.whl (13.8 MB)
Collecting scipy>=1.0.0
Downloading scipy-1.10.1-cp311-cp311-macosx_12_0_arm64.whl (28.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.7/28.7 MB 10.5 MB/s eta
0:00:00
Installing collected packages: numpy, scipy, qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py
install' method, because it does not have a 'pyproject.toml' and the
'wheel' package is not installed. pip 23.1 will enforce this behaviour
change. A possible replacement is to enable the '--use-pep517' option.
Discussion can be found at pypa/pip#8559
<pypa/pip#8559>
Running setup.py install for qmcpy ... done
Successfully installed numpy-1.24.2 qmcpy-1.3.2 scipy-1.10.1
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip install --upgrade pip
(venv) # Exit:0 2023-03-23 19:48:43 ***@***.***#[:/tmp]
$(: !517 )
(venv) # Exit:1 2023-03-23 19:49:27 ***@***.***#[:/tmp]
$(: !517 ) python3.11
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0
(clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import qmcpy
from numpy import pi, cos, sqrt, linalg
d = 2
dnb2 = qp.DigitalNetB2(d)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
dnb2 = qmcpy.DigitalNetB2(d)
gauss_sobol = qp.Gaussian(dnb2, mean=0, covariance=1/2)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
gauss_sobol = qmypy.Gaussian(dnb2, mean=0, covariance=1/2)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qmypy' is not defined. Did you mean: 'qmcpy'?
gauss_sobol = qmcpy.Gaussian(dnb2, mean=0, covariance=1/2)
k = qmcpy.CustomFun(
... true_measure = gauss_sobol,
... g = lambda x: pi**(d/2)*cos(linalg.norm(x,axis=1)))
qmc_sobol_algorithm = qp.CubQMCSobolG(k, abs_tol=1e-3)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
qmc_sobol_algorithm = qmcpy.CubQMCSobolG(k, abs_tol=1e-3)
solution,data = qmc_sobol_algorithm.integrate()
print(data)
LDTransformData (AccumulateData Object)
solution 1.808
comb_bound_low 1.808
comb_bound_high 1.809
comb_flags 1
n_total 2^(13)
n 2^(13)
time_integrate 0.010
CubQMCSobolG (StoppingCriterion Object)
abs_tol 0.001
rel_tol 0
n_init 2^(10)
n_max 2^(35)
CustomFun (Integrand Object)
Gaussian (TrueMeasure Object)
mean 0
covariance 2^(-1)
decomp_type PCA
DigitalNetB2 (DiscreteDistribution Object)
d 2^(1)
dvec [0 1]
randomize LMS_DS
graycode 0
entropy 215274997764791150525410476920744163793
spawn_key ()
`
—
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFN6IQIA6DCKOE36H7A57DDW5TV4PANCNFSM6AAAAAAWDO77YY>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
======================================================
Bruno Tuffin
Inria, Univ Rennes, CNRS, IRISA
Campus Universitaire de Beaulieu
35042 Rennes Cedex, France
Tel: +33 (0)2 99 84 74 94 Fax: +33 (0)2 99 84 71 71
https://people.rennes.inria.fr/Bruno.Tuffin/
|
0 replies
|
Dear all,
For information (in case it happens to someone else; it can be helpful),
it looks like the "compiler" was doing as if my laptop was on 32-bits,
hence the problem. With:
ARCHFLAGS="-arch x86_64" pip3 install qmcpy
it worked!
So very good now. Thanks for your messages. Now it is on me to work with qmcpy!
Bruno
Le 24/03/2023 à 01:52, Joshua Herman a écrit :
…
Bruno, can you give us all of the commands you executed to install
this? I am unable to reproduce. You could also follow what I am doing.
`
$(: !513 ) python3.11
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0
(clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
^D
Exit:0 2023-03-23 19:48:14 ***@***.***#[:/tmp]
$(: !514 ) python3.11 -m venv venv
Exit:0 2023-03-23 19:48:20 ***@***.***#[:/tmp]
$(: !515 ) source venv/bin/activate
(venv) # Exit:0 2023-03-23 19:48:25 ***@***.***#[:/tmp]
$(: !516 ) pip install qmcpy
Collecting qmcpy
Downloading qmcpy-1.3.2.tar.gz (7.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.4/7.4 MB 10.5 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting numpy>=1.17.0
Using cached numpy-1.24.2-cp311-cp311-macosx_11_0_arm64.whl (13.8 MB)
Collecting scipy>=1.0.0
Downloading scipy-1.10.1-cp311-cp311-macosx_12_0_arm64.whl (28.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.7/28.7 MB 10.5 MB/s eta
0:00:00
Installing collected packages: numpy, scipy, qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py
install' method, because it does not have a 'pyproject.toml' and the
'wheel' package is not installed. pip 23.1 will enforce this behaviour
change. A possible replacement is to enable the '--use-pep517' option.
Discussion can be found at pypa/pip#8559
<pypa/pip#8559>
Running setup.py install for qmcpy ... done
Successfully installed numpy-1.24.2 qmcpy-1.3.2 scipy-1.10.1
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: pip install --upgrade pip
(venv) # Exit:0 2023-03-23 19:48:43 ***@***.***#[:/tmp]
$(: !517 )
(venv) # Exit:1 2023-03-23 19:49:27 ***@***.***#[:/tmp]
$(: !517 ) python3.11
Python 3.11.2 (main, Feb 16 2023, 02:55:59) [Clang 14.0.0
(clang-1400.0.29.202)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import qmcpy
from numpy import pi, cos, sqrt, linalg
d = 2
dnb2 = qp.DigitalNetB2(d)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
dnb2 = qmcpy.DigitalNetB2(d)
gauss_sobol = qp.Gaussian(dnb2, mean=0, covariance=1/2)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
gauss_sobol = qmypy.Gaussian(dnb2, mean=0, covariance=1/2)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qmypy' is not defined. Did you mean: 'qmcpy'?
gauss_sobol = qmcpy.Gaussian(dnb2, mean=0, covariance=1/2)
k = qmcpy.CustomFun(
... true_measure = gauss_sobol,
... g = lambda x: pi**(d/2)*cos(linalg.norm(x,axis=1)))
qmc_sobol_algorithm = qp.CubQMCSobolG(k, abs_tol=1e-3)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'qp' is not defined
qmc_sobol_algorithm = qmcpy.CubQMCSobolG(k, abs_tol=1e-3)
solution,data = qmc_sobol_algorithm.integrate()
print(data)
LDTransformData (AccumulateData Object)
solution 1.808
comb_bound_low 1.808
comb_bound_high 1.809
comb_flags 1
n_total 2^(13)
n 2^(13)
time_integrate 0.010
CubQMCSobolG (StoppingCriterion Object)
abs_tol 0.001
rel_tol 0
n_init 2^(10)
n_max 2^(35)
CustomFun (Integrand Object)
Gaussian (TrueMeasure Object)
mean 0
covariance 2^(-1)
decomp_type PCA
DigitalNetB2 (DiscreteDistribution Object)
d 2^(1)
dvec [0 1]
randomize LMS_DS
graycode 0
entropy 215274997764791150525410476920744163793
spawn_key ()
`
—
Reply to this email directly, view it on GitHub
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFN6IQIA6DCKOE36H7A57DDW5TV4PANCNFSM6AAAAAAWDO77YY>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
======================================================
Bruno Tuffin
Inria, Univ Rennes, CNRS, IRISA
Campus Universitaire de Beaulieu
35042 Rennes Cedex, France
Tel: +33 (0)2 99 84 74 94 Fax: +33 (0)2 99 84 71 71
https://people.rennes.inria.fr/Bruno.Tuffin/
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I was using qmcpy 1.0 on my mac and wanted to install the upgrade to benefit from new features. Upgrading did not work so I first upgraded my python to version 3.11.2.
but "pip3 install qmcmy" has errors and qmcpy is not installed. The returned output is copied below (sorry, it is a bit long).
Even using the --use-pep517 option does not help.
I have a similar issue when trying to install qmcpy on a linux execution server with python 3.8.
Did I do something wrong? Thanks!
====
Collecting qmcpy
Using cached qmcpy-1.3.2.tar.gz (7.4 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy) (1.10.1)
Installing collected packages: qmcpy
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for qmcpy ... error
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Obtaining file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-b3ybwren/qmcpy_dd05e0813e0040208c50b534ea88edf6
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> qmcpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
btuffin@koppenberg Test-Bootstrap % pip3 install qmcpy > output
DEPRECATION: qmcpy is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
error: subprocess-exited-with-error
× Running setup.py install for qmcpy did not run successfully.
│ exit code: 1
╰─> [505 lines of output]
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running install
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Obtaining file:///private/var/folders/84/k_yjs41n3wbdzdz4cfck_3k40000gp/T/pip-install-97wsd6aa/qmcpy_fded6a6424e04fac9790a04155580e15
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: numpy>=1.17.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.24.2)
Requirement already satisfied: scipy>=1.0.0 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from qmcpy==1.3.2) (1.10.1)
Installing collected packages: qmcpy
Running setup.py develop for qmcpy
error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> qmcpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
All reactions