我将我的Django项目(mySite)与 /venv重新定位到另一台计算机上。在第一台计算机上,它运行良好。并且在哪里被称为“dotenv”模块。
在PyCharm中,我将我的项目html" target="_blank">解释器设置为:Python 3.7(my site)C:\ Users \ User \ my site \ venv \ Scripts \ Python . exe
但“python管理”。新计算机中的“py runserver”引发:
ModuleNotFoundError: No module named 'dotenv'
但在../mysite/venv/Scripts存在文件dotenv.exe中。还有sobfolder../venv/lib/site-packages/dotenv/too。在PyCharm设置中,包列表中的项目解释器presense python dotenv 0.14.0
好的。我尝试通过pip安装dotenv,但它会引发错误:C:\Users\User\mysite\mysite
Collecting dotenv
Using cached https://files.pythonhosted.org/packages/e2/46/3754073706e31670eed18bfa8a879305b56a471db15f20523c2427b10078/dotenv-0.0.5.tar.gz
Complete output from command python setup.py egg_info:
Command "python setup.py egg_info" failed with error code 1 in C:\Temp\pip-wheel-4a1x88l2\distribute\
Traceback (most recent call last):
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\installer.py", line 126, in fetch_build_egg
subprocess.check_call(cmd)
File "C:\Users\User\Anaconda3\lib\subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\User\\Anaconda3\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Temp\\tmpz_ip4m3r', '--quiet', 'distribute']' returned n
on-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Temp\pip-install-07by3weo\dotenv\setup.py", line 23, in <module>
scripts=['scripts/dotenv']
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\__init__.py", line 152, in setup
_install_setup_requires(attrs)
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\__init__.py", line 147, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\dist.py", line 676, in fetch_build_eggs
replace_conflicting=True,
File "C:\Users\User\Anaconda3\lib\site-packages\pkg_resources\__init__.py", line 766, in resolve
replace_conflicting=replace_conflicting
File "C:\Users\User\Anaconda3\lib\site-packages\pkg_resources\__init__.py", line 1049, in best_match
return self.obtain(req, installer)
File "C:\Users\User\Anaconda3\lib\site-packages\pkg_resources\__init__.py", line 1061, in obtain
return installer(requirement)
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\dist.py", line 732, in fetch_build_egg
return fetch_build_egg(self, req)
File "C:\Users\User\Anaconda3\lib\site-packages\setuptools\installer.py", line 128, in fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['C:\\Users\\User\\Anaconda3\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Temp\\tmpz_ip4m3r', '--quiet', 'distribute']' returned
non-zero exit status 1.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Temp\pip-install-07by3weo\dotenv\
我试试这个:pip install --升级设置工具
,但它没有帮助
如何解决?
pip安装python-dotenv(不是'dotenv')。它工作
问题内容: 我下载了一个示例项目,以学习如何制作UIPageViewController,并且我试图从本质上分叉该项目,并且需要添加第三方库。目前,我的项目中似乎没有.xcworkspace文件。当我尝试安装cocoapods时,我首先运行 -在终端的特定项目目录中 -在同一目录中 我在终端“项目目录中未找到Podfile”中收到错误。 发生这种情况是因为我没有.xcworkspace文件吗?我是
问题内容: 我似乎无法正确使用sudo pip install来将其安装到以下目录中: 这样我就可以使用python导入模块 我跑了 结果 但是,它不在正确的目录中 如何获得sudo pip install安装到正确的目录? 另外,我尝试了 sudo pip安装Scrappy 我收到以下消息 这两个实例均表明已安装但未正确安装。例如,当我在python中运行以下导入时: 我尝试了以下方法: 问题答
问题内容: 我是python新手,遇到了一个我无法解决的问题。我想在python中安装和使用spacy软件包。因此,我打开cmd并运行 安装依赖项时,出现错误消息: 命令““ c:\ users \ xxx \ appdata \ local \ programs \ python \ python37 \ python.exe” -u -c“导入设置工具,标记化; 文件 =’C:\ Users
问题内容: 我一直在尝试在本地计算机上安装进行测试。我已经安装了Python 2.7.10。当我键入: 它给出一个错误: 我找不到CL.exe,在Google上进行的快速搜索似乎缺少了一些Visual C 编译器。但是,我尝试安装说VC 2008可再发行的x86,但仍然是同样的问题。 知道有什么问题吗?操作系统是Windows 7 64位。 问题答案: 我设法解决了这个问题,尽管这很奇怪。老实说,
我正在使用 PyCharm 并且在导入模块时遇到问题,当我尝试运行应用程序并对所有导入都获得“找不到模块”时,我设置了一个 venv 并通过 pip install -r 导入了依赖项。如果我在 PyCharm 中打开一个终端并执行 pip 列表,则会列出所有必需的模块 此外,PyCharm 可以归档模块 - 我可以在键入模块名称时执行完成。我还能尝试什么?
我在Angulat-PhoneCat目录下运行npm安装时遇到问题。我假设这可能是我的路径的问题,但不确定。任何洞察力将非常感谢。我一直收到错误:找不到模块'update-notifier'。如果我单独安装这个模块,我只会得到另一个丢失的模块。