Open Hermeskid123 opened 8 months ago
Hi, i also faced this problem, my walkaway is to replace inspect.getargspec
with inspect.getfullargspec
.
Edit: You might also need to remove some import from numpy in chumpy package as using python3.11.
Hi, I also face this issue with python 3.11 and 3.12.
pip install git+https://github.com/mattloper/chumpy@9b045ff5d6588a24a0bab52c83f032e2ba433e17 should let you import without errors @Wei-Chen-hub @nubertj
Python 3.11.8 (main, Feb 26 2024, 21:39:34) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.