jbonda / ml-workflow-pipeline

The work flow of CS-600(Professional software development) Project.Project Title: GUI pipeline for ML models.
0 stars 0 forks source link

[BUG] Installation Troubleshooting #36

Closed TAWinterton2 closed 10 months ago

TAWinterton2 commented 10 months ago

Is there an existing issue for this?

Current Behavior

when trying to follow the instructions on installing the needed dependences to run website, I was running into permissions issues regarding to installing the environment needed to run the website. Maybe add in some common trouble shooting steps to solve this dependence issue. (Add "sudo" in front of command)

Additional Notes:

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Node:
- npm:

Anything else?

No response

TechSolomon commented 10 months ago

Future README.md versions will now include relevant highlights for dependency prerequisites and clarify development instructions. 💻

TAWinterton2 commented 10 months ago

I followed the updated README.md that you provided and I noticed that I ran into an issue.

after installing dependencies using the provided command and going to the run program, I ran into an error that reads as follows:

Warning: Python 3.9 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python

While I wasn't able to run the server using the command in the documentation, i was however able to run it by removing the first 2 lines in the command pipenv run.

So to get the server running without pipenv, I was using the following command. flask --app server.py --debug run

For reference, the VM i was using has python 3.11.5 installed on it.