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
When I try to run any task, I get the following error:
Traceback (most recent call last):
File "/Users/sloria/miniconda/envs/osf/bin/inv", line 9, in <module>
load_entry_point('invoke==0.8.0', 'console_scripts', 'inv')()
File "/Users/sloria/miniconda/envs/osf/lib/python2.7/site-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/sloria/miniconda/envs/osf/lib/python2.7/site-packages/pkg_resources.py", line 2439, in load_entry_point
return ep.load()
File "/Users/sloria/miniconda/envs/osf/lib/python2.7/site-packages/pkg_resources.py", line 2155, in load
['__name__'])
File "/Users/sloria/miniconda/envs/osf/lib/python2.7/site-packages/invoke/__init__.py", line 2, in <module>
from .tasks import task, ctask, Task
File "/Users/sloria/miniconda/envs/osf/lib/python2.7/site-packages/invoke/tasks.py", line 8, in <module>
from .vendor import six
ImportError: No module named vendor
invoke version: 0.8.0
Python version: 2.7.7
OS: Mac OSX 10.8
The text was updated successfully, but these errors were encountered:
Found a straightforward enough way to test this locally & in Travis, verified, reverted to using find_packages (meh). I feel like there may have been some reason to avoid find_packages but can't recall what it is now - if somebody complains later we'll suck it up and manually list all subpackages.
Presuming Travis gives the thumbs up I'll release the fix as 0.8.1.
When I try to run any task, I get the following error:
invoke version: 0.8.0
Python version: 2.7.7
OS: Mac OSX 10.8
The text was updated successfully, but these errors were encountered: