Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 177
    • Issues 177
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 52
    • Merge Requests 52
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #84

Closed
Open
Opened Jan 04, 2018 by Fred@Fred
  • Report abuse
  • New issue
Report abuse New issue

BooBank - Caisse d'Epargne backend creation / Python Unidecode Library

When trying to create the caissedepargne backend on macOS 10.12.6 facing the following issue :

Select a backend to create (q to stop): 20
2018-01-04 18:53:00,849:ERROR:modules:1.3:modules.py:155:load_module No module named unidecode
Traceback (most recent call last):
  File "/usr/local/Cellar/weboob/1.3_1/libexec/lib/python2.7/site-packages/weboob/core/modules.py", line 149, in load_module
    module = LoadedModule(imp.load_module(module_name, fp, pathname, description))
  File "/Users/frederic/.local/share/weboob/modules/1.3/caissedepargne/__init__.py", line 21, in <module>
    from .module import CaisseEpargneModule
  File "/Users/frederic/.local/share/weboob/modules/1.3/caissedepargne/module.py", line 24, in <module>
    from .compat.bank import CapBankWealth, CapBankTransferAddRecipient, AccountNotFound, Account, RecipientNotFound
  File "/Users/frederic/.local/share/weboob/modules/1.3/caissedepargne/compat/bank.py", line 24, in <module>
    from unidecode import unidecode
ImportError: No module named unidecode
Unable to load module "caissedepargne": No module named unidecode
2018-01-04 18:53:00,950:INFO:root:1.3:base.py:260:load_backends No backend loaded

Thanks

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
banking
Assign labels
  • View project labels
Reference: weboob/weboob#84