root@revb-h3:~/tensorflow# pip3 install 1.whl 1.whl is not a valid wheel filename.
时间: 2024-02-03 15:13:06 浏览: 121
Please replace "1.whl" with the actual name of the .whl file you are trying to install. The correct command to install a .whl file is:
```
pip3 install <filename>.whl
```
Make sure to navigate to the directory where the .whl file is located before running this command.
阅读全文