最近试图运行 https://github.com/rounakdatta/CorrectLy 这个项目是出现了技术问题,主要是这一段不太懂。
The project has been built entirely using Python 3. The backend framework is powered by Flask. To install all the dependencies, you need to clone the repository, navigate to“ it and type make install. To start the application, you can type make start OR python3 app.py and then navigate to localhost:5000.
我都做了些什么?1。安装了 git bash, 2, 克隆了 相关 repsitory, 3,在jupyter notebook 中安装了 requests.txt 中所有的应用。
然后到了“ navigate to it and type make install.” 就执行不下去了,首先不知道什么是navigate to it, 是不是就是 选中 文件包后邮件 open bash here? 如果是的话 打开bash小窗后 make install 又 运行不起来,出现了以下内容
$ make install
sudo apt-get install python-dev python3-dev
process_begin: CreateProcess(NULL, sudo apt-get install python-dev python3-dev, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:2: install] Error 2
我已经安装了python 3。
请假各位大虾