小编dri*_*ols的帖子

如何在手机上测试我的 Flutter 应用程序?使用 vscode

早上好,

我在测试 Flutter 应用程序内存不足时遇到问题。我的电脑只有 4GB 的内存,由于内存不足,我无法打开模拟器,谁能帮助我如何在我的手机上测试应用程序?

visual-studio-code flutter

5
推荐指数
1
解决办法
1万
查看次数

使用 pip 安装 pyproject.toml 依赖项时出现问题

我有一个用诗歌创作的旧项目。诗歌创建的pyproject.toml如下:

\n
[tool.poetry]\nname = "Dota2Learning"\nversion = "0.3.0"\ndescription = "Statistics and Machine Learning for your Dota2 Games."\nlicense = "MIT"\nreadme = "README.md"\nhomepage = "Coming soon..."\nrepository = "https://github.com/drigols/dota2learning/"\ndocumentation = "Coming soon..."\ninclude = ["CHANGELOG.md"]\nauthors = [\n    "drigols <drigols.creative@gmail.com>",\n]\nmaintainers = [\n    "drigols <drigols.creative@gmail.com>",\n]\nkeywords = [\n    "dota2",\n    "statistics",\n    "machine Learning",\n    "deep learning",\n]\n\n[tool.poetry.scripts]\ndota2learning = "dota2learning.cli.main:app"\n\n[tool.poetry.dependencies]\npython = "^3.10"\nrequests = "^2.27.1"\ntyper = {extras = ["all"], version = "^0.4.1"}\ninstall = "^1.3.5"\nSQLAlchemy = "^1.4.39"\nPyMySQL = "^1.0.2"\ncryptography = "^37.0.4"\npydantic = "^1.9.1"\nrich = "^12.5.1"\nfastapi = "^0.79.0"\nuvicorn = "^0.18.2"\n\n[tool.poetry.dev-dependencies]\nblack = {extras = …
Run Code Online (Sandbox Code Playgroud)

python pip python-packaging python-poetry pyproject.toml

5
推荐指数
1
解决办法
9683
查看次数