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

Issue while running it on mac #416

Open
smitthakkar96 opened this issue Aug 9, 2017 · 1 comment
Open

Issue while running it on mac #416

smitthakkar96 opened this issue Aug 9, 2017 · 1 comment

Comments

@smitthakkar96
Copy link
Member

Below is the traceback of the error I am getting

  File "/usr/local/bin/gdeploy", line 4, in <module>
    __import__('pkg_resources').run_script('gdeploy===master', 'gdeploy')
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 742, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 1667, in run_script
    exec(code, namespace, namespace)
  File "/Library/Python/2.7/site-packages/gdeploy-master-py2.7.egg/EGG-INFO/scripts/gdeploy", line 219, in <module>
    main(sys.argv[1:])
  File "/Library/Python/2.7/site-packages/gdeploy-master-py2.7.egg/EGG-INFO/scripts/gdeploy", line 201, in main
    create_files_and_dirs()
  File "/Library/Python/2.7/site-packages/gdeploy-master-py2.7.egg/EGG-INFO/scripts/gdeploy", line 151, in create_files_and_dirs
    helpers.touch_file(Global.group_file)
  File "/Library/Python/2.7/site-packages/gdeploy-master-py2.7.egg/gdeploylib/helpers.py", line 105, in touch_file
    os.mknod(filename)
OSError: [Errno 22] Invalid argument
@shukapoo
Copy link

shukapoo commented Mar 2, 2019

Any idea how to get rid of this? I am also getting same error

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