Open powellquiring opened 2 years ago
This error can be ignored. But if you precede the install of ibmncloudsql with the following steps this should avoid the error message.
!pip install pyarrow
!pip install sqlparse
!pip uninstall --yes autoai-libs tensorflow-text numba numpy
!pip install numpy==1.22.4
I don't think we can resolve it for good because it is related to incompatible package dependencies way beyond our package itself. So this error happens also without our package. But as said above, you should be able to just ignore the error since it does not hamper ibmcloudsql. At least when I tested it yesterday ibmcloudsql just worked fine in spite of the error message.
Maybe the watson team is doing some testing. Could you add ibmcloudsql into their test scenarios to highlight problems during the release cycle of new versions of watson? Or is there a better python notebook environment for IBM customers?
Describe the bug
To Reproduce Follow along with: https://dataplatform.cloud.ibm.com/analytics/notebooks/v2/440b3665-367f-4fc9-86d8-4fe7eae13b18/view?access_token=3c1471a6970890fe28cadf118215df44e82c2472a83c4051e3ff80fe505448ed
This cell:
resulted in warning and error: