Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SomeoneSerge/a25c012d4c711592c7b12bfaef237ec3 to your computer and use it in GitHub Desktop.
Save SomeoneSerge/a25c012d4c711592c7b12bfaef237ec3 to your computer and use it in GitHub Desktop.
nix log /nix/store/3sgps58d76j9v6jdjliwb1g8xxi41x36-python3.10-ezyrb-1.3.0.post2302.drv
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/xv840wzv5fcc0k4p9pzkjkw4101x7v2g-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/utils/mathlab_versioning.py
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/tests
copying tests/test_pod.py -> build/lib/tests
copying tests/test_linear.py -> build/lib/tests
copying tests/test_gpr.py -> build/lib/tests
copying tests/__init__.py -> build/lib/tests
copying tests/test_radius_neighbors_regressor.py -> build/lib/tests
copying tests/test_database.py -> build/lib/tests
copying tests/test_reducedordermodel.py -> build/lib/tests
copying tests/test_k_neighbors_regressor.py -> build/lib/tests
copying tests/test_podae.py -> build/lib/tests
copying tests/test_ae.py -> build/lib/tests
copying tests/test_ann.py -> build/lib/tests
creating build/lib/ezyrb
copying ezyrb/reducedordermodel.py -> build/lib/ezyrb
copying ezyrb/meta.py -> build/lib/ezyrb
copying ezyrb/pod.py -> build/lib/ezyrb
copying ezyrb/kneighbors_regressor.py -> build/lib/ezyrb
copying ezyrb/pod_ae.py -> build/lib/ezyrb
copying ezyrb/__init__.py -> build/lib/ezyrb
copying ezyrb/reduction.py -> build/lib/ezyrb
copying ezyrb/rbf.py -> build/lib/ezyrb
copying ezyrb/gpr.py -> build/lib/ezyrb
copying ezyrb/linear.py -> build/lib/ezyrb
copying ezyrb/neighbors_regressor.py -> build/lib/ezyrb
copying ezyrb/radius_neighbors_regressor.py -> build/lib/ezyrb
copying ezyrb/database.py -> build/lib/ezyrb
copying ezyrb/ann.py -> build/lib/ezyrb
copying ezyrb/approximation.py -> build/lib/ezyrb
copying ezyrb/ae.py -> build/lib/ezyrb
creating build/lib/ezyrb/parallel
copying ezyrb/parallel/reducedordermodel.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/pod.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/kneighbors_regressor.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/__init__.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/reduction.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/rbf.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/gpr.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/linear.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/neighbors_regressor.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/radius_neighbors_regressor.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/ann.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/approximation.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/ae_eddl.py -> build/lib/ezyrb/parallel
copying ezyrb/parallel/ae.py -> build/lib/ezyrb/parallel
running egg_info
creating ezyrb.egg-info
writing ezyrb.egg-info/PKG-INFO
writing dependency_links to ezyrb.egg-info/dependency_links.txt
writing requirements to ezyrb.egg-info/requires.txt
writing top-level names to ezyrb.egg-info/top_level.txt
writing manifest file 'ezyrb.egg-info/SOURCES.txt'
reading manifest file 'ezyrb.egg-info/SOURCES.txt'
adding license file 'LICENSE.rst'
writing manifest file 'ezyrb.egg-info/SOURCES.txt'
/nix/store/8zx4h7r5mn1b913hgi8rwjfynwg1wgdi-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_pod.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_linear.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_gpr.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_radius_neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_database.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_reducedordermodel.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_k_neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_podae.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_ae.py -> build/bdist.linux-x86_64/wheel/tests
copying build/lib/tests/test_ann.py -> build/bdist.linux-x86_64/wheel/tests
creating build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/reducedordermodel.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/meta.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/pod.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/kneighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/pod_ae.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/__init__.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/reduction.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/rbf.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/gpr.py -> build/bdist.linux-x86_64/wheel/ezyrb
creating build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/reducedordermodel.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/pod.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/kneighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/reduction.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/rbf.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/gpr.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/linear.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/radius_neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/ann.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/approximation.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/ae_eddl.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/parallel/ae.py -> build/bdist.linux-x86_64/wheel/ezyrb/parallel
copying build/lib/ezyrb/linear.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/radius_neighbors_regressor.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/database.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/ann.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/approximation.py -> build/bdist.linux-x86_64/wheel/ezyrb
copying build/lib/ezyrb/ae.py -> build/bdist.linux-x86_64/wheel/ezyrb
running install_egg_info
Copying ezyrb.egg-info to build/bdist.linux-x86_64/wheel/ezyrb-1.3.0.post2302-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/ezyrb-1.3.0.post2302.dist-info/WHEEL
creating 'dist/ezyrb-1.3.0.post2302-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'ezyrb/__init__.py'
adding 'ezyrb/ae.py'
adding 'ezyrb/ann.py'
adding 'ezyrb/approximation.py'
adding 'ezyrb/database.py'
adding 'ezyrb/gpr.py'
adding 'ezyrb/kneighbors_regressor.py'
adding 'ezyrb/linear.py'
adding 'ezyrb/meta.py'
adding 'ezyrb/neighbors_regressor.py'
adding 'ezyrb/pod.py'
adding 'ezyrb/pod_ae.py'
adding 'ezyrb/radius_neighbors_regressor.py'
adding 'ezyrb/rbf.py'
adding 'ezyrb/reducedordermodel.py'
adding 'ezyrb/reduction.py'
adding 'ezyrb/parallel/__init__.py'
adding 'ezyrb/parallel/ae.py'
adding 'ezyrb/parallel/ae_eddl.py'
adding 'ezyrb/parallel/ann.py'
adding 'ezyrb/parallel/approximation.py'
adding 'ezyrb/parallel/gpr.py'
adding 'ezyrb/parallel/kneighbors_regressor.py'
adding 'ezyrb/parallel/linear.py'
adding 'ezyrb/parallel/neighbors_regressor.py'
adding 'ezyrb/parallel/pod.py'
adding 'ezyrb/parallel/radius_neighbors_regressor.py'
adding 'ezyrb/parallel/rbf.py'
adding 'ezyrb/parallel/reducedordermodel.py'
adding 'ezyrb/parallel/reduction.py'
adding 'tests/__init__.py'
adding 'tests/test_ae.py'
adding 'tests/test_ann.py'
adding 'tests/test_database.py'
adding 'tests/test_gpr.py'
adding 'tests/test_k_neighbors_regressor.py'
adding 'tests/test_linear.py'
adding 'tests/test_pod.py'
adding 'tests/test_podae.py'
adding 'tests/test_radius_neighbors_regressor.py'
adding 'tests/test_reducedordermodel.py'
adding 'ezyrb-1.3.0.post2302.dist-info/LICENSE.rst'
adding 'ezyrb-1.3.0.post2302.dist-info/METADATA'
adding 'ezyrb-1.3.0.post2302.dist-info/WHEEL'
adding 'ezyrb-1.3.0.post2302.dist-info/top_level.txt'
adding 'ezyrb-1.3.0.post2302.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/source/dist /build/source
Processing ./ezyrb-1.3.0.post2302-py3-none-any.whl
Requirement already satisfied: matplotlib in /nix/store/w19ags7fn0h3vf1whck5pg548xan9afg-python3.10-matplotlib-3.7.0/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (3.7.0)
Requirement already satisfied: scikit-learn>=1.0 in /nix/store/h24gg4y8x877xcgjvl1dv09nnwcgdhz3-python3.10-scikit-learn-1.2.1/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (1.2.1)
Requirement already satisfied: torch in /nix/store/x2s2mb5i6skm7galc1y72w1q2329mjqr-python3.10-torch-2.0.0/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (2.0.0)
Requirement already satisfied: scipy in /nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (1.10.1)
Requirement already satisfied: numpy in /nix/store/0xhlg0vi0y8m5lxsm8khcqqma8rmy2jr-python3.10-numpy-1.24.2/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (1.24.2)
Requirement already satisfied: future in /nix/store/zz5yc74gcq8yidj70381wygiikspq7s5-python3.10-future-0.18.3/lib/python3.10/site-packages (from ezyrb==1.3.0.post2302) (0.18.3)
Requirement already satisfied: joblib>=1.1.1 in /nix/store/7f4ycvj80s7mvxwn1fxaqyp0dw211025-python3.10-joblib-1.2.0/lib/python3.10/site-packages (from scikit-learn>=1.0->ezyrb==1.3.0.post2302) (1.2.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in /nix/store/wd74hzlxdqpadpna9q8dx04c2p8kay3b-python3.10-threadpoolctl-3.1.0/lib/python3.10/site-packages (from scikit-learn>=1.0->ezyrb==1.3.0.post2302) (3.1.0)
Requirement already satisfied: pyparsing>=2.3.1 in /nix/store/k58fpwykjllmvlvpl58q1ajwihf493bd-python3.10-pyparsing-3.0.9/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (3.0.9)
Requirement already satisfied: python-dateutil>=2.7 in /nix/store/wn2w3sg2mrf8hg82c5s99fdmnb12g0d9-python3.10-python-dateutil-2.8.2/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (2.8.2)
Requirement already satisfied: kiwisolver>=1.0.1 in /nix/store/mnki5pr6hyxnrnfk9csyfbf108gawb9x-python3.10-kiwisolver-1.4.4/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (1.4.4)
Requirement already satisfied: pillow>=6.2.0 in /nix/store/q9s12513vl2diwblj1arwb1yl85jjafg-python3.10-pillow-9.4.0/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (9.4.0)
Requirement already satisfied: packaging>=20.0 in /nix/store/igymj6b3n8gw4fqn8g1r64clv4z64p5r-python3.10-packaging-23.0/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (23.0)
Requirement already satisfied: cycler>=0.10 in /nix/store/abzjhc2bm5c5n1kwr0hiqb6x4bi2a4vb-python3.10-cycler-0.11.0/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (0.11.0)
Requirement already satisfied: fonttools>=4.22.0 in /nix/store/r0mxlza4dbwqqmbx719b07dfh8idx11c-python3.10-fonttools-4.38.0/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (4.38.0)
Requirement already satisfied: contourpy>=1.0.1 in /nix/store/rxjmxx16ywjfzh6mvg6k8w4k4bl5wnh0-python3.10-contourpy-1.0.7/lib/python3.10/site-packages (from matplotlib->ezyrb==1.3.0.post2302) (1.0.7)
Requirement already satisfied: typing-extensions in /nix/store/bndw06wps3i7xpqdk6ryq6wiqg11ggy8-python3.10-typing-extensions-4.5.0/lib/python3.10/site-packages (from torch->ezyrb==1.3.0.post2302) (4.5.0)
Requirement already satisfied: sympy in /nix/store/laq62579f9j61fk4k9nyzp4z4ql64rkm-python3.10-sympy-1.11.1/lib/python3.10/site-packages (from torch->ezyrb==1.3.0.post2302) (1.11.1)
Requirement already satisfied: jinja2 in /nix/store/000ikh8arjv0pg91hqh96r5wnjv4w0qd-python3.10-Jinja2-3.1.2/lib/python3.10/site-packages (from torch->ezyrb==1.3.0.post2302) (3.1.2)
Requirement already satisfied: networkx in /nix/store/ck54jpwpmp4k4h4v2z5j0a3xid8qhr74-python3.10-networkx-3.0/lib/python3.10/site-packages (from torch->ezyrb==1.3.0.post2302) (3.0)
Requirement already satisfied: filelock in /nix/store/rimcw0aklcnsj2lzfwv3j70mz28awjbv-python3.10-filelock-3.9.0/lib/python3.10/site-packages (from torch->ezyrb==1.3.0.post2302) (3.9.0)
Requirement already satisfied: six>=1.5 in /nix/store/9kc36fpfsqica4bbqbqx6ri1y83sgkw9-python3.10-six-1.16.0/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib->ezyrb==1.3.0.post2302) (1.16.0)
Requirement already satisfied: MarkupSafe>=2.0 in /nix/store/1yy05wshgl7w94n3kmcrc220ncsimfz4-python3.10-markupsafe-2.1.2/lib/python3.10/site-packages (from jinja2->torch->ezyrb==1.3.0.post2302) (2.1.2)
Requirement already satisfied: mpmath>=0.19 in /nix/store/g1wlqz2p2hq6s0vxq87780rd9p4sdjb3-python3.10-mpmath-1.2.1/lib/python3.10/site-packages (from sympy->torch->ezyrb==1.3.0.post2302) (1.2.1)
Installing collected packages: ezyrb
Successfully installed ezyrb-1.3.0.post2302
/build/source
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302
checking for references to /build/ in /nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302...
patching script interpreter paths in /nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302
stripping (with command strip and flags -S) in /nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/k1lvsrv749h1g1pl999jpgada7qlpjrr-python3.10-ezyrb-1.3.0.post2302-dist
checking for references to /build/ in /nix/store/k1lvsrv749h1g1pl999jpgada7qlpjrr-python3.10-ezyrb-1.3.0.post2302-dist...
patching script interpreter paths in /nix/store/k1lvsrv749h1g1pl999jpgada7qlpjrr-python3.10-ezyrb-1.3.0.post2302-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: ezyrb
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 1, in <lambda>
File "/nix/store/0n4y44dnaxafqs7cg625aldrb152x7bx-python3-3.10.10/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302/lib/python3.10/site-packages/ezyrb/__init__.py", line 16, in <module>
from .rbf import RBF
File "/nix/store/7nqjmmzq8cvv4wiwri858s9awb5jh3av-python3.10-ezyrb-1.3.0.post2302/lib/python3.10/site-packages/ezyrb/rbf.py", line 4, in <module>
from scipy.interpolate import RBFInterpolator
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/interpolate/__init__.py", line 167, in <module>
from ._interpolate import *
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/interpolate/_interpolate.py", line 12, in <module>
from . import _fitpack_py
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/interpolate/_fitpack_py.py", line 10, in <module>
from ._bsplines import BSpline
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/interpolate/_bsplines.py", line 8, in <module>
from scipy.optimize import minimize_scalar
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/optimize/__init__.py", line 417, in <module>
from ._linprog import linprog, linprog_verbose_callback
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/optimize/_linprog.py", line 21, in <module>
from ._linprog_highs import _linprog_highs
File "/nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/optimize/_linprog_highs.py", line 20, in <module>
from ._highs._highs_wrapper import _highs_wrapper
ImportError: /nix/store/yiflcg7zmirny3654g8l8f85sz958gqk-gcc-11.3.0-lib/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /nix/store/hvs05k932v31cfckv49nx1pin0qjd20v-python3.10-scipy-1.10.1/lib/python3.10/site-packages/scipy/optimize/_highs/_highs_wrapper.cpython-310-x86_64-linux-gnu.so)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment