[Bug 247595] games/py-mnemosyne: Fails to run: ModuleNotFoundError: No module named 'googletrans'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 13 08:38:11 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247595

Kai Knoblich <kai at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs at FreeBSD.org      |kai at FreeBSD.org
                 CC|                            |kai at FreeBSD.org
 Attachment #216413|                            |maintainer-approval+
              Flags|                            |

--- Comment #3 from Kai Knoblich <kai at FreeBSD.org> ---
Created attachment 216413
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=216413&action=edit
py-mnemosyne-add-missing-dependencies.patch

Here's a first draft of patch that adds the missing dependencies:

- audio/py-gtts
- security/py-gtts-token (required by audio/py-gtts)
- textproc/py-googletrans

The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the
dependency chains intact. This is because textproc/py-googletrans depends on
www/py-httpx which is only for Python 3.7+ .

We definitely need also to merge whole changes to the 2020Q3 branch as the port
is broken there at the moment.

(In reply to gspu from comment #0)

I already did some small runtime tests and the games/py-mnemosyne starts as
expected.  Can you please test the attached patch if it works for you?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list