Invalid parameter custom_bin (launch_grpc)
See original GitHub issueAfter updating to pymapdl 0.59.2 I get some strange error message:
from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl()
is causing an error: TypeError: launch_grpc() got an unexpected keyword argument ‘custom_bin’
which is caused by line 925 in launcher.py, as start_parm
contains custom_bin
:```
elif mode == 'grpc':
port, actual_run_location = launch_grpc(port=port, verbose=verbose_mapdl,
**start_parm)
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Error "invalid parameter" when launching a converted app
I was able to solve the issue by updating Windows to the latest version (build 16299.19). After the update I completely reinstalled the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
interesting; I’ll have a look at this
Fixed https://pypi.org/project/ansys-mapdl-core/0.59.3/
Yanked 0.59.2. Release got through CI/CD because we don’t test the launcher in our CI/CD.