Update oracle_impl.py
This commit is contained in:
@@ -6,6 +6,11 @@ from dataclasses import dataclass
|
|||||||
from typing import Union
|
from typing import Union
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import array
|
import array
|
||||||
|
import pipmaster as pm
|
||||||
|
|
||||||
|
if not pm.is_installed("oracledb"):
|
||||||
|
pm.install("oracledb")
|
||||||
|
|
||||||
|
|
||||||
from ..utils import logger
|
from ..utils import logger
|
||||||
from ..base import (
|
from ..base import (
|
||||||
|
Reference in New Issue
Block a user