GSTT-CSC / GSTT-CSC/project-template
installing MLOps via pip
Open
bug
documentation
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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'")]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.