gpt4 book ai didi

python - MacOSX 上带有 python 的 Sublime Text 3 -- 模块缺少其方法

转载 作者:行者123 更新时间:2023-12-01 04:46:03 24 4
gpt4 key购买 nike

使用“导入多处理”dir(多处理):

使用 Sublime Text 3 最新版本 -- 3083 我得到:

 [ '__builtins__', '__doc__', '__file__', '__name__', '__package__', 'multiprocessing']

使用终端我得到:

Python 2.7.9 (default, Feb 10 2015, 03:29:19) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
>>> dir( multiprocessing)
['Array', 'AuthenticationError', 'BoundedSemaphore', 'BufferTooShort', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pipe', 'Pool', 'Process', 'ProcessError', 'Queue', 'RLock', 'RawArray', 'RawValue', 'SUBDEBUG', 'SUBWARNING', 'Semaphore', 'TimeoutError', 'Value', '__all__', '__author__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__version__', '_multiprocessing', 'active_children', 'allow_connection_pickling', 'cpu_count', 'current_process', 'freeze_support', 'get_logger', 'log_to_stderr', 'os', 'process', 'sys', 'util']

我该如何解决?

最佳答案

我假设您尝试在 Sublime 插件中或通过 Sublime 控制台 (Ctrl`) 运行此代码。如果是这样,您正在使用 Sublime 附带的 Python 版本(目前 ST3 为 3.3.3)供内部使用。虽然它确实包含 multiprocessing 模块,但它是一个精简版本,仅包含 Sublime 所需的方法/类。 “普通”Python 标准库中还有许多其他模块未包含在 Sublime 中,例如,包括 Tk/tkinteridlelibturtleasyncio

如果您想自己使用多处理,则需要通过计算机上安装的Python版本运行.py文件,可以使用构建系统或通过 SublimeREPL .

关于python - MacOSX 上带有 python 的 Sublime Text 3 -- 模块缺少其方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29398502/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com