pyarrow fix, #216
parent
f42ada4007
commit
be53a38306
|
|
@ -47,9 +47,11 @@ except ImportError:
|
|||
|
||||
try:
|
||||
import ImageReward
|
||||
import pyarrow._s3fs
|
||||
pyarrow._s3fs.finalize_s3()
|
||||
image_reward_installed = True
|
||||
except ImportError as e:
|
||||
print("Image Browser: ImageReward is not installed, cannot be used.")
|
||||
print("Image Browser: ImageReward components are not installed, cannot be used.")
|
||||
print(e)
|
||||
image_reward_installed = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue