swipe icon indicating copy to clipboard operation
swipe copied to clipboard

When I make,it ups bug

Open ucasiggcas opened this issue 6 years ago • 1 comments

Dear, After I install all dependencies, I make just as the pic down make image If I ignore the question,when I use Python3.6 it also ups bug as follows image Have any idea to solve the question? Thanks a lot.

ucasiggcas avatar Feb 22 '19 10:02 ucasiggcas

This is saying that you don't have the required LAPACK headers in the expected place. You will either have to install them or tell the compiler where to find them (with the -I flag) if you already have them.

This is totally independent of Python BTW.

K

On Fri, Feb 22, 2019, 5:27 AM Lychee Tsu [email protected] wrote:

Dear, After I install all dependencies, I make just as the pic down make [image: image] https://user-images.githubusercontent.com/35590066/53236385-192cb000-36cf-11e9-9127-f2ce6c3296c5.png If I ignore the question,when I use Python3.6 it also ups bug as follows [image: image] https://user-images.githubusercontent.com/35590066/53236536-79235680-36cf-11e9-87a1-d4b669df91c4.png Have any idea to solve the question? Thanks a lot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kylebgorman/swipe/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJuOR9baQmQJqpMoC8Aa5uYQxNH6iwXks5vP8YegaJpZM4bJTj9 .

kylebgorman avatar Feb 22 '19 16:02 kylebgorman