-
Notifications
You must be signed in to change notification settings - Fork 209
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
Issue with azuredevops service #1006
Comments
First issue is that you're looking at the I know this because the configuration validation errors are much more helpful in The winds are starting to suggest we cut a new release fairly soon but I'm afraid I can't give you much of a timeline. A lot of folks use the |
Thanks for your feedback @ryneeverett The installed the current bugwarrior instance using the wget https://github.com/ralphbean/bugwarrior/tarball/master -O bugwarrior-latest.tar.gz
tar -xzvf bugwarrior-latest.tar.gz
cd ralphbean-bugwarrior-*
python3 setup.py install I have restarted my terminal but I am still running the same issue. What can I do next ? |
The problem I see is that you downloaded the |
Indeed sorry for the confusion :) |
That was a good try but I'm still getting an error: Traceback (most recent call last):
File "/opt/homebrew/bin/bugwarrior-pull", line 33, in <module>
sys.exit(load_entry_point('bugwarrior==1.8.0', 'console_scripts', 'bugwarrior-pull')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/francoislefebvre/Library/Python/3.11/lib/python/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/francoislefebvre/Library/Python/3.11/lib/python/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/Users/francoislefebvre/Library/Python/3.11/lib/python/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/francoislefebvre/Library/Python/3.11/lib/python/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/bugwarrior-1.7.0-py3.11.egg/bugwarrior/command.py", line 62, in pull
config = _try_load_config(main_section, interactive)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/bugwarrior-1.7.0-py3.11.egg/bugwarrior/command.py", line 35, in _try_load_config
return load_config(main_section, interactive)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/bugwarrior-1.7.0-py3.11.egg/bugwarrior/config.py", line 238, in load_config
validate_config(config, main_section)
File "/opt/homebrew/lib/python3.11/site-packages/bugwarrior-1.7.0-py3.11.egg/bugwarrior/config.py", line 182, in validate_config
if not get_service(service):
^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/bugwarrior-1.7.0-py3.11.egg/bugwarrior/services/__init__.py", line 41, in get_service
return epoint.load()
^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/pkg_resources/__init__.py", line 2518, in load
return self.resolve()
^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/pkg_resources/__init__.py", line 2524, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'bugwarrior.services.azuredevops' I'm about to give up on using this tool. |
I see now that downloading I'm afraid I can't offer much help as I haven't used ad hoc installation methods like these for a long time. I do recall that I encountered these kinds of issues with outdated entrypoints but I do not recall the solution. Maybe start a new shell? |
I have setup the following service in the
bugwarriorrc
My personal access token has the following permissions :
but when executing the
bugwarrior-pull
I am getting this error message:Any ideas what can be the issue root cause ?
The text was updated successfully, but these errors were encountered: