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

No module named 'tildewiki' when running from venv #12

Open
audiodude opened this issue Dec 4, 2017 · 0 comments
Open

No module named 'tildewiki' when running from venv #12

audiodude opened this issue Dec 4, 2017 · 0 comments

Comments

@audiodude
Copy link
Contributor

HOST:tilde-wiki USER$ python -m venv venv
HOST:tilde-wiki USER$ source venv/bin/activate
(venv) HOST:tilde-wiki USER$ python setup.py install
<snip>
Finished processing dependencies for tildewiki==1.0.0
(venv) HOST:code USER$ wiki init
Traceback (most recent call last):
  File "/Users/USER/Dropbox/code/tilde-wiki/venv/bin/wiki", line 11, in <module>
    load_entry_point('tildewiki==1.0.0', 'console_scripts', 'wiki')()
  File "/Users/USER/Dropbox/code/tilde-wiki/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 565, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/Users/USER/Dropbox/code/tilde-wiki/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
    return ep.load()
  File "/Users/USER/Dropbox/code/tilde-wiki/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2291, in load
    return self.resolve()
  File "/Users/USER/Dropbox/code/tilde-wiki/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2297, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'tildewiki'
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