Possible bugfix for pyinstaller
Building, testing and releasing LASP if it has a tag / Release-Ubuntu (push) Has been skipped Details
Building, testing and releasing LASP if it has a tag / Build-Test-Ubuntu (push) Failing after 2m7s Details

This commit is contained in:
Anne de Jong 2023-10-24 20:56:07 +02:00
parent a7b219a1e1
commit 17319c4925
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ LASP: Library for Acoustic Signal Processing
"""
# Error with dbm in Pyinstaller
# https://stackoverflow.com/questions/45670104/how-to-fix-the-no-dbm-clone-found-error-in-pyinstaller
import dbm.dump
from .lasp_version import __version__
from .lasp_common import *