-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
a Python script error #140
Comments
Try installing Miniconda instead of anaconda. wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |
Miniconda instead of anaconda. already installed , it looks like l have found the conda executable in multiple locations. |
l have run praisonai train etc....... this is the error l got ERROR conda.cli.main_run:execute(125): |
I had the same situation, and in my case it was missing the protobuf package. try installing: |
OK Thanks, pip install google protobuf google-cloud didn`tt solve the issue, anyhow it was conda env problem when you run it from runpod., no need to create an env just install miniconda and run it from root. Now l`m on this situation the process taking long time, to upload model to ollama , is this normal ? This is where is stop for quit sometimes <<--------Saved GGUF to https://huggingface.co/MLShare/Meta-Llama-3.1-8B-Instruct #### Overall understandingBased on the my search analysis, it appears that this log output is from a system that is: Configuring its environment and settings |
experiencing an error with a Python script. The error message indicates that a subprocess call to conda run failed with a non-zero exit status of 1. why command that failed is trying to run a Python script (train.py) within a conda environment named praison_env
virtual environment, it's activated
this is the error ERROR conda.cli.main_run:execute(125):
conda run python -u /usr/local/lib/python3.10/dist-packages/praisonai/train.py train
failed. (See above for error)subprocess.CalledProcessError: Command '['conda', 'run', '--no-capture-output', '--name', 'praison_env', 'python', '-u', '/usr/local/lib/python3.10/dist-packages/praisonai/train.py', 'train']' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: