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
deal author, i hate to bother you but i encounter a problem when running crow-test in docker mode. i follow the crow-start, crow-exec and crow-test schedule, there is a error and the traceback inform that:
Traceback (most recent call last):
File "/home/crow/venv/bin/crow-test", line 11, in
load_entry_point('crow==0.2', 'console_scripts', 'crow-test')()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2569, in load_entry_point
return ep.load()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2229, in load
return self.resolve()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2235, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/crow/venv/lib/python2.7/site-packages/crow-0.2-py2.7.egg/tests/main.py", line 10, in
from crow.config import *
i have no idea how to fix this, hope you can solve my problem.
The text was updated successfully, but these errors were encountered:
deal author, i hate to bother you but i encounter a problem when running crow-test in docker mode. i follow the crow-start, crow-exec and crow-test schedule, there is a error and the traceback inform that:
Traceback (most recent call last):
File "/home/crow/venv/bin/crow-test", line 11, in
load_entry_point('crow==0.2', 'console_scripts', 'crow-test')()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2569, in load_entry_point
return ep.load()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2229, in load
return self.resolve()
File "/home/crow/venv/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2235, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/home/crow/venv/lib/python2.7/site-packages/crow-0.2-py2.7.egg/tests/main.py", line 10, in
from crow.config import *
i have no idea how to fix this, hope you can solve my problem.
The text was updated successfully, but these errors were encountered: