PIC4SeR / AcT

Official code for "Action Transformer: A Self-attention Model for Short-time Pose-based Human Action Recognition", Pattern Recognition (2022).
https://www.sciencedirect.com/science/article/pii/S0031320321006634
71 stars 17 forks source link

error: Microsoft Visual C++ 14.0 is required #14

Closed chags1313 closed 5 months ago

chags1313 commented 5 months ago

I ran into an issue while installing requirements with numpy==1.20.3. Here is the message Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/.

I'm assuming that downloading visual studio would solve the issue. However, I installed the latest version of numpy (1.21.6) and it now works. Sharing this in case others run into the same problem.

simoneangarano commented 5 months ago

I guess this is a Windows compatibility issue. I don't have the same problem on Linux, but thanks for sharing!