Invalid requirement: "'tensorboard"
时间: 2023-11-23 07:06:33 浏览: 100
2020-web前端-vue项目出错-[Vue warn]: Invalid prop: custom validator check failed for prop “index”.
5星 · 资源好评率100%
It seems like the requirement you tried to install is invalid as it contains a syntax error. The correct syntax for installing a package using pip is:
```
pip install package_name
```
In your case, it seems like you were trying to install a package named "'tensorboard" which contains an extra quotation mark at the beginning. Please try installing the package again without the extra quotation mark. For example:
```
pip install tensorboard
```
阅读全文