GSTT-CSC / project-template

Template for new projects
0 stars 0 forks source link

installing MLOps via pip #6

Open hshuaib90 opened 3 years ago

hshuaib90 commented 3 years ago

For some reason installing MLOps via pip install MLOps/ doesnt work but installing it via python setup.py install does.

The error I got for pip install MLOps:

Processing ./MLOps
Could not install packages due to an EnvironmentError: [('/Users/mohammadharisshuaib/Software/MLOps/mlflow_server/dbdata/mysql.sock', '/private/var/folders/5f/gtpk4fdd3558tf0fdfv4l98h0000gr/T/pip-req-build-dvxtrenb/mlflow_server/dbdata/mysql.sock', "[Errno 102] Operation not supported on socket: '/Users/mohammadharisshuaib/Software/MLOps/mlflow_server/dbdata/mysql.sock'")]
end-9214 commented 1 month ago

have you tried creating a virtual environment and then installing it using pip?