我收到类似的警告
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
版本信息:
我尝试过 pip 和 conda-forge
"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 },\nRun Code Online (Sandbox Code Playgroud)\n它不工作 \xe2\x9a\x92
\n我的临时端口是 3000,我的生产端口是 5000,但无论我做什么,nodemon 都不会获取该值。
\n