简体   繁体   English

无法安装设置模块

[英]Unable to install settings module

For my code, there is an import at the top:对于我的代码,顶部有一个导入:

from settings import Settings

I need to install the settings module but whenever I try to install it, I get this error message:我需要安装设置模块,但是每当我尝试安装它时,都会收到以下错误消息:

ERROR: Could not find a version that satisfies the requirement settings (from versions: none)
ERROR: No matching distribution found for settings

Does anyone know how this can be resolved?有谁知道如何解决这个问题?

您使用的是哪个 pip 模块,设置模块很少,python-settings 或 Djangosettings

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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