Update oracle_impl.py
This commit is contained in:
parent
3fdeeff8ba
commit
ecadb71556
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ from dataclasses import dataclass
|
|||
from typing import Union
|
||||
import numpy as np
|
||||
import array
|
||||
import pipmaster as pm
|
||||
|
||||
if not pm.is_installed("oracledb"):
|
||||
pm.install("oracledb")
|
||||
|
||||
|
||||
from ..utils import logger
|
||||
from ..base import (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue