无法将 Python 作为文件或目录打开

无法将 Python 作为文件或目录打开

我尝试在我的系统上开发 pyarrow,以便通过使用此站点命令在 python 上使用它

https://arrow.apache.org/docs/python/development.html

使用 billow 命令

 cd arrow/python
python setup.py build_ext --build-type=$ARROW_BUILD_TYPE \
       --with-parquet --with-plasma --inplace

我收到此错误:

python: can't open file '/usr/bin/Python-3.7.0/PySwip/pyswip-0.2.3/setup.py': [Errno 2] No such file or directory

我使用了 ls 命令

$ ls -al python
ls: cannot access 'python': No such file or directory

你建议我如何解决这个问题

相关内容