yang

Results 3 comments of yang

I encountered the same problem, and solved by using `pip`.

Had the same, seems to be a version problem of `numpy` or `pandas`. Sloved by ``` conda install numpy conda install pandas ```

Thank you! It works on RTX 5090 in WSL with docker. Except that I still need to import `Utils.py` from` mycpp.build.mycpp`, and solve the issue in #293 .