sisrfeng

Results 155 comments of 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` ? ![image](https://user-images.githubusercontent.com/53520949/139515047-a6213883-125f-43b3-93dd-6c832c81769b.png) 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)? ![image](https://user-images.githubusercontent.com/53520949/139562552-37472780-619f-43e3-81e9-85deda834adf.png)

~/.local/bin is already in $PATH ![image](https://user-images.githubusercontent.com/53520949/139563068-3eaa885b-28a2-4320-b8f0-fa0b7cadc39e.png) But still command not found: vega

How to get the latest version ? ![image](https://user-images.githubusercontent.com/53520949/139643016-9fa3a482-7c3e-48d2-a630-74a405471bca.png) I use: `pip install --upgrade noah-vega` but get version 1.2: ![image](https://user-images.githubusercontent.com/53520949/139642904-1e7a6d51-68b8-4030-80ad-1a3f3cae6a5a.png) which requires: ![image](https://user-images.githubusercontent.com/53520949/139642846-d30b6ded-52e7-40ff-a78a-0245cb4e8bad.png)

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...

![image](https://user-images.githubusercontent.com/53520949/142747579-b0ea8347-ae50-4cd9-a9cc-e514ab466059.png) 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?