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

cargo make issue: invalid type: map, expected a string for key package.edition #1152

Open
KenLee12323 opened this issue Nov 30, 2023 · 0 comments

Comments

@KenLee12323
Copy link

I am trying to build from source and put it in the redis docker image. I am using ubuntu 16.04. I typed the following commands:
$ git clone --recursive https://github.com/RedisJSON/RedisJSON.git
$ cd RedisJSON
$ sudo apt-get install rust
$ make

And it gives the following error msg:
error: failed to parse manifest at xxx/RedisJSON/json_path/Cargo.toml
Caused by:
invalid type: map, expected a string for key package.edition

Someone previously mentioned that it is solved by:

          closed via solved by reset rust env

Originally posted by @arthurkiller in #1071 (comment)

But I am too stupid to understand. Why is building from source that hard. I know there is redis-stack available, but it doesn't contain redisAI, which is not an option for me. Indeed, I have also tried to build the other modules, all gives me different kinds of errors. Is there any other method that can save me time?

Many thanks for the help!

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