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

ValueError: path '/opt/graphite/webapp' cannot be absolute [windows] #1917

Closed
seanvree opened this issue May 1, 2017 · 3 comments
Closed

Comments

@seanvree
Copy link

seanvree commented May 1, 2017

Running this on a windows 10 install.

Pardon my noobness to graphite, but I'm no noob when it comes to PY on win.

I can't seem to get past this error, I've tried to look for the conf file, but no luck:

c:\graphite-web>python setup.py install
C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
running install
Traceback (most recent call last):
  File "setup.py", line 108, in <module>
    **setup_kwargs
  File "C:\Python27\lib\distutils\core.py", line 151, in setup
    dist.run_commands()
  File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "C:\Python27\lib\distutils\dist.py", line 971, in run_command
    cmd_obj.ensure_finalized()
  File "C:\Python27\lib\distutils\cmd.py", line 109, in ensure_finalized
    self.finalize_options()
  File "C:\Python27\lib\distutils\command\install.py", line 353, in finalize_options
    'userbase', 'usersite')
  File "C:\Python27\lib\distutils\command\install.py", line 504, in convert_paths
    setattr(self, attr, convert_path(getattr(self, attr)))
  File "C:\Python27\lib\distutils\util.py", line 124, in convert_path
    raise ValueError, "path '%s' cannot be absolute" % pathname
ValueError: path '/opt/graphite/webapp' cannot be absolute

c:\graphite-web>

Throw me a bone!

@deniszh
Copy link
Member

deniszh commented May 1, 2017

Yes, Graphite on Windows is totally not-supported. Not even sure if it will work at all. Patches are welcome. :)

@piotr1212
Copy link
Member

#2409

@stale
Copy link

stale bot commented Apr 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 13, 2020
@stale stale bot closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants