Open jwmueller opened 1 year ago
cc @davidjurado @remg1997 - any thoughts on what might be causing this error? thanks!
not sure if MLCube will be a hard requirement or not for this challenge (current readme sounds like it's optional). If it's optional, then the readme should probably have instructions on how to download the necessary files yourself (without MLCube) and setup the right local directory structure.
Since MLCube is not working for me, I'm currently unable to produce a new selection algorithm.
Hello @jwmueller,
I don't remember seeing this error before, we recommend you create a new environment where you can install just the mlcube packages, you can use the following command:
virtualenv -p python3 ./env && source ./env/bin/activate && pip install mlcube-docker
Also, when running the mlcube command please make sure that Docker is running. During the process of producing a new selection algorithm, you can define the needed packages in the requirements.txt file that will be used inside the MLCube container.
MLCube is optional, you can download the data as described in the readme, you will need to download the MSWC metadata and the MSWC embeddings.
@davidjurado I did all that originally, and repeated again and still get the error.
Other things that could be clarified about MLCube usage in the readme include:
cd dataperf-speech-example
before running, otherwise get error:
No such file or directory: '/Users/.../mlcube.yaml'
ModuleNotFoundError: No module named 'typer'
Thanks for the pointers to data, I'll try that!
Thanks for the feedback @jwmueller, I'll update the Readme file in a new PR.
When running:
I get error:
Am using Python 3.9.15 and here is output of
pip freeze
: