### Prerequisites The issue tracker is used to report bugs and request new features, NOT to ask questions. Questions should be posted to the users mailing list which can be accessed at https://ironpython.groups.io/g/users. * [x] Are you running the latest version? * [x] Are you reporting to the correct repository? * [ ] Did you perform a cursory search? ### Description That is a problem when I try use add library numpy,pandas with python from 3.8 to 3.10. Whether we have any way to fix this problem? ```py import sys sys.path.append(r"C:\Users\chuon\AppData\Local\Programs\Python\Python310\Lib\site-packages") import numpy as np ``` same problem with : https://stackoverflow.com/questions/74635647/c-sharp-ironpython-system-missingmemberexception-module-object-has-no-attrib ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] **Expected behavior:** [What you expected to happen] **Actual behavior:** [What actually happened] ### Versions Ironpython 3.4.0