Open arnoldmashava opened 4 years ago
Still the same error is persistent:
C:\WINDOWS\system32>ecl bundle list --details Bundle Bloom[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\Bloom\V1_0_0 could not be loaded Bundle CellFormatter[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\CellFormatter\V1_0_0 could not be loaded Bundle DataMgmt[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\DataMgmt\V1_2_1 could not be loaded Bundle DataPatterns[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\DataPatterns\V1_6_5 could not be loaded Bundle DataPull[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\DataPull\V1_0_1 could not be loaded Bundle GLM[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\GLM\V3_0_1 could not be loaded Bundle KMeans[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\KMeans\V1_0_1 could not be loaded Bundle LearningTrees[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\LearningTrees\V1_1_1 could not be loaded Bundle LinearRegression[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\LinearRegression\V3_0_0 could not be loaded Bundle LogisticRegression[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\LogisticRegression\V3_0_0 could not be loaded Bundle ML_Core[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\ML_Core\V3_2_2 could not be loaded Bundle MySqlImport[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\MySqlImport\V1_0_0 could not be loaded Bundle PBblas[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\PBblas\V3_0_2 could not be loaded Bundle PerformanceTesting[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\PerformanceTesting\V1_0_2 could not be loaded Bundle StringMatch[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\StringMatch\V1_0_0 could not be loaded Bundle SupportVectorMachines[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\SupportVectorMachines\V1_1 could not be loaded Bundle TextVectors[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\TextVectors\V1_0_0 could not be loaded Bundle Trigram[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\Trigram\V1_0_2 could not be loaded Bundle Visualizer[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\Visualizer\V2_0_0 could not be loaded ecl 'bundle' command error 0
Can you try using -v which may provide some more information
Can you try using -v which may provide some more information
Thanks Richard, herewith the verbose output:
eclcc reported: Bundle PBblas[0] at C:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles_versions\PBblas\V3_0_2 could not be loaded Running C:\Program Files\HPCCSystems\7.10.8\clienttools\bin\eclcc - --nologfile --nostdinc -Me --nobundles -IC:\Users\Arnold Mashava\AppData\Roaming\HPCCSystems\bundles\ with input IMPORT PerformanceTesting.Bundle as B; [ (UTF8) B.name, (UTF8) B.version, B.description, B.license, B.copyright ] + [ (UTF8) COUNT(b.authors) ] + B.authors + [ (UTF8) COUNT(B.dependsOn) ] + B.dependsOn + [ (UTF8) #IFDEFINED(B.platformVersion, '')] C:\Program Files\HPCCSystems\7.10.8\clienttools\bin\eclcc return code was 2 Error: File 'Mashava\AppData\Roaming\HPCCSystems\bundles\' does not exist (1,38): error C2081: Import names unknown module "PerformanceTesting" (1,49): error C2167: Unknown identifier "B" 2 errors, 0 warning
I think it's the space in your home directory name that is causing the confusion - the -I parameter passed in to eclcc command needs to be quoted.
I have created https://track.hpccsystems.com/browse/HPCC-24729
I think it's the space in your home directory name that is causing the confusion - the -I parameter passed in to eclcc command needs to be quoted.
I have created https://track.hpccsystems.com/browse/HPCC-24729
Richard, thanks so much for logging this bug.
I have been experimenting with the HPCC ECL system, removed the previous system, reinstalled to the C:\ root directory, without spaces, added to PATH in the Environment Variables.
In this new installation to the C:\ root directory, I have not yet added any specific bundles from the Git repository, just querying the system, for applicable commands and indeed any shell operation that involves the "ecl bundle" command, always returns the same painful error:
ecl 'bundle' command error 0
I don't know where I am losing it.
Thanks.
Can you run it with -v again and post the log please?
I see there is an issue:
https://track.hpccsystems.com/browse/HPCC-24758
relating to a spurious report of error 0 running ecl bundle, which I think is what you are now seeing. If so, the error can be ignored (and you can probably avoid it by running ecl-bundle (note the dash) rather than ecl bundle (without the dash).
I am battling to resolve this constant error message: ecl 'bundle' command error 0
For whatever command that execute involving the ecl bundles, the output is always the same: ecl 'bundle' command error 0
I am running the ECL Command Prompt as an Administrator
HPCCSystems ECL Command Prompt v7.10 Copyright (c) 2018 HPCCSystems
C:\WINDOWS\system32>ecl bundle
Usage:
ecl bundle [command options]
bundle commands: depends Show bundle dependencies info Show bundle information install Install a bundle list List installed bundles search Search catalog for matching bundles selftest Run bundle selftests uninstall Uninstall a bundle use Specify which version of a bundle to use ecl 'bundle' command error 0
C:\WINDOWS\system32>ecl bundle list Bloom CellFormatter DataMgmt DataPatterns DataPull GLM KMeans LearningTrees LinearRegression LogisticRegression ML_Core MySqlImport PBblas PerformanceTesting StringMatch SupportVectorMachines TextVectors Trigram Visualizer ecl 'bundle' command error 0
C:\WINDOWS\system32>ecl bundle info PBblas
Bundle PBblas could not be loaded ecl 'bundle' command error 0
C:\WINDOWS\system32>