cost 335 ms
Open() function 同时部署 streamlit 应用程序 - Open() function while deploying streamlit app

在将 streamlit 应用程序部署到 streamlit 云共享时,我收到没有这样的文件或目录的错误,这可能是什么问题,我将所有文件都放在同一目录中,并且作为一个独立的应用程序,该应用程序可以完美运行,只有在部署时才会出现错误应用程序,我需要帮助 Loaded_model = pickle.lo ...

使用 alchemy 在 hardhat 中部署到 test.network (npx hardhat run scripts/deploy.js -.network goerli) - Deploying to a test network (npx hardhat run scripts/deploy.js --network goerli) in hardhat by using alchemy

安全帽.config.js 脚本/deploy.js 合同/MyNFT.sol 当我运行命令时 --> npx hardhat run scripts/deploy.js -.network goerli 它给出了错误:- 有人说在 hardhat.config.js 中将“帐户”更改为“帐 ...

当我尝试将我的 django 项目部署到 heroku 时导致此错误的原因是什么 - What is causing this error when i try to deploy my django project to heroku

错误:忽略了以下需要不同 python 版本的版本:1.9.5 需要-Python >=2.7,.=3.0。 , .=3.1。 , .=3.2。 , .=3.3。 , <3.7 远程:错误:找不到满足要求的版本 pywin32==304(来自版本:无)远程:错误:找不到匹配的分发 ...

为什么我在铁路中部署 Django 应用程序时会出现此错误? - Why do I get this error when I deploy a Django App in Railway?

当我在铁路中部署 Django 应用程序时出现问题,铁路是一个与 Heroku 非常相似的基础设施平台,它使用 debian,这是日志中的错误。 错误可能是“错误:找不到 pg_config 可执行文件。”,所以我在 Google 中查找了错误,我知道我必须将库“psycopg2”更改为“psyc ...

Laravel 部署 403 Access Forbideen - Laravel deploying 403 Access Forbideen

我正在尝试在我的主机中部署我的 laravel 8 项目。 在我公开项目的整个文件后,我得到了 403 Access Forbidden。 我在服务器上的网站运行良好,但这个项目我不知道是什么问题。 而且我确定项目文件中的问题不在服务器中。 这是网站:[Sheeks] ( http://manage ...

我正在尝试在 Cpanel 中启动,但收到模块未找到错误 - Am trying to launch in Cpanel, but am getting a Module not found error

在此处输入图片描述我是 Cpanel 的新手,正在尝试启动我的 python Django 项目,我想我已经正确设置了所有内容,但出现此错误:文件“/opt/alt/python38/lib64/python3.8/ importlib/ init .py”,第 127 行,在 import_mod ...

当我尝试在 heroku 服务器上部署我的 django 项目时,出现了这些错误,所以请给出任何答案 - when i am trying to deploy my django project on heroku server these errors are showing so please give any ans

错误:命令出错,退出状态为 1 错误:“backports.zoneinfo 的构建轮失败”, 错误:“无法为 backports.zoneinfo 构建轮子”, 需要安装基于 pyproject.toml 的项目 Push rejected, failed to compile Python ap ...

我可以在本地访问该网站,但无法通过互联网访问它打开端口后 - I can access the website locally but can't access it through the internet After openning the port

我想让我的手机成为 Linux web 服务器,通过使用 userLand 应用程序,它使您能够在 Andriod 上使用 ubuntu 分发。 我已经安装了 Django 并在端口 8080 上运行我的服务器,因为端口 80 很忙(似乎 android 正在使用它是合乎逻辑的) 一切都很好,当我尝 ...

如何在共享托管服务器上部署 react 和 laravel 组合应用程序? - How to deploy react and laravel combined app on shared hosting server?

vs代码上的文件夹结构我有上面的文件结构。 我在 laravel 框架组合中使用了 react js。 这是一个全新的项目,只是在 laravel 项目中使用 react --auth 脚手架。 我可以只部署 laravel 项目,但不知道如何部署 react-laravel 组合 web 应用 ...

Heroku 部署的应用程序没有发送正确的响应,而如果我在本地运行 heroku 使用 heroku 本地 Z2567A5EC9705EB7AC2C984033 得到正确的响应 - Heroku deployed app is not sending proper response while if I run heroku locally using heroku local web , I am getting proper response

我正在尝试将 node+express+mongo 部署到 heroku 中。 index.js package.json 现在我正在尝试使用本地 heroku 使用 heroku 本地 web 运行节点 同时击中 postman api req 得到正确响应本地运行时的 api req 但是当 ...

如何解决 Flask/Heroku 错误:“Method Not Allowed The method is not allowed for the requested URL” - How to solve Flask/Heroku Error: “Method Not Allowed The method is not allowed for the requested URL”

我正在使用 flask、heroku 和 flutter,但是当我调用 url 时出现以下错误。 这是我的 app.py 代码: 它已经在 Heroku 应用程序上。 heroku 的链接如下: https://myappflutterflask.herokuapp.com/ ...

如何修复 next.js 错误:错误:> 由于 webpack 错误,构建失败 - How to fix next.js error: Error: > Build failed because of webpack errors

我正在尝试将 next.js 应用程序部署到 netlify 并尝试获取输出文件夹,但是当我运行“npm run build”时,出现如下错误:错误:> 由于构建时的 webpack 错误,构建失败 (C:\\用户\\所有者\\桌面\\port_frontend\\node_modules\\ ...

我在 bin/secrets 中有一个 api 密钥。 heroku怎么能找到呢? - i have an api key in the bin/secrets. How can heroku find it?

我最近刚使用 api 并考虑到安全性,将其放在bin/rails secrets文件中。 我在下面列出了它 但是,当我将所有内容推送到 heroku 时,出现应用程序错误。 当我查看日志时,我看到了。 我觉得日志中最重要的错误是 和 我还在日志中看到/app/config/environment. ...

如何使用 create-react-app 部署 React 应用程序 - How to deploy a react app using create-react-app

我是react.js的新手,并试图将我的网站内容转换为 react 组件,作为与朋友一起学习的一种方式。 我正在使用npx create-react-app并希望通过Google Firebase将该应用程序联机。 部署成功 - 但是当我运行npm start时,我看不到包含组件的 localhos ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM