Open chuongmep opened 1 year ago
Unfortunately both numpy
and pandas
are C extension modules which are not supported. As for the System.MissingMemberException
, the os.add_dll_directory
method was only added in Python 3.8.
@slozier Whether we have any plan for that ? Because numpy and pandas is common library.
Unfortunately, no short term plans. There's the Ironclad project which I'd like to revive at some point, however there are still many core features that need to be implemented so I haven't time to look at it.
@slozier Could you update the IronClad for Ironpython3 status. It seems U have made lots of progress lately C Extension support through Ironclad for Ironpython3: March2023 Update
@GeorgeS2019 I am just playing around with it trying to get it to compile with the Python 3.4.4 codebase. Even if I do get it compiling I am not sure anything will work with it as there have been a number of core changes going from 2 to 3 that will likely require a lot of work. In any case, I do not have any sort of timeline for it...
@slozier ,
Thx for sharing.
Any chance of listing these challenges in concrete ways and outsource to others.
Thx for attempting this herculean task
Progress continue...update May 2033 😊
Nice ! lucky when I hear team have update for this <3
Confrm ironclad 3 resume. Dec 2023
@GeorgeS2019 your meaning is feature supported ?
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.
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?
same problem with : https://stackoverflow.com/questions/74635647/c-sharp-ironpython-system-missingmemberexception-module-object-has-no-attrib
Steps to Reproduce
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Versions
Ironpython 3.4.0