Replies: 1 comment
-
This last part is what's failing the build: creating build\bdist.win-amd64\wheel\crystaltoolkit_extension-0.6.0.data\data\share\jupyter\labextensions\crystaltoolkit-extension\static
copying crystaltoolkit-extension\labextension\static\568.b028223ccaa16a3bf329.js -> build\bdist.win-amd64\wheel\crystaltoolkit_extension-0.6.0.data\data\share\jupyter\labextensions\crystaltoolkit-extension\static
error: could not create 'build\bdist.win-amd64\wheel\crystaltoolkit_extension-0.6.0.data\data\share\jupyter\labextensions\crystaltoolkit-extension\static\568.b028223ccaa16a3bf329.js': No such file or directory But I don't know why. It would be helpful to get a smaller reproducer (https://sscce.org). If it'd your project, try removing everything unnecessary from it until it works. This would help identify the culprit. Otherwise, report the issue upstream. I see that they're using some cmdclass customizations: https://inspector.pypi.io/project/crystaltoolkit-extension/0.6.0/packages/57/be/6a7a1c209e164772bfb3a86a91a83fe04a2750204a6e4be5520c6f3beb74/crystaltoolkit-extension-0.6.0.tar.gz/crystaltoolkit-extension-0.6.0/setup.py#line.41. And those are coming from https://inspector.pypi.io/project/crystaltoolkit-extension/0.6.0/packages/57/be/6a7a1c209e164772bfb3a86a91a83fe04a2750204a6e4be5520c6f3beb74/crystaltoolkit-extension-0.6.0.tar.gz/crystaltoolkit-extension-0.6.0/pyproject.toml#line.2, which is pinned to an old version. This is something that |
Beta Was this translation helpful? Give feedback.
-
I installed the crystal toolkit library using
pip install crystal-toolkit
I found an error, also by using the git clone method or others as well but the error I met is still the same. Can anyone help me with the following error:
Beta Was this translation helpful? Give feedback.
All reactions