Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教报错信息~ #5

Open
samxupeiran opened this issue Sep 5, 2017 · 4 comments
Open

请教报错信息~ #5

samxupeiran opened this issue Sep 5, 2017 · 4 comments

Comments

@samxupeiran
Copy link

hi, 我这边运行时一直报错,信息如下:
Traceback (most recent call last):
File "monkeyTest.py", line 154, in
runnerPool()
File "monkeyTest.py", line 77, in runnerPool
pool.map(start, devices_Pool)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 251, in map
return self.map_async(func, iterable, chunksize).get()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 567, in get
raise self._value
OSError: [Errno 2] No such file or directory

麻烦您知道我该如何解决吗,非常感谢~

@Louis-me
Copy link
Owner

你手动新建一个log目录,还有代码是基于py3

@samxupeiran
Copy link
Author

手动新建log目录也还是同样的错。。我现在怀疑是不是Mac的锅~

@Louis-me
Copy link
Owner

为在BaseMonkeyConfig.py修改:
log = PATH("../Log") + "/"

应该是这里的路径问题,你试下

@Louis-me
Copy link
Owner

Louis-me commented Feb 5, 2018

后续打算脱离PC,新版本有机会考虑适配mac,linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants