System.MissingMemberException: "'module' object has no attribute 'add_dll_directory'" · Issue #1621 · IronLanguages/ironpython3 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@chuongmep

Description

@chuongmep

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?

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