鱼C论坛

 找回密码
 立即注册
查看: 2884|回复: 4

[已解决]python的 pycharm 解释器

[复制链接]
发表于 2023-3-9 15:02:27 | 显示全部楼层 |阅读模式
5鱼币
本帖最后由 tengke 于 2023-3-9 15:11 编辑

我想把这个截图的 库放到另一个解释器里面 需要怎么做 1678345145274.jpg


放在这里面 1678345230456.jpg


我添加报错 1678345311226.jpg


1678345831610.jpg
最佳答案
2023-3-9 15:02:28
你没有编译环境,mysqlclient2.1.1 没有 python 3.7 的编译好的版本,你指定版本为 2.1.0 吧

150211ktskaudtu2ks86p5.jpg

最佳答案

查看完整内容

你没有编译环境,mysqlclient2.1.1 没有 python 3.7 的编译好的版本,你指定版本为 2.1.0 吧
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2023-3-9 15:02:28 | 显示全部楼层    本楼为最佳答案   
你没有编译环境,mysqlclient2.1.1 没有 python 3.7 的编译好的版本,你指定版本为 2.1.0 吧

150211ktskaudtu2ks86p5.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2023-3-9 15:03:59 | 显示全部楼层
点开详细信息看看
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2023-3-9 15:09:24 | 显示全部楼层
那里呢   可以截个图吗
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2023-3-9 15:10:18 | 显示全部楼层
Collecting mysqlclient
  Using cached mysqlclient-2.1.1.tar.gz (88 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: mysqlclient
  Building wheel for mysqlclient (setup.py): started
  Building wheel for mysqlclient (setup.py): finished with status 'error'
  Running setup.py clean for mysqlclient
Failed to build mysqlclient
Installing collected packages: mysqlclient
    Running setup.py install for mysqlclient: started
    Running setup.py install for mysqlclient: finished with status 'error'

  ERROR: Command errored out with exit status 1:
   command: 'D:\软件\djangoProject\venv\Scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"'; __file__='"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\huawei\AppData\Local\Temp\pip-wheel-z0zuqd3j'
       cwd: C:\Users\huawei\AppData\Local\Temp\pip-install-r2bjdi1q\mysqlclient_23702596214441c2b124ccf5491fb7f9\
  Complete output (70 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.7
  creating build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\__init__.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\_exceptions.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\connections.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\converters.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\cursors.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\release.py -> build\lib.win-amd64-3.7\MySQLdb
  copying MySQLdb\times.py -> build\lib.win-amd64-3.7\MySQLdb
  creating build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-3.7\MySQLdb\constants
  warning: build_py: byte-compiling is disabled, skipping.
  
  running build_ext
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:\Users\huawei\AppData\Local\Temp\pip-install-r2bjdi1q\mysqlclient_23702596214441c2b124ccf5491fb7f9\setup.py", line 22, in <module>
      setuptools.setup(**metadata)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\__init__.py", line 155, in setup
      return distutils.core.setup(**attrs)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\core.py", line 148, in setup
      return run_commands(dist)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\core.py", line 163, in run_commands
      dist.run_commands()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\dist.py", line 967, in run_commands
      self.run_command(cmd)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
      cmd_obj.run()
    File "D:\软件\djangoProject\venv\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
      self.run_command('build')
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
      cmd_obj.run()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\command\build.py", line 135, in run
      self.run_command(cmd_name)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command
      cmd_obj.run()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\command\build_ext.py", line 79, in run
      _build_ext.run(self)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 339, in run
      self.build_extensions()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 448, in build_extensions
      self._build_extensions_serial()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 473, in _build_extensions_serial
      self.build_extension(ext)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\command\build_ext.py", line 202, in build_extension
      _build_ext.build_extension(self, ext)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 534, in build_extension
      depends=ext.depends)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 327, in compile
      self.initialize()
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 224, in initialize
      vc_env = _get_vc_env(plat_spec)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\msvc.py", line 316, in msvc14_get_vc_env
      return _msvc14_get_vc_env(plat_spec)
    File "D:\软件\djangoProject\venv\lib\site-packages\setuptools\msvc.py", line 271, in _msvc14_get_vc_env
      "Unable to find vcvarsall.bat"
  setuptools._distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
  ----------------------------------------
  ERROR: Failed building wheel for mysqlclient
    ERROR: Command errored out with exit status 1:
     command: 'D:\软件\djangoProject\venv\Scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"'; __file__='"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\huawei\AppData\Local\Temp\pip-record-3okmcjfl\install-record.txt' --single-version-externally-managed --compile --install-headers 'D:\软件\djangoProject\venv\include\site\python3.7\mysqlclient'
         cwd: C:\Users\huawei\AppData\Local\Temp\pip-install-r2bjdi1q\mysqlclient_23702596214441c2b124ccf5491fb7f9\
    Complete output (26 lines):
    running install
    D:\软件\djangoProject\venv\lib\site-packages\setuptools\command\install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      setuptools.SetuptoolsDeprecationWarning,
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.7
    creating build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\__init__.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\_exceptions.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\connections.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\converters.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\cursors.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\release.py -> build\lib.win-amd64-3.7\MySQLdb
    copying MySQLdb\times.py -> build\lib.win-amd64-3.7\MySQLdb
    creating build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\__init__.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\CLIENT.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\CR.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\ER.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\FIELD_TYPE.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    copying MySQLdb\constants\FLAG.py -> build\lib.win-amd64-3.7\MySQLdb\constants
    warning: build_py: byte-compiling is disabled, skipping.
   
    running build_ext
    error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'D:\软件\djangoProject\venv\Scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"'; __file__='"'"'C:\\Users\\huawei\\AppData\\Local\\Temp\\pip-install-r2bjdi1q\\mysqlclient_23702596214441c2b124ccf5491fb7f9\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\huawei\AppData\Local\Temp\pip-record-3okmcjfl\install-record.txt' --single-version-externally-managed --compile --install-headers 'D:\软件\djangoProject\venv\include\site\python3.7\mysqlclient' Check the logs for full command output.
WARNING: You are using pip version 21.3.1; however, version 23.0.1 is available.
You should consider upgrading via the 'D:\软件\djangoProject\venv\Scripts\python.exe -m pip install --upgrade pip' command.
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-9-24 09:24

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表