Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3.10-openapi-core-0.14.2.drv' failed with exit code 1; #308

Closed
PlumpMath opened this issue Oct 1, 2022 · 7 comments
Closed

python3.10-openapi-core-0.14.2.drv' failed with exit code 1; #308

PlumpMath opened this issue Oct 1, 2022 · 7 comments

Comments

@PlumpMath
Copy link

error: builder for '/nix/store/vk8ssxaxsa0w424zy7l5lsha3hj2lflp-python3.10-openapi-core-0.14.2.drv' failed with exit code 1;
last 10 log lines:
> File "", line 688, in _load_unlocked
> File "", line 883, in exec_module
> File "", line 241, in _call_with_frames_removed
> File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/init.py", line 3, in
> from openapi_core.shortcuts import (
> File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/shortcuts.py", line 3, in
> from openapi_core.spec.shortcuts import create_spec
> File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/spec/shortcuts.py", line 3, in
> from openapi_spec_validator import (
> ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' (/nix/store/qlirpzf1vnalp6jnl2xgl4m7vir5dfa7-python3.10-openapi-spec-validator-0.5.1/lib/python3.10/site-packages/openapi_spec_validator/init.py)
For full logs, run 'nix log /nix/store/vk8ssxaxsa0w424zy7l5lsha3hj2lflp-python3.10-openapi-core-0.14.2.drv'.
error: 1 dependencies of derivation '/nix/store/097xfzd04xk41qij6za3973h1yzvqm9f-python3.10-jupyterlab_server-2.15.2.drv' failed to build
error: 1 dependencies of derivation '/nix/store/0gcsslr4jdgkw2yfwkw6sv7lspr88058-python3.10-jupyterlab_server-2.15.2.drv' failed to build
error: 1 dependencies of derivation '/nix/store/fk5sxrhlsr8mxkcj00lh7myhjgdfzk35-python3.10-jupyterlab-3.4.7.drv' failed to build
error: 1 dependencies of derivation '/nix/store/bd9i6nr3ld7lfkyhmb1rh5j31j5jppwf-system-applications.drv' failed to build
error: 1 dependencies of derivation '/nix/store/wwyl8cpvn7pwbmcg1292kcwk8p57yq4r-darwin-system-22.11.20221001.b746456+darwin4.02d2551.drv' failed to build

@PlumpMath
Copy link
Author

1 │ Sourcing python-remove-tests-dir-hook
2 │ Sourcing python-catch-conflicts-hook.sh
3 │ Sourcing python-remove-bin-bytecode-hook.sh
4 │ Sourcing setuptools-build-hook
5 │ Using setuptoolsBuildPhase
6 │ Using setuptoolsShellHook
7 │ Sourcing pip-install-hook
8 │ Using pipInstallPhase
9 │ Sourcing python-imports-check-hook.sh
10 │ Using pythonImportsCheckPhase
11 │ Sourcing python-namespaces-hook
12 │ Sourcing python-catch-conflicts-hook.sh
13 │ Sourcing setuptools-check-hook
14 │ Using setuptoolsCheckPhase
15 │ Sourcing pytest-check-hook
16 │ Using pytestCheckPhase
17 │ Removing setuptoolsCheckPhase
18 │ @nix { "action": "setPhase", "phase": "unpackPhase" }
19 │ unpacking sources
20 │ unpacking source archive /nix/store/6yap2js5qpxqb896j8pg5r8rfm5zr6xp-source
21 │ source root is source
22 │ setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/unit/validation/test_response_shortcuts.py
23 │ @nix { "action": "setPhase", "phase": "patchPhase" }
24 │ patching sources
25 │ @nix { "action": "setPhase", "phase": "configurePhase" }
26 │ configuring
27 │ no configure script, doing nothing
28 │ @nix { "action": "setPhase", "phase": "buildPhase" }
29 │ building
30 │ Executing setuptoolsBuildPhase
31 │ /nix/store/2sm4md8fqn3f189zvhz3rjpdlkbdy1sa-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/dist.py:771: UserWarning: Usage of
│ dash-separated 'long-description-content-type' will not be supported in future versions. Please use the underscore name 'long_description_content_ty
│ pe' instead
32 │ warnings.warn(
33 │ /nix/store/2sm4md8fqn3f189zvhz3rjpdlkbdy1sa-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/distutils/dist.py:262: UserWarning
│ : Unknown distribution option: 'setup_cfg'
34 │ warnings.warn(msg)
35 │ running bdist_wheel
36 │ running build
37 │ running build_py
38 │ creating build
39 │ creating build/lib
40 │ creating build/lib/openapi_core
41 │ copying openapi_core/compat.py -> build/lib/openapi_core
42 │ copying openapi_core/shortcuts.py -> build/lib/openapi_core
43 │ copying openapi_core/init.py -> build/lib/openapi_core
44 │ copying openapi_core/types.py -> build/lib/openapi_core
45 │ copying openapi_core/exceptions.py -> build/lib/openapi_core
46 │ creating build/lib/openapi_core/security
47 │ copying openapi_core/security/init.py -> build/lib/openapi_core/security
48 │ copying openapi_core/security/factories.py -> build/lib/openapi_core/security
49 │ copying openapi_core/security/providers.py -> build/lib/openapi_core/security
50 │ copying openapi_core/security/exceptions.py -> build/lib/openapi_core/security
51 │ creating build/lib/openapi_core/spec
52 │ copying openapi_core/spec/accessors.py -> build/lib/openapi_core/spec
53 │ copying openapi_core/spec/paths.py -> build/lib/openapi_core/spec
54 │ copying openapi_core/spec/shortcuts.py -> build/lib/openapi_core/spec
55 │ copying openapi_core/spec/init.py -> build/lib/openapi_core/spec
56 │ creating build/lib/openapi_core/templating
57 │ copying openapi_core/templating/util.py -> build/lib/openapi_core/templating
58 │ copying openapi_core/templating/init.py -> build/lib/openapi_core/templating
59 │ copying openapi_core/templating/datatypes.py -> build/lib/openapi_core/templating
60 │ creating build/lib/openapi_core/contrib
61 │ copying openapi_core/contrib/init.py -> build/lib/openapi_core/contrib
62 │ creating build/lib/openapi_core/extensions
63 │ copying openapi_core/extensions/init.py -> build/lib/openapi_core/extensions
64 │ creating build/lib/openapi_core/testing
65 │ copying openapi_core/testing/responses.py -> build/lib/openapi_core/testing
66 │ copying openapi_core/testing/init.py -> build/lib/openapi_core/testing
67 │ copying openapi_core/testing/factories.py -> build/lib/openapi_core/testing
68 │ copying openapi_core/testing/datatypes.py -> build/lib/openapi_core/testing
69 │ copying openapi_core/testing/requests.py -> build/lib/openapi_core/testing
70 │ copying openapi_core/testing/mock.py -> build/lib/openapi_core/testing
71 │ creating build/lib/openapi_core/schema
72 │ copying openapi_core/schema/specs.py -> build/lib/openapi_core/schema
73 │ copying openapi_core/schema/init.py -> build/lib/openapi_core/schema
74 │ copying openapi_core/schema/servers.py -> build/lib/openapi_core/schema
75 │ copying openapi_core/schema/schemas.py -> build/lib/openapi_core/schema
76 │ copying openapi_core/schema/parameters.py -> build/lib/openapi_core/schema
77 │ creating build/lib/openapi_core/deserializing
78 │ copying openapi_core/deserializing/init.py -> build/lib/openapi_core/deserializing
79 │ copying openapi_core/deserializing/exceptions.py -> build/lib/openapi_core/deserializing
80 │ creating build/lib/openapi_core/casting
81 │ copying openapi_core/casting/init.py -> build/lib/openapi_core/casting
82 │ creating build/lib/openapi_core/validation
83 │ copying openapi_core/validation/validators.py -> build/lib/openapi_core/validation
84 │ copying openapi_core/validation/init.py -> build/lib/openapi_core/validation
85 │ copying openapi_core/validation/datatypes.py -> build/lib/openapi_core/validation
86 │ copying openapi_core/validation/exceptions.py -> build/lib/openapi_core/validation
87 │ copying openapi_core/validation/processors.py -> build/lib/openapi_core/validation
88 │ copying openapi_core/validation/decorators.py -> build/lib/openapi_core/validation
89 │ creating build/lib/openapi_core/unmarshalling
90 │ copying openapi_core/unmarshalling/init.py -> build/lib/openapi_core/unmarshalling
91 │ creating build/lib/openapi_core/templating/responses
92 │ copying openapi_core/templating/responses/finders.py -> build/lib/openapi_core/templating/responses
93 │ copying openapi_core/templating/responses/init.py -> build/lib/openapi_core/templating/responses
94 │ copying openapi_core/templating/responses/exceptions.py -> build/lib/openapi_core/templating/responses
95 │ creating build/lib/openapi_core/templating/paths
96 │ copying openapi_core/templating/paths/finders.py -> build/lib/openapi_core/templating/paths
97 │ copying openapi_core/templating/paths/init.py -> build/lib/openapi_core/templating/paths
98 │ copying openapi_core/templating/paths/exceptions.py -> build/lib/openapi_core/templating/paths
99 │ creating build/lib/openapi_core/templating/media_types
100 │ copying openapi_core/templating/media_types/finders.py -> build/lib/openapi_core/templating/media_types
101 │ copying openapi_core/templating/media_types/init.py -> build/lib/openapi_core/templating/media_types
102 │ copying openapi_core/templating/media_types/exceptions.py -> build/lib/openapi_core/templating/media_types
103 │ creating build/lib/openapi_core/contrib/flask
104 │ copying openapi_core/contrib/flask/responses.py -> build/lib/openapi_core/contrib/flask
105 │ copying openapi_core/contrib/flask/handlers.py -> build/lib/openapi_core/contrib/flask
106 │ copying openapi_core/contrib/flask/init.py -> build/lib/openapi_core/contrib/flask
107 │ copying openapi_core/contrib/flask/providers.py -> build/lib/openapi_core/contrib/flask
108 │ copying openapi_core/contrib/flask/requests.py -> build/lib/openapi_core/contrib/flask
109 │ copying openapi_core/contrib/flask/views.py -> build/lib/openapi_core/contrib/flask
110 │ copying openapi_core/contrib/flask/decorators.py -> build/lib/openapi_core/contrib/flask
111 │ creating build/lib/openapi_core/contrib/requests
112 │ copying openapi_core/contrib/requests/responses.py -> build/lib/openapi_core/contrib/requests
113 │ copying openapi_core/contrib/requests/init.py -> build/lib/openapi_core/contrib/requests
114 │ copying openapi_core/contrib/requests/requests.py -> build/lib/openapi_core/contrib/requests
115 │ creating build/lib/openapi_core/contrib/django
116 │ copying openapi_core/contrib/django/responses.py -> build/lib/openapi_core/contrib/django
117 │ copying openapi_core/contrib/django/compat.py -> build/lib/openapi_core/contrib/django
118 │ copying openapi_core/contrib/django/init.py -> build/lib/openapi_core/contrib/django
119 │ copying openapi_core/contrib/django/backports.py -> build/lib/openapi_core/contrib/django
120 │ copying openapi_core/contrib/django/requests.py -> build/lib/openapi_core/contrib/django
121 │ creating build/lib/openapi_core/contrib/falcon
122 │ copying openapi_core/contrib/falcon/responses.py -> build/lib/openapi_core/contrib/falcon
123 │ copying openapi_core/contrib/falcon/compat.py -> build/lib/openapi_core/contrib/falcon
124 │ copying openapi_core/contrib/falcon/handlers.py -> build/lib/openapi_core/contrib/falcon
125 │ copying openapi_core/contrib/falcon/init.py -> build/lib/openapi_core/contrib/falcon
126 │ copying openapi_core/contrib/falcon/middlewares.py -> build/lib/openapi_core/contrib/falcon
127 │ copying openapi_core/contrib/falcon/requests.py -> build/lib/openapi_core/contrib/falcon
128 │ copying openapi_core/contrib/falcon/views.py -> build/lib/openapi_core/contrib/falcon
129 │ creating build/lib/openapi_core/extensions/models
130 │ copying openapi_core/extensions/models/models.py -> build/lib/openapi_core/extensions/models
131 │ copying openapi_core/extensions/models/init.py -> build/lib/openapi_core/extensions/models
132 │ copying openapi_core/extensions/models/factories.py -> build/lib/openapi_core/extensions/models
133 │ creating build/lib/openapi_core/deserializing/parameters
134 │ copying openapi_core/deserializing/parameters/deserializers.py -> build/lib/openapi_core/deserializing/parameters
135 │ copying openapi_core/deserializing/parameters/init.py -> build/lib/openapi_core/deserializing/parameters
136 │ copying openapi_core/deserializing/parameters/factories.py -> build/lib/openapi_core/deserializing/parameters
137 │ copying openapi_core/deserializing/parameters/exceptions.py -> build/lib/openapi_core/deserializing/parameters
138 │ creating build/lib/openapi_core/deserializing/media_types
139 │ copying openapi_core/deserializing/media_types/deserializers.py -> build/lib/openapi_core/deserializing/media_types
140 │ copying openapi_core/deserializing/media_types/util.py -> build/lib/openapi_core/deserializing/media_types
141 │ copying openapi_core/deserializing/media_types/init.py -> build/lib/openapi_core/deserializing/media_types
142 │ copying openapi_core/deserializing/media_types/factories.py -> build/lib/openapi_core/deserializing/media_types
143 │ creating build/lib/openapi_core/casting/schemas
144 │ copying openapi_core/casting/schemas/util.py -> build/lib/openapi_core/casting/schemas
145 │ copying openapi_core/casting/schemas/init.py -> build/lib/openapi_core/casting/schemas
146 │ copying openapi_core/casting/schemas/factories.py -> build/lib/openapi_core/casting/schemas
147 │ copying openapi_core/casting/schemas/exceptions.py -> build/lib/openapi_core/casting/schemas
148 │ copying openapi_core/casting/schemas/casters.py -> build/lib/openapi_core/casting/schemas
149 │ creating build/lib/openapi_core/validation/response
150 │ copying openapi_core/validation/response/shortcuts.py -> build/lib/openapi_core/validation/response
151 │ copying openapi_core/validation/response/validators.py -> build/lib/openapi_core/validation/response
152 │ copying openapi_core/validation/response/init.py -> build/lib/openapi_core/validation/response
153 │ copying openapi_core/validation/response/datatypes.py -> build/lib/openapi_core/validation/response
154 │ creating build/lib/openapi_core/validation/request
155 │ copying openapi_core/validation/request/shortcuts.py -> build/lib/openapi_core/validation/request
156 │ copying openapi_core/validation/request/validators.py -> build/lib/openapi_core/validation/request
157 │ copying openapi_core/validation/request/init.py -> build/lib/openapi_core/validation/request
158 │ copying openapi_core/validation/request/datatypes.py -> build/lib/openapi_core/validation/request
159 │ creating build/lib/openapi_core/unmarshalling/schemas
160 │ copying openapi_core/unmarshalling/schemas/enums.py -> build/lib/openapi_core/unmarshalling/schemas
161 │ copying openapi_core/unmarshalling/schemas/formatters.py -> build/lib/openapi_core/unmarshalling/schemas
162 │ copying openapi_core/unmarshalling/schemas/unmarshallers.py -> build/lib/openapi_core/unmarshalling/schemas
163 │ copying openapi_core/unmarshalling/schemas/util.py -> build/lib/openapi_core/unmarshalling/schemas
164 │ copying openapi_core/unmarshalling/schemas/init.py -> build/lib/openapi_core/unmarshalling/schemas
165 │ copying openapi_core/unmarshalling/schemas/factories.py -> build/lib/openapi_core/unmarshalling/schemas
166 │ copying openapi_core/unmarshalling/schemas/exceptions.py -> build/lib/openapi_core/unmarshalling/schemas
167 │ running egg_info
168 │ creating openapi_core.egg-info
169 │ writing openapi_core.egg-info/PKG-INFO
170 │ writing dependency_links to openapi_core.egg-info/dependency_links.txt
171 │ writing requirements to openapi_core.egg-info/requires.txt
172 │ writing top-level names to openapi_core.egg-info/top_level.txt
173 │ writing manifest file 'openapi_core.egg-info/SOURCES.txt'
174 │ reading manifest file 'openapi_core.egg-info/SOURCES.txt'
175 │ reading manifest template 'MANIFEST.in'
176 │ adding license file 'LICENSE'
177 │ writing manifest file 'openapi_core.egg-info/SOURCES.txt'
178 │ /nix/store/2sm4md8fqn3f189zvhz3rjpdlkbdy1sa-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDe
│ precationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
179 │ warnings.warn(
180 │ installing to build/bdist.macosx-10.12-x86_64/wheel
181 │ running install
182 │ running install_lib
183 │ creating build/bdist.macosx-10.12-x86_64
184 │ creating build/bdist.macosx-10.12-x86_64/wheel
185 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core
186 │ copying build/lib/openapi_core/compat.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core
187 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/security
188 │ copying build/lib/openapi_core/security/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/security
189 │ copying build/lib/openapi_core/security/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/security
190 │ copying build/lib/openapi_core/security/providers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/security
191 │ copying build/lib/openapi_core/security/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/security
192 │ copying build/lib/openapi_core/shortcuts.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core
193 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/spec
194 │ copying build/lib/openapi_core/spec/accessors.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/spec
195 │ copying build/lib/openapi_core/spec/paths.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/spec
196 │ copying build/lib/openapi_core/spec/shortcuts.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/spec
197 │ copying build/lib/openapi_core/spec/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/spec
198 │ copying build/lib/openapi_core/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core
199 │ copying build/lib/openapi_core/types.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core
200 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating
201 │ copying build/lib/openapi_core/templating/util.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating
202 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/responses
203 │ copying build/lib/openapi_core/templating/responses/finders.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/responses
204 │ copying build/lib/openapi_core/templating/responses/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/responses
205 │ copying build/lib/openapi_core/templating/responses/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/responses
206 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/paths
207 │ copying build/lib/openapi_core/templating/paths/finders.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/paths
208 │ copying build/lib/openapi_core/templating/paths/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/paths
209 │ copying build/lib/openapi_core/templating/paths/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/paths
210 │ copying build/lib/openapi_core/templating/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating
211 │ copying build/lib/openapi_core/templating/datatypes.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating
212 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/media_types
213 │ copying build/lib/openapi_core/templating/media_types/finders.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/media_types
214 │ copying build/lib/openapi_core/templating/media_types/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/media_types
215 │ copying build/lib/openapi_core/templating/media_types/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/templating/media_types
216 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib
217 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
218 │ copying build/lib/openapi_core/contrib/flask/responses.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
219 │ copying build/lib/openapi_core/contrib/flask/handlers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
220 │ copying build/lib/openapi_core/contrib/flask/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
221 │ copying build/lib/openapi_core/contrib/flask/providers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
222 │ copying build/lib/openapi_core/contrib/flask/requests.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
223 │ copying build/lib/openapi_core/contrib/flask/views.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
224 │ copying build/lib/openapi_core/contrib/flask/decorators.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/flask
225 │ copying build/lib/openapi_core/contrib/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib
226 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/requests
227 │ copying build/lib/openapi_core/contrib/requests/responses.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/requests
228 │ copying build/lib/openapi_core/contrib/requests/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/requests
229 │ copying build/lib/openapi_core/contrib/requests/requests.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/requests
230 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
231 │ copying build/lib/openapi_core/contrib/django/responses.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
232 │ copying build/lib/openapi_core/contrib/django/compat.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
233 │ copying build/lib/openapi_core/contrib/django/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
234 │ copying build/lib/openapi_core/contrib/django/backports.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
235 │ copying build/lib/openapi_core/contrib/django/requests.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/django
236 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
237 │ copying build/lib/openapi_core/contrib/falcon/responses.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
238 │ copying build/lib/openapi_core/contrib/falcon/compat.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
239 │ copying build/lib/openapi_core/contrib/falcon/handlers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
240 │ copying build/lib/openapi_core/contrib/falcon/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
241 │ copying build/lib/openapi_core/contrib/falcon/middlewares.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
242 │ copying build/lib/openapi_core/contrib/falcon/requests.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
243 │ copying build/lib/openapi_core/contrib/falcon/views.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/contrib/falcon
244 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions
245 │ copying build/lib/openapi_core/extensions/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions
246 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions/models
247 │ copying build/lib/openapi_core/extensions/models/models.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions/models
248 │ copying build/lib/openapi_core/extensions/models/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions/models
249 │ copying build/lib/openapi_core/extensions/models/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/extensions/models
250 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
251 │ copying build/lib/openapi_core/testing/responses.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
252 │ copying build/lib/openapi_core/testing/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
253 │ copying build/lib/openapi_core/testing/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
254 │ copying build/lib/openapi_core/testing/datatypes.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
255 │ copying build/lib/openapi_core/testing/requests.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
256 │ copying build/lib/openapi_core/testing/mock.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/testing
257 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
258 │ copying build/lib/openapi_core/schema/specs.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
259 │ copying build/lib/openapi_core/schema/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
260 │ copying build/lib/openapi_core/schema/servers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
261 │ copying build/lib/openapi_core/schema/schemas.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
262 │ copying build/lib/openapi_core/schema/parameters.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/schema
263 │ copying build/lib/openapi_core/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core
264 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing
265 │ copying build/lib/openapi_core/deserializing/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing
266 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/parameters
267 │ copying build/lib/openapi_core/deserializing/parameters/deserializers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/paramet
│ ers
268 │ copying build/lib/openapi_core/deserializing/parameters/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/parameters
269 │ copying build/lib/openapi_core/deserializing/parameters/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/parameters
270 │ copying build/lib/openapi_core/deserializing/parameters/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/parameters
271 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/media_types
272 │ copying build/lib/openapi_core/deserializing/media_types/deserializers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/media

│ types
273 │ copying build/lib/openapi_core/deserializing/media_types/util.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/media_types
274 │ copying build/lib/openapi_core/deserializing/media_types/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/media_types
275 │ copying build/lib/openapi_core/deserializing/media_types/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing/media_type
│ s
276 │ copying build/lib/openapi_core/deserializing/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/deserializing
277 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting
278 │ copying build/lib/openapi_core/casting/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting
279 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
280 │ copying build/lib/openapi_core/casting/schemas/util.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
281 │ copying build/lib/openapi_core/casting/schemas/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
282 │ copying build/lib/openapi_core/casting/schemas/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
283 │ copying build/lib/openapi_core/casting/schemas/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
284 │ copying build/lib/openapi_core/casting/schemas/casters.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/casting/schemas
285 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
286 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/response
287 │ copying build/lib/openapi_core/validation/response/shortcuts.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/response
288 │ copying build/lib/openapi_core/validation/response/validators.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/response
289 │ copying build/lib/openapi_core/validation/response/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/response
290 │ copying build/lib/openapi_core/validation/response/datatypes.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/response
291 │ copying build/lib/openapi_core/validation/validators.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
292 │ copying build/lib/openapi_core/validation/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
293 │ copying build/lib/openapi_core/validation/datatypes.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
294 │ copying build/lib/openapi_core/validation/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
295 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/request
296 │ copying build/lib/openapi_core/validation/request/shortcuts.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/request
297 │ copying build/lib/openapi_core/validation/request/validators.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/request
298 │ copying build/lib/openapi_core/validation/request/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/request
299 │ copying build/lib/openapi_core/validation/request/datatypes.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation/request
300 │ copying build/lib/openapi_core/validation/processors.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
301 │ copying build/lib/openapi_core/validation/decorators.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/validation
302 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling
303 │ copying build/lib/openapi_core/unmarshalling/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling
304 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
305 │ copying build/lib/openapi_core/unmarshalling/schemas/enums.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
306 │ copying build/lib/openapi_core/unmarshalling/schemas/formatters.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
307 │ copying build/lib/openapi_core/unmarshalling/schemas/unmarshallers.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
308 │ copying build/lib/openapi_core/unmarshalling/schemas/util.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
309 │ copying build/lib/openapi_core/unmarshalling/schemas/init.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
310 │ copying build/lib/openapi_core/unmarshalling/schemas/factories.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
311 │ copying build/lib/openapi_core/unmarshalling/schemas/exceptions.py -> build/bdist.macosx-10.12-x86_64/wheel/openapi_core/unmarshalling/schemas
312 │ running install_egg_info
313 │ Copying openapi_core.egg-info to build/bdist.macosx-10.12-x86_64/wheel/openapi_core-0.14.2-py3.10.egg-info
314 │ running install_scripts
315 │ adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
316 │ creating build/bdist.macosx-10.12-x86_64/wheel/openapi_core-0.14.2.dist-info/WHEEL
317 │ creating 'dist/openapi_core-0.14.2-py3-none-any.whl' and adding 'build/bdist.macosx-10.12-x86_64/wheel' to it
318 │ adding 'openapi_core/init.py'
319 │ adding 'openapi_core/compat.py'
320 │ adding 'openapi_core/exceptions.py'
321 │ adding 'openapi_core/shortcuts.py'
322 │ adding 'openapi_core/types.py'
323 │ adding 'openapi_core/casting/init.py'
324 │ adding 'openapi_core/casting/schemas/init.py'
325 │ adding 'openapi_core/casting/schemas/casters.py'
326 │ adding 'openapi_core/casting/schemas/exceptions.py'
327 │ adding 'openapi_core/casting/schemas/factories.py'
328 │ adding 'openapi_core/casting/schemas/util.py'
329 │ adding 'openapi_core/contrib/init.py'
330 │ adding 'openapi_core/contrib/django/init.py'
331 │ adding 'openapi_core/contrib/django/backports.py'
332 │ adding 'openapi_core/contrib/django/compat.py'
333 │ adding 'openapi_core/contrib/django/requests.py'
334 │ adding 'openapi_core/contrib/django/responses.py'
335 │ adding 'openapi_core/contrib/falcon/init.py'
336 │ adding 'openapi_core/contrib/falcon/compat.py'
337 │ adding 'openapi_core/contrib/falcon/handlers.py'
338 │ adding 'openapi_core/contrib/falcon/middlewares.py'
339 │ adding 'openapi_core/contrib/falcon/requests.py'
340 │ adding 'openapi_core/contrib/falcon/responses.py'
341 │ adding 'openapi_core/contrib/falcon/views.py'
342 │ adding 'openapi_core/contrib/flask/init.py'
343 │ adding 'openapi_core/contrib/flask/decorators.py'
344 │ adding 'openapi_core/contrib/flask/handlers.py'
345 │ adding 'openapi_core/contrib/flask/providers.py'
346 │ adding 'openapi_core/contrib/flask/requests.py'
347 │ adding 'openapi_core/contrib/flask/responses.py'
348 │ adding 'openapi_core/contrib/flask/views.py'
349 │ adding 'openapi_core/contrib/requests/init.py'
350 │ adding 'openapi_core/contrib/requests/requests.py'
351 │ adding 'openapi_core/contrib/requests/responses.py'
352 │ adding 'openapi_core/deserializing/init.py'
353 │ adding 'openapi_core/deserializing/exceptions.py'
354 │ adding 'openapi_core/deserializing/media_types/init.py'
355 │ adding 'openapi_core/deserializing/media_types/deserializers.py'
356 │ adding 'openapi_core/deserializing/media_types/factories.py'
357 │ adding 'openapi_core/deserializing/media_types/util.py'
358 │ adding 'openapi_core/deserializing/parameters/init.py'
359 │ adding 'openapi_core/deserializing/parameters/deserializers.py'
360 │ adding 'openapi_core/deserializing/parameters/exceptions.py'
361 │ adding 'openapi_core/deserializing/parameters/factories.py'
362 │ adding 'openapi_core/extensions/init.py'
363 │ adding 'openapi_core/extensions/models/init.py'
364 │ adding 'openapi_core/extensions/models/factories.py'
365 │ adding 'openapi_core/extensions/models/models.py'
366 │ adding 'openapi_core/schema/init.py'
367 │ adding 'openapi_core/schema/parameters.py'
368 │ adding 'openapi_core/schema/schemas.py'
369 │ adding 'openapi_core/schema/servers.py'
370 │ adding 'openapi_core/schema/specs.py'
371 │ adding 'openapi_core/security/init.py'
372 │ adding 'openapi_core/security/exceptions.py'
373 │ adding 'openapi_core/security/factories.py'
374 │ adding 'openapi_core/security/providers.py'
375 │ adding 'openapi_core/spec/init.py'
376 │ adding 'openapi_core/spec/accessors.py'
377 │ adding 'openapi_core/spec/paths.py'
378 │ adding 'openapi_core/spec/shortcuts.py'
379 │ adding 'openapi_core/templating/init.py'
380 │ adding 'openapi_core/templating/datatypes.py'
381 │ adding 'openapi_core/templating/util.py'
382 │ adding 'openapi_core/templating/media_types/init.py'
383 │ adding 'openapi_core/templating/media_types/exceptions.py'
384 │ adding 'openapi_core/templating/media_types/finders.py'
385 │ adding 'openapi_core/templating/paths/init.py'
386 │ adding 'openapi_core/templating/paths/exceptions.py'
387 │ adding 'openapi_core/templating/paths/finders.py'
388 │ adding 'openapi_core/templating/responses/init.py'
389 │ adding 'openapi_core/templating/responses/exceptions.py'
390 │ adding 'openapi_core/templating/responses/finders.py'
391 │ adding 'openapi_core/testing/init.py'
392 │ adding 'openapi_core/testing/datatypes.py'
393 │ adding 'openapi_core/testing/factories.py'
394 │ adding 'openapi_core/testing/mock.py'
395 │ adding 'openapi_core/testing/requests.py'
396 │ adding 'openapi_core/testing/responses.py'
397 │ adding 'openapi_core/unmarshalling/init.py'
398 │ adding 'openapi_core/unmarshalling/schemas/init.py'
399 │ adding 'openapi_core/unmarshalling/schemas/enums.py'
400 │ adding 'openapi_core/unmarshalling/schemas/exceptions.py'
401 │ adding 'openapi_core/unmarshalling/schemas/factories.py'
402 │ adding 'openapi_core/unmarshalling/schemas/formatters.py'
403 │ adding 'openapi_core/unmarshalling/schemas/unmarshallers.py'
404 │ adding 'openapi_core/unmarshalling/schemas/util.py'
405 │ adding 'openapi_core/validation/init.py'
406 │ adding 'openapi_core/validation/datatypes.py'
407 │ adding 'openapi_core/validation/decorators.py'
408 │ adding 'openapi_core/validation/exceptions.py'
409 │ adding 'openapi_core/validation/processors.py'
410 │ adding 'openapi_core/validation/validators.py'
411 │ adding 'openapi_core/validation/request/init.py'
412 │ adding 'openapi_core/validation/request/datatypes.py'
413 │ adding 'openapi_core/validation/request/shortcuts.py'
414 │ adding 'openapi_core/validation/request/validators.py'
415 │ adding 'openapi_core/validation/response/init.py'
416 │ adding 'openapi_core/validation/response/datatypes.py'
417 │ adding 'openapi_core/validation/response/shortcuts.py'
418 │ adding 'openapi_core/validation/response/validators.py'
419 │ adding 'openapi_core-0.14.2.dist-info/LICENSE'
420 │ adding 'openapi_core-0.14.2.dist-info/METADATA'
421 │ adding 'openapi_core-0.14.2.dist-info/WHEEL'
422 │ adding 'openapi_core-0.14.2.dist-info/top_level.txt'
423 │ adding 'openapi_core-0.14.2.dist-info/RECORD'
424 │ removing build/bdist.macosx-10.12-x86_64/wheel
425 │ Finished executing setuptoolsBuildPhase
426 │ @nix { "action": "setPhase", "phase": "installPhase" }
427 │ installing
428 │ Executing pipInstallPhase
429 │ /private/tmp/nix-build-python3.10-openapi-core-0.14.2.drv-0/source/dist /private/tmp/nix-build-python3.10-openapi-core-0.14.2.drv-0/source
430 │ Processing ./openapi_core-0.14.2-py3-none-any.whl
431 │ Requirement already satisfied: attrs in /nix/store/zfgk1301rchdyb3slvb1pmh370wq1kc3-python3.10-attrs-22.1.0/lib/python3.10/site-packages (from opena
│ pi-core==0.14.2) (22.1.0)
432 │ Requirement already satisfied: lazy-object-proxy in /nix/store/dsprp4d370v3d8kvwqi98k11khrp3x5l-python3.10-lazy-object-proxy-1.7.1/lib/python3.10/si
│ te-packages (from openapi-core==0.14.2) (1.7.1)
433 │ Requirement already satisfied: more-itertools in /nix/store/fpqq72mlbixbr84kf1gam7pmzrhwm981-python3.10-more-itertools-8.14.0/lib/python3.10/site-pa
│ ckages (from openapi-core==0.14.2) (8.14.0)
434 │ Requirement already satisfied: six in /nix/store/w6h99vi4z7klrgg6q005wniaz6q87hhi-python3.10-six-1.16.0/lib/python3.10/site-packages (from openapi-c
│ ore==0.14.2) (1.16.0)
435 │ Requirement already satisfied: dictpath in /nix/store/ybpgwvkszcdpn0b9456qahnggvg5f9vj-python3.10-dictpath-0.1.3/lib/python3.10/site-packages (from
│ openapi-core==0.14.2) (0.1.3)
436 │ Requirement already satisfied: parse in /nix/store/38fygmfdv9m56kc7cgbp1i2wxwra5y6r-python3.10-parse-1.19.0/lib/python3.10/site-packages (from opena
│ pi-core==0.14.2) (1.19.0)
437 │ Requirement already satisfied: werkzeug in /nix/store/06ww9iadkgzmvilpzaya1z7j47jjghqn-python3.10-werkzeug-2.2.2/lib/python3.10/site-packages (from
│ openapi-core==0.14.2) (2.2.2)
438 │ Requirement already satisfied: openapi-schema-validator in /nix/store/a9rhbn3j4y0sgxch4nr70pip8a79d23l-python3.10-openapi-schema-validator-0.3.4/lib
│ /python3.10/site-packages (from openapi-core==0.14.2) (0.3.4)
439 │ Requirement already satisfied: isodate in /nix/store/yvvbblvqq20ssr7rdqkk73wc5imf0jd5-python3.10-isodate-0.6.1/lib/python3.10/site-packages (from op
│ enapi-core==0.14.2) (0.6.1)
440 │ Requirement already satisfied: openapi-spec-validator in /nix/store/qlirpzf1vnalp6jnl2xgl4m7vir5dfa7-python3.10-openapi-spec-validator-0.5.1/lib/pyt
│ hon3.10/site-packages (from openapi-core==0.14.2) (0.5.1)
441 │ Requirement already satisfied: jsonschema<5.0.0,>=4.0.0 in /nix/store/ccfza3ay54czd3yrrls1c3ri906vpkxa-python3.10-jsonschema-4.16.0/lib/python3.10/s
│ ite-packages (from openapi-schema-validator->openapi-core==0.14.2) (4.16.0)
442 │ Requirement already satisfied: importlib-resources<6.0.0,>=5.8.0 in /nix/store/psxi9glwrrywkmdmlq7cj0ra4hnm6klc-python3.10-importlib-resources-5.9.0
│ /lib/python3.10/site-packages (from openapi-spec-validator->openapi-core==0.14.2) (5.9.0)
443 │ Requirement already satisfied: jsonschema-spec<0.2.0,>=0.1.1 in /nix/store/2ypsfd6afj7i2rcnajh6f75d8ybjq2ab-python3.10-jsonschema-spec-0.1.2/lib/pyt
│ hon3.10/site-packages (from openapi-spec-validator->openapi-core==0.14.2) (0.1.2)
444 │ Requirement already satisfied: PyYAML>=5.1 in /nix/store/i7ffwnp48zz0jwbj018my91lxqid8mfr-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from o
│ penapi-spec-validator->openapi-core==0.14.2) (6.0)
445 │ Requirement already satisfied: MarkupSafe>=2.1.1 in /nix/store/xkaqc0fzql1mw61sszkfrmlay18cg15b-python3.10-markupsafe-2.1.1/lib/python3.10/site-pack
│ ages (from werkzeug->openapi-core==0.14.2) (2.1.1)
446 │ Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /nix/store/xyknhzxm76703jiwqac32xm8afvk4zjf-python3.10-pyrsistent-0.
│ 18.1/lib/python3.10/site-packages (from jsonschema<5.0.0,>=4.0.0->openapi-schema-validator->openapi-core==0.14.2) (0.18.1)
447 │ Requirement already satisfied: typing-extensions<5.0.0,>=4.3.0 in /nix/store/1bka3mkmwjmjmghwps4lca966sqbjwl1-python3.10-typing-extensions-4.3.0/lib
│ /python3.10/site-packages (from jsonschema-spec<0.2.0,>=0.1.1->openapi-spec-validator->openapi-core==0.14.2) (4.3.0)
448 │ Requirement already satisfied: pathable<0.5.0,>=0.4.1 in /nix/store/ii7xi7pqq5kdr6f7fzrii4v1dyrasfar-python3.10-pathable-0.4.3/lib/python3.10/site-p
│ ackages (from jsonschema-spec<0.2.0,>=0.1.1->openapi-spec-validator->openapi-core==0.14.2) (0.4.3)
449 │ Installing collected packages: openapi-core
450 │ Successfully installed openapi-core-0.14.2
451 │ /private/tmp/nix-build-python3.10-openapi-core-0.14.2.drv-0/source
452 │ Finished executing pipInstallPhase
453 │ @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" }
454 │ pythonOutputDistPhase
455 │ Executing pythonOutputDistPhase
456 │ Finished executing pythonOutputDistPhase
457 │ @nix { "action": "setPhase", "phase": "fixupPhase" }
458 │ post-installation fixup
459 │ strip is /nix/store/i8w09x9nmibzsi4mahcwns844x0k2h5g-cctools-binutils-darwin-949.0.1/bin/strip
460 │ stripping (with command strip and flags -S) in /nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib
461 │ patching script interpreter paths in /nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2
462 │ strip is /nix/store/i8w09x9nmibzsi4mahcwns844x0k2h5g-cctools-binutils-darwin-949.0.1/bin/strip
463 │ patching script interpreter paths in /nix/store/1kd1z7yc06gzfsjzgsq7r4a52f72wx2y-python3.10-openapi-core-0.14.2-dist
464 │ Executing pythonRemoveTestsDir
465 │ Finished executing pythonRemoveTestsDir
466 │ @nix { "action": "setPhase", "phase": "installCheckPhase" }
467 │ running install tests
468 │ no Makefile or custom installCheckPhase, doing nothing
469 │ @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
470 │ pythonCatchConflictsPhase
471 │ @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
472 │ pythonRemoveBinBytecodePhase
473 │ @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
474 │ pythonImportsCheckPhase
475 │ Executing pythonImportsCheckPhase
476 │ Check whether the following modules can be imported: openapi_core openapi_core.validation.request.validators openapi_core.validation.response.valida
│ tors
477 │ Traceback (most recent call last):
478 │ File "", line 1, in
479 │ File "", line 1, in
480 │ File "/nix/store/xai4vx954n9iwf6cyahxb3nxa3ld476p-python3-3.10.7/lib/python3.10/importlib/init.py", line 126, in import_module
481 │ return _bootstrap._gcd_import(name[level:], package, level)
482 │ File "", line 1050, in _gcd_import
483 │ File "", line 1027, in _find_and_load
484 │ File "", line 1006, in _find_and_load_unlocked
485 │ File "", line 688, in _load_unlocked
486 │ File "", line 883, in exec_module
487 │ File "", line 241, in _call_with_frames_removed
488 │ File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/init.py", line 3, i
│ n
489 │ from openapi_core.shortcuts import (
490 │ File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/shortcuts.py", line 3,
│ in
491 │ from openapi_core.spec.shortcuts import create_spec
492 │ File "/nix/store/w3gw9b66a9cigv9612dn51avqd1y86w6-python3.10-openapi-core-0.14.2/lib/python3.10/site-packages/openapi_core/spec/shortcuts.py", lin
│ e 3, in
493 │ from openapi_spec_validator import (
494 │ ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator' (/nix/store/qlirpzf1vnalp6jnl2xgl4m7vir5dfa7-python3.10-openapi-spe
│ c-validator-0.5.1/lib/python3.10/site-packages/openapi_spec_validator/init.py)

@djacu
Copy link
Contributor

djacu commented Oct 3, 2022

Can you list the steps needed to reproduce this error?

@anpin
Copy link
Contributor

anpin commented Oct 3, 2022

@djacu you can reference to the steps mentioned in NixOS/nixpkgs#194045

@PlumpMath
Copy link
Author

PlumpMath commented Oct 3, 2022

Seeing that it has not been fixed for a week, it looks like you went on vacation, haha ​​
Besides this, tensorflow-bin in nixpkgs is also broken.
NixOS/nixpkgs#194217

It's my personal opinion... I say that nix has become mainstream in the nix community recently,
but I think it is difficult to become mainstream as long as these problems exist.
I hope put jupyterwith into nixpkgs main

@djacu
Copy link
Contributor

djacu commented Oct 5, 2022

@PlumpMath sorry I've been busy with other responsibilities. The current master branch will be replaced with the main branch soon. I have tested the rust kernel in the main branch and it works.

@PlumpMath
Copy link
Author

I success building at Nixos & wsl nixos.
But failed nix-darwin.
I will always wait on this matter.
Thanks

@djacu
Copy link
Contributor

djacu commented Oct 10, 2022

Darwin does have some issues. It is on the roadmap to fix.

@PlumpMath PlumpMath closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants