Unexpected error keyword argument 'name' #760
Replies: 3 comments
|
I am having the same issue, just running the following simple test case: import pandapipes as pp def test(): #create junctions This gives an error:TypeError Traceback (most recent call last) File c:\users\xxxxxxxxx\untitled0.py:8, in test() File ~\AppData\Local\anaconda3\Lib\site-packages\pandapipes\create.py:113, in create_junction(net, pn_bar, tfluid_k, height_m, name, index, in_service, type, geodata, **kwargs) TypeError: _set_entries() got an unexpected keyword argument 'name' |
|
There seems to be a problem with Pandapower. If you downgrade to Pandapower 3.1.2 the issue is resolved (for me at least). Run the prompt: pip install pandapower==3.1.2 |
|
Try to update your Pandapower, It seems like this error is due to using an outdated version. Or downgrade the version can be solution, try this and return to say if works. |
Uh oh!
There was an error while loading. Please reload this page.
Hello all, by any chance have you see this error before: TypeError: _set_entries() got an unexpected keyword argument 'name'
I'm trying to run "pandapipes.test.run_test()" and have this result.
Do you know how I can solve this?
Had reinstall Phyton and this module but is not working.
Thank you in advance for your comments or recommendations.
All reactions