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

Error [EPAK0375029]: Failed to open manifest file: Failed to parse string. Parsing Error: VerboseError #1

Open
HangryDev opened this issue Jan 26, 2024 · 0 comments

Comments

@HangryDev
Copy link

Hey!

I encountered some errors in this repo. I would appreciate some help.

I mostly know ML and python development. I suppose there are some ‘unwritten’ rules I’m missing. I found that linux is the standard here. Also, that I have to set the .env file with private key. I’m not familiar with crypto ecosystem, much less in rust and leo. I’m happy to learn about it but needs some guidance in basic environment settings.

here are places I found error, from the usage in readme.md.

#1

# Gini coefficient calculate
cd zkML/algorithm/decTreeGini
leo run com_gini

I don’t see file named ‘com_gini’. I tried leo run main anyway, it returns error:

Error [EPAK0375029]: Failed to open manifest file: Failed to parse string. Parsing Error: VerboseError { errors: [("decTreeGini.aleo", Nom(MapRe
s))] }
     |
     = Create a package by running `leo new`.

#2

cd ./kMeans
leo run main

strangely, leo run main runs well on classify but not here.

The same error happens:

Error [EPAK0375029]: Failed to open manifest file: Failed to parse string. Parsing Error: VerboseError { errors: [("kMeans.aleo", Nom(MapRes))] 
}
     |
	= Create a package by running `leo new`.

Thanks in advance.

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

No branches or pull requests

1 participant