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

Exception: bad system state: /var/global does not exist. #44

Closed
decentral1se opened this issue Mar 20, 2022 · 1 comment
Closed

Exception: bad system state: /var/global does not exist. #44

decentral1se opened this issue Mar 20, 2022 · 1 comment

Comments

@decentral1se
Copy link

decentral1se commented Mar 20, 2022

r a d project! tried to install (pip install .) with #41 merged in and saw this:

Traceback (most recent call last):
  File "/home/d/ttbp/.venv/bin/feels", line 11, in <module>
    load_entry_point('ttbp==0.12.2', 'console_scripts', 'feels')()
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point
    return ep.load()
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load
    return self.resolve()
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/ttbp/ttbp.py", line 48, in <module>
    from ttbp import config, core, chatter, gopher, util
  File "/home/d/ttbp/.venv/lib/python3.7/site-packages/ttbp/config/__init__.py", line 19, in <module>
    raise Exception('bad system state: /var/global does not exist.')
Exception: bad system state: /var/global does not exist.

Not really sure how to fix that 🤔

@decentral1se
Copy link
Author

decentral1se commented Mar 20, 2022

Ah, just had to mkdir /var/global!

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

1 participant