小编Sab*_*san的帖子

无法安装tensorflow-text~=2.11.0

我收到类似的警告

warnings.warn(
No local packages or working download links found for tensorflow-text~=2.11.0
error: Could not find suitable distribution for Requirement.parse('tensorflow-text~=2.11.0')
Run Code Online (Sandbox Code Playgroud)

如果我跑步pip install 'tensorflow-text~=2.11.0' 我得到:

ERROR: Could not find a version that satisfies the requirement tensorflow-text~=2.11.0 (from versions: 2.8.1, 2.8.2, 2.9.0rc0, 2.9.0rc1, 2.9.0, 2.10.0b2, 2.10.0rc0, 2.10.0)
ERROR: No matching distribution found for tensorflow-text~=2.11.0
Run Code Online (Sandbox Code Playgroud)

tensorflow-text 2.11.0 可在 pypi 上使用

如果我运行pip install tensorflow-text它会安装tensorflow-text 2.10.0并将整个tensorflow降级到2.10.0

版本信息:

  1. 操作系统:Windows 10
  2. 环境:Conda(miniconda3)
  3. 蟒蛇:3.10.8
  4. 张量流:2.11

我尝试过 pip 和 conda-forge

python windows pip conda tensorflow

3
推荐指数
1
解决办法
9181
查看次数

如何在 Windows 上使用 nodemon 设置 NODE_ENV= Production ?

"scripts": {\n    "start": "SET NODE_ENV=staging && nodemon app",\n    "production": "set NODE_ENV=production && nodemon app",\n    "test": "echo \\"Error: no test specified\\" && exit 1"\n  },\n
Run Code Online (Sandbox Code Playgroud)\n

它不工作 \xe2\x9a\x92

\n

我的临时端口是 3000,我的生产端口是 5000,但无论我做什么,nodemon 都不会获取该值。

\n

windows powershell node.js nodemon

2
推荐指数
1
解决办法
8960
查看次数

标签 统计

windows ×2

conda ×1

node.js ×1

nodemon ×1

pip ×1

powershell ×1

python ×1

tensorflow ×1