简体   繁体   中英

Using scipy in python apache beam on GCP Dataflow

I have a pipeline written in python apache beam and have written some code in it to use scipy. When I deploy it I see the following issue:

numpy.distutils.system_info.NotFoundError: No BLAS/LAPACK libraries found. Note: Accelerate is no longer supported.

How can I fix this issue?

Try and run the next command to install the libraries that are missing.

conda install -c conda-forge liblapack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM