Hi Knime Community,
I’m developing a Python-based extension and I recently had a problem when I tried to install the extension to KAP from a local update site by following this instruction. The problem is described below:
Development env:
- OS: Windows 11
- KNIME ver.: 4.6.1
Target env:
- OS: Mac OS 12 Monterey, Ubuntu Mint 19.3 Cinnamon
- KNIME ver.: 4.6.1
Error message:
An error occurred while collecting items to be installed
session context was:(profile=KNIMEProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: ead1091e06a216ff560ba3debad9e6076972f5608b311d2791aaf5c1fecb99fa and found 97e4bc379fe33dffb370a641e0aec8d439509f8601f5bc0b3830210516dd5060.
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder.channel.bin,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: 54f39e108de42dbdab65ba5edfad6b54e06069a7205d20ffa55d3b022a651039 and found 3daffedb7dec25ca1babab6dc0c99d1cadee7251bde1b5aedeaa9623ed0505b2.
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder.channel.bin.linux.x86_64,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: 44fa245c65c414f9ab685afe08f370feaf05b32ead034dfd1f0db2b24c679a2b and found 9ec1738e9b465eed8a6ee8f697e8aad2ad5835003ec3cffdb782ce0dd4395256.
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder.channel.bin.linux.x86_64.source,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: 39ede12c5d1903f83a961fd0875bf111ae90963d538cf6d3d712685f959f676c and found d027e2c59e497f05e0e51decc54260250e2ee1714161c0fbfc612f1fab8d4c34.
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder.channel.bin.source,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: e3796bd015392476ae272d29c90edf96b3fde77aeee347c1bc9aa6029a87f2a0 and found 9d26e07da06dd7f3d17027a1085b79a02ba8f35cd39e45e2dcc07faecbdac39a.
Problems downloading artifact: osgi.bundle,org.nlesc.eye_of_beholder.source,0.1.0.202209051440.
SHA-256 hash is not as expected. Expected: 7238c357a52899ea6930ae6140fb1de57e9a22310aecfcccfb9442c8c8ab2fe9 and found 7f84e58abbd0f366580834e7532442a8134f68b0dc23004414c23ac0d9e7a9b6.
Problems downloading artifact: org.eclipse.update.feature,org.nlesc.features.eye_of_beholder,0.1.0.202209051440.
Downloaded stream not a valid archive. Check the server.
Problems downloading artifact: org.eclipse.update.feature,org.nlesc.features.eye_of_beholder.source,0.1.0.202209051440.
Downloaded stream not a valid archive. Check the server.
I found it strange since I’m not installing anything from the extension server. So I’m wondering if anyone has the similar issue and knows how to solve it.
Best,
Ji