Marvin Commands is not working properly
Closed this issue · 4 comments
I tried to use some basic commands (test, notebook) using version 0.0.4 toolbox, and it's not working.
Steps to reproduce the behavior:
- Install new version of toolbox (v0.0.4)
- Run marvin test
- See error
- Run marvin notebook
- See error
Desktop (please complete the following information):
- OS: MacOS
- Log [Error]
(python-toolbox-env) BRRJOBITAMM1522:~ tiago.andrade$ marvin test
Usage: marvin [OPTIONS] COMMAND [ARGS]...
Error: No such command "test".
(python-toolbox-env) BRRJOBITAMM1522:~ tiago.andrade$ marvin notebook
Usage: marvin [OPTIONS] COMMAND [ARGS]...
Error: No such command "notebook".
Hi @tiagofelipeandrade! Could you, pls, provide more infos about your environment?
- What versions are you using? OS version, Python version?
- Are you using virtualenv or virtualenvwrapper? What version?
We'll test this new version on the same environment as yours but all this requested info will help us to understand the problem.
@tiagofelipeandrade, we have made some changes on toolbox commands list. To be clear, the toolbox should be used basically to generate new engines. Take a look at marvin help
to see all commands available.
I believe there are some adjustments to be done on our documentations. Probably this is the reason you are running marvin test
and marvin notebook
on the toolbox. This commands will be available only in engines.
Let me know if you have success on creating a new engine and run the notebook on there.
@tiagofelipeandrade We will close this issue but you can re-open it if you have more problems.
Thanks for report!
All set @rafaelnovello ! Thanks