You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
I'm getting this error only some of the time when running a playbook against two firewall's. And sometimes it fails when trying to get other libraries like xmltodict.
fatal: [10.0.10.53]: FAILED! => {"changed": false, "cmd": "/usr/bin/pip2 install pan-python", "msg": "stdout: Collecting pan-python\n Using cached https://files.pythonhosted.org/packages/c6/ab/4c9d62a99a11144bedd0895dd6fb5ebc9747061fdf89f5e7b91d38e5b0b3/pan_python-0.15.0-py2.py3-none-any.whl\nInstalling collected packages: pan-python\n\n:stderr: Exception:\nTraceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main\n status = self.run(options, args)\n File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 360, in run\n prefix=options.prefix_path,\n File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 784, in install\n **kwargs\n File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 851, in install\n self.move_wheel_files(self.source_dir, root=root, prefix=prefix)\n File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1064, in move_wheel_files\n isolated=self.isolated,\n File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 507, in move_wheel_files\n shutil.move(temp_installer, installer)\n File "/usr/lib/python2.7/shutil.py", line 316, in move\n copy2(src, real_dst)\n File "/usr/lib/python2.7/shutil.py", line 144, in copy2\n copyfile(src, dst)\n File "/usr/lib/python2.7/shutil.py", line 96, in copyfile\n with open(src, 'rb') as fsrc:\nIOError: [Errno 2] No such file or directory: '/home/kthurman/.local/lib/python2.7/site-packages/pan_python-0.15.0.dist-info/INSTALLER.pip'\n"}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error only some of the time when running a playbook against two firewall's. And sometimes it fails when trying to get other libraries like xmltodict.
fatal: [10.0.10.53]: FAILED! => {"changed": false, "cmd": "/usr/bin/pip2 install pan-python", "msg": "stdout: Collecting pan-python\n Using cached https://files.pythonhosted.org/packages/c6/ab/4c9d62a99a11144bedd0895dd6fb5ebc9747061fdf89f5e7b91d38e5b0b3/pan_python-0.15.0-py2.py3-none-any.whl\nInstalling collected packages: pan-python\n\n:stderr: Exception:\nTraceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main\n status = self.run(options, args)\n File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 360, in run\n prefix=options.prefix_path,\n File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 784, in install\n **kwargs\n File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 851, in install\n self.move_wheel_files(self.source_dir, root=root, prefix=prefix)\n File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1064, in move_wheel_files\n isolated=self.isolated,\n File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 507, in move_wheel_files\n shutil.move(temp_installer, installer)\n File "/usr/lib/python2.7/shutil.py", line 316, in move\n copy2(src, real_dst)\n File "/usr/lib/python2.7/shutil.py", line 144, in copy2\n copyfile(src, dst)\n File "/usr/lib/python2.7/shutil.py", line 96, in copyfile\n with open(src, 'rb') as fsrc:\nIOError: [Errno 2] No such file or directory: '/home/kthurman/.local/lib/python2.7/site-packages/pan_python-0.15.0.dist-info/INSTALLER.pip'\n"}
The text was updated successfully, but these errors were encountered: