PythonKit icon indicating copy to clipboard operation
PythonKit copied to clipboard

Swift framework to interact with Python.

Results 3 PythonKit issues
Sort by recently updated
recently updated
newest added

There were two warnings. Warning #1: ``` Users/jeffdav/src/jeffdav-PythonKit/PythonKit/NumpyConversion.swift:140:34: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)' buffPtr.baseAddress!.assign(from: ptr, count: scalarCount) ^ /Users/jeffdav/src/jeffdav-PythonKit/PythonKit/NumpyConversion.swift:140:34: note: use 'update(from:count:)' instead buffPtr.baseAddress!.assign(from: ptr, count: scalarCount) ^~~~~~...

There are many reasons why `dlopen` might fail, so it's helpful to get more information.

Building on Windows, I saw: ```pwsh PS jeffdav\PythonKit> swift build Building for debugging... C:\Users\jeffdav\PythonKit\PythonKit\PythonLibrary.swift:287:33: warning: 'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To...