YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . iOS 性能测试工具
GNU General Public License v3.0
667 stars 183 forks source link

commiting for both python and python3 numpy issue resolve #96

Closed dipcse07 closed 1 year ago

dipcse07 commented 1 year ago

I have faced issue when i was trying to import PyiOSDevice in my python code . the numpy in current version of code is not compatible with python3 so i have create a check for the numpy version so that it can run on both python and python3. Please check and if its okay with you guys then i would be happy if you update the current PyiOSDevice file.

Thanks

YueChen-C commented 1 year ago

maybe we can delete the reference to numpy

dipcse07 commented 1 year ago

Yes i thought of that too then i also thought about what if the older version of the python3 needs numpy that you have used . I leave it up to you as you are the expert here.. :)