sisrfeng
sisrfeng
求助~ 用回官方的spnas.yml后, 遇到新问题: vega version: release 1.8.2 [pipeline.log](https://github.com/huawei-noah/vega/files/8779750/pipeline.log) [fine_tune_worker_0.log](https://github.com/huawei-noah/vega/files/8779751/fine_tune_worker_0.log)
> run the following command `vega ./nas/cars/cars.yml ` Why `command not found: vega` ?  Thx!
Is there a binary file called vega? But I can not find it And why can't I install the lateset version(1.7)? 
~/.local/bin is already in $PATH  But still command not found: vega
How to get the latest version ?  I use: `pip install --upgrade noah-vega` but get version 1.2:  which requires: 
Under python3.7 and 3.6, I can install vega normally by `pip install --upgrade noah-vega` But under 3.8 and 3.9, that command installs vega of version1.2 or 1.0, and no binary...
> @sisrfeng > > Using this command: > > ```shell > pip install --no-deps ./noah_vega-1.7.1-py3-none-any.whl > ``` > > What's the error messages? No errror for this command. I am...
 Maybe `pip install git+` is more convinient (and do the same thing as in the screen shot?): `pip install git+https://github.com/huawei-noah/vega.git`
thx! 整理了下pip相关笔记,方便后人查看: https://zhuanlan.zhihu.com/p/428125844
Maybe you have not uninstall the old `vega` as you expected?