Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / pythonnet/pythonnet issues and pull requests
#2544 - Unhandled exception. System.InvalidOperationException: GIL must always be released
Issue -
State: open - Opened by tarunsk1998 4 days ago
#2543 - Proposal: Implement binding manager to hold binding overrides
Pull Request -
State: open - Opened by koubaa 17 days ago
#2542 - ci: properly exclude job
Pull Request -
State: open - Opened by RobPasMue 22 days ago
- 1 comment
#2541 - Executing Multiple GIL using Threads
Issue -
State: open - Opened by YogesGovindaraj 24 days ago
#2540 - Cannot implement some python builtins (eg __getattribute__) in C# class
Issue -
State: open - Opened by redmarmalade 24 days ago
#2538 - Environment variables are not synchronized
Issue -
State: closed - Opened by gitlsl 26 days ago
#2536 - Overriden `WndProc()` method on `Form` control in WinForms is never getting called
Issue -
State: open - Opened by proneon267 about 1 month ago
- 1 comment
#2535 - Add tests for collection mixins (see issue #2531)
Pull Request -
State: open - Opened by DiegoBaldassarMilleuno about 1 month ago
#2533 - `__delitem__` for `IList<T>` and `IDictionary<K,V>`
Pull Request -
State: open - Opened by lostmsu about 1 month ago
#2530 - Hard crash when deleting from Dictionary
Issue -
State: open - Opened by DiegoBaldassarMilleuno about 2 months ago
- 4 comments
Labels: bug
#2529 - Feature net9
Pull Request -
State: closed - Opened by Martin-Molinero about 2 months ago
#2527 - Nullable<Decimal> comparisons
Issue -
State: open - Opened by briandesarmo about 2 months ago
#2526 - Python classes cannot inherit from C# interfaces that themselves inherit from C# interfaces with methods
Issue -
State: open - Opened by sean-anderson-seco about 2 months ago
- 7 comments
#2524 - Cannot inherit interfaces that inherit from interfaces with methods
Issue -
State: closed - Opened by sean-anderson-seco about 2 months ago
#2521 - Built application works on computer that built it, but not on another, possible .NET version mismatch?
Issue -
State: closed - Opened by tepiloxtl 2 months ago
- 2 comments
#2520 - Use uv
Pull Request -
State: open - Opened by filmor 2 months ago
#2519 - Python ABI v3.11.2 is not supported
Issue -
State: closed - Opened by buzz13 2 months ago
- 1 comment
#2518 - Unknown crashes in .NET with Spacy
Issue -
State: closed - Opened by atlaste 2 months ago
- 1 comment
#2516 - MemoryAccessViolation Errors When Running a Python Script multible times
Issue -
State: closed - Opened by formeo14 2 months ago
#2514 - clr.AddReference fails on macOS and Linux with .NET 9 but works on Windows
Issue -
State: closed - Opened by manu-aesim 2 months ago
#2511 - Creating a Python class extending a C# interface with generic return type causes a `System.TypeLoadException: VTable setup of type`
Issue -
State: open - Opened by robin-moss 3 months ago
#2509 - Py.Import("numpy") error:Original error was: cannot import name 'Sequence' from 'collections' (D:\ProgramData\anaconda3\Lib\collections\__init__.py)
Issue -
State: closed - Opened by vc815 3 months ago
#2508 - Follow the tutorial to directly assign the code and get an error, which is why:::Python.Runtime.BadPythonDllException:“Runtime.PythonDLL was not set or does not p
Issue -
State: closed - Opened by vc815 3 months ago
- 1 comment
#2506 - Py.Import("numpy") error:Original error was: cannot import name 'Sequence' from 'collections' (D:\ProgramData\anaconda3\Lib\collections\__init__.py)
Issue -
State: closed - Opened by vc815 3 months ago
#2505 - `Python.Runtime.Get` causes fatal error
Issue -
State: closed - Opened by Justin113D 3 months ago
- 1 comment
#2504 - Drop reference to Py_Main
Pull Request -
State: closed - Opened by filmor 3 months ago
#2503 - Loading runtime in blender on macOS 15.1 causes `MissingMethodException`
Issue -
State: closed - Opened by Justin113D 3 months ago
- 3 comments
#2502 - DllNotFoundException:Could not load python311.dll
Issue -
State: open - Opened by roywang91 3 months ago
- 1 comment
#2501 - When will. net 8.0 be supported
Issue -
State: closed - Opened by ludonghai715 3 months ago
#2499 - How to use python.net in Asp.net core mvc
Issue -
State: closed - Opened by ludonghai715 3 months ago
#2497 - Can't Deserialize Python DateTime in C# / .NET
Issue -
State: closed - Opened by nwoolls 3 months ago
#2495 - torch.onnx.export very slow in C# via pythonNet, why?????
Issue -
State: closed - Opened by zhangxuding 3 months ago
#2492 - parallelism
Issue -
State: closed - Opened by tal32123 3 months ago
#2490 - how to use in C# task(I used scope),host thread is ok, but the task always locked.
Issue -
State: closed - Opened by andsll 3 months ago
#2489 - Python.net crashes with Python 3.13 and 3.14
Issue -
State: closed - Opened by gusmanb 3 months ago
- 5 comments
#2487 - Understanding Assembly binding issues?
Issue -
State: closed - Opened by zarif98 4 months ago
#2485 - Adding global variables
Issue -
State: closed - Opened by maxmontgmx 4 months ago
#2483 - Possibility of loading different .NET frameworks
Issue -
State: closed - Opened by mflova 4 months ago
#2482 - Can i using .net runtime v2.0.50727
Issue -
State: closed - Opened by nminhdangit 4 months ago
- 1 comment
#2481 - AssemblyManager.FindAssemblyCandidates runs without GIL and crashes with "Attempted to read or write protected memory" unpredictably
Issue -
State: open - Opened by acidbubbles 4 months ago
- 5 comments
#2479 - Segmentation Fault on PythonEngine.Initialize()
Issue -
State: closed - Opened by ddaigle-dge 4 months ago
#2477 - Pythonnet Compatibility Issue with .NET Web API DLL
Issue -
State: closed - Opened by EslamAsHhraf 4 months ago
#2475 - Exception Microsoft C++: pybind11::error_already_set
Issue -
State: closed - Opened by k2652 4 months ago
#2474 - TryComputeClrArgumentType doesn't do anything
Issue -
State: open - Opened by twastvedt 4 months ago
- 3 comments
#2471 - python use wpf by dotnet core 6 have a problem ,but use .Net Framework (4.8) can be normal
Issue -
State: closed - Opened by yuewe 4 months ago
#2470 - Use the BinaryFormatter only on .NET FW and Mono
Pull Request -
State: open - Opened by filmor 4 months ago
- 2 comments
#2469 - BinaryFormatter deprecation issue while using PythonEngine.Shutdown()
Issue -
State: open - Opened by Kaz8939 4 months ago
- 4 comments
Labels: bug
#2468 - Type conversion does not work if method is called with Invoke
Issue -
State: closed - Opened by TTSPhilipp 4 months ago
- 4 comments
#2465 - Failed to load symbol Py_IncRef
Issue -
State: closed - Opened by gokanil 4 months ago
#2464 - Can I set the CoreCLR version?
Issue -
State: open - Opened by Jason5Lee 4 months ago
- 3 comments
#2463 - Update README.rst (CLA Test, ignore please)
Pull Request -
State: closed - Opened by ryanspletzer 4 months ago
- 1 comment
#2461 - Redirect Console.Write log to file live from .NET Framwork library
Issue -
State: closed - Opened by kalpeshdlad 4 months ago
#2459 - Error with pythonnet just trying to import clr
Issue -
State: closed - Opened by nstarrchg 4 months ago
- 1 comment
#2457 - Disable CLR (and related) imports & attempt to isolate the Python environment from the .NET world
Issue -
State: closed - Opened by alexis-belmonte 4 months ago
#2456 - Drop console application
Pull Request -
State: closed - Opened by filmor 4 months ago
- 2 comments
#2454 - Python 3.13
Pull Request -
State: closed - Opened by filmor 4 months ago
- 9 comments
#2448 - Error when using GridSearchCV n_jobs=-1
Issue -
State: closed - Opened by r-flow 5 months ago
#2447 - PythonNet on .NET CORE crashes in IIS
Issue -
State: closed - Opened by EmanueleUniroma2 5 months ago
- 2 comments
#2446 - Python Virtual Environment throws error with Python Net 3.0.2
Issue -
State: closed - Opened by crazyoutlook 5 months ago
#2443 - Memory Access Violation - Python Net 3.0.2 - Multi-threaded Dot Net application
Issue -
State: closed - Opened by crazyoutlook 5 months ago
#2442 - Trying to load a assembly with embedded Assembly inside
Issue -
State: open - Opened by jhanit-bh 5 months ago
#2441 - Check if the C# methods I am calling within my Python scripts are valid?
Issue -
State: closed - Opened by zarif98 5 months ago
#2440 - Try to be strict around non-copyability
Pull Request -
State: open - Opened by filmor 5 months ago
#2439 - Update documentation to reflect API changes
Pull Request -
State: open - Opened by TheJanzap 5 months ago
- 2 comments
#2438 - can we have a new release?
Issue -
State: closed - Opened by morotti 5 months ago
- 2 comments
#2437 - Initialization Error in .NET 8.0.4
Issue -
State: closed - Opened by oyindolapokomolafeTR 5 months ago
- 1 comment
#2436 - Error line only refers to main code, not imported code from external file
Issue -
State: closed - Opened by stephanepaquaywidetech 5 months ago
- 1 comment
#2435 - Add note about assembly locations and code block for getting assembly load errors to python.rst
Pull Request -
State: closed - Opened by laundmo 6 months ago
- 1 comment
#2433 - Update documentation to reflect API changes
Issue -
State: open - Opened by TheJanzap 6 months ago
- 2 comments
#2430 - Performance question on List conversion from python to c#.
Issue -
State: closed - Opened by loneshark99 6 months ago
#2428 - The model slows down on GPU
Issue -
State: closed - Opened by WaterMinding 6 months ago
#2427 - Add to the docs that runtimeconfig.json from a self-contained project is not supported
Issue -
State: closed - Opened by mardukbp 6 months ago
- 1 comment
#2426 - InterfaceObjects cannot address properties outside their declaration
Issue -
State: open - Opened by rmadsen-ks 6 months ago
- 2 comments
#2422 - What is the best practice for packaging Python in your application?
Issue -
State: closed - Opened by syaifulnizamyahya 6 months ago
#2419 - Added `ToPythonAs()` extension method for explicit conversion using an arbitrary type
Pull Request -
State: open - Opened by joaompneves 7 months ago
- 2 comments
#2418 - Importing from DLL works only when namespace != assembly name
Issue -
State: closed - Opened by mardukbp 7 months ago
#2415 - PyObject.FromManagedObject(value); does not convert C# bool to Python bool
Issue -
State: closed - Opened by Veselin-Stoilov 7 months ago
- 2 comments
#2412 - Model training time increase more than 10x in some case
Issue -
State: closed - Opened by s1030512149 7 months ago
#2410 - Crash when executing script creating tkinter window multiple times and then closing window
Issue -
State: closed - Opened by mwhite62 7 months ago
#2409 - Fix crash when event does not have `Add` method and improve message for some other internal errors
Pull Request -
State: closed - Opened by lostmsu 7 months ago
- 4 comments
#2407 - Weird behavior of casting nd.ndarray on different types
Issue -
State: closed - Opened by Trippley 7 months ago
#2406 - Add null checks before binding
Pull Request -
State: closed - Opened by filmor 7 months ago
- 1 comment
#2404 - PythonEngine fails to initialize in VSIX extension
Issue -
State: closed - Opened by cpgames 7 months ago
#2402 - Cannot import references using 'import' command on windows
Issue -
State: closed - Opened by HTony03 8 months ago
#2400 - Program shutting down with no error when doing : PythonEngine.Initialize();
Issue -
State: closed - Opened by quentinformatique 8 months ago
#2396 - StackOverflowException when importing third party libraries in .NET on macOS 14.5.
Issue -
State: closed - Opened by antheus-s 8 months ago
- 16 comments
#2393 - Issue working with modules on Ubuntu 22.04 but works on Windows 11
Issue -
State: closed - Opened by jchristn 8 months ago
#2390 - Are rich comparisons (PEP 207) implemented?
Issue -
State: closed - Opened by dbischof90 9 months ago
#2388 - Cannot import tkinter in Python.Net code
Issue -
State: open - Opened by mwhite62 9 months ago
#2388 - Cannot import tkinter in Python.Net code
Issue -
State: closed - Opened by mwhite62 9 months ago
#2386 - Fix access violation exception on shutdown
Pull Request -
State: closed - Opened by Frawak 9 months ago
- 27 comments
#2384 - Can not import module of custom dll
Issue -
State: closed - Opened by eragondr 9 months ago
#2383 - Handle bad paths in `sys.path`
Pull Request -
State: closed - Opened by lostmsu 9 months ago
#2380 - Fix access violation exception on shutdown (#1977)
Pull Request -
State: closed - Opened by Frawak 9 months ago
- 3 comments
#2378 - Can't use Dictionary<int, float> and .items() together
Issue -
State: closed - Opened by AlanLiu90 9 months ago
#2376 - System.ArgumentException: Illegal characters in path
Issue -
State: closed - Opened by manju1847 9 months ago
- 9 comments
#2374 - Simplify UTF8 StrPtr usage
Pull Request -
State: closed - Opened by filmor 9 months ago
#2373 - Fix CI by using macos-13 explicitly, adjust OS config
Pull Request -
State: closed - Opened by filmor 9 months ago
#2372 - 1838 Use Python buffer protocol when converting Python objects to .NET arrays
Pull Request -
State: open - Opened by chickenservice 9 months ago
- 1 comment
#2371 - Requesting Py_buffer with additional fields either crashes or returns struct with partially garbage values
Issue -
State: open - Opened by chickenservice 9 months ago
- 1 comment