FISCO-BCOS/fisco-bcos-browser

区块链浏览器安装问题

henryhugyq opened this issue · 0 comments

我在部署PyMySQL时,因为不能使用pip,所以用的是文档上的第三个方法。
git clone https://github.com/PyMySQL/PyMySQL
cd PyMySQL/
python3 setup.py install,
在执行第三步python3 setup.py install时,显示目录不存在,报错如下:python3: can't open file '/home/chichi/PyMySQL/setup.py': [Errno 2] No such file or directory
但我的git clone操作时正常的