Error on ManageSharedParameters

Hello,

I start the ManageSharedParameters app and get the error below. Please help. Thank you.

IronPython Traceback:
Traceback (most recent call last):
 File "C:\Users\ek01\AppData\Roaming\pyRevit\Extensions\PyRevitMEP.extension\pyRevitMEP.tab\Manage.panel\Parameters.stack\ManageSharedParameter.pushbutton\script.py", line 10, in <module>
 File "C:\Users\ek01\AppData\Roaming\pyRevit\Extensions\PyRevitMEP.extension\lib\pyrevitmep\parameter\manageshared.py", line 9, in <module>
ImportError: Cannot import name ParameterType


Script Executor Traceback:
IronPython.Runtime.Exceptions.ImportException: Cannot import name ParameterType
 at IronPython.Runtime.Importer.ImportFrom(CodeContext context, Object from, String name)
 at Microsoft.Scripting.Interpreter.FuncCallInstruction`4.Run(InterpretedFrame frame)
 at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
 at Microsoft.Scripting.Interpreter.LightLambda.Run1[T0,TRet](T0 arg0)
 at IronPython.Compiler.RuntimeScriptCode.InvokeTarget(Scope scope)
 at IronPython.Runtime.PythonContext.InitializeModule(String fileName, ModuleContext moduleContext, ScriptCode scriptCode, ModuleOptions options)
 at IronPython.Runtime.Importer.LoadModuleFromSource(CodeContext context, String name, String path)
 at IronPython.Runtime.Importer.LoadFromDisk(CodeContext context, String name, String fullName, String str)
 at IronPython.Runtime.Importer.ImportFromPathHook(CodeContext context, String name, String fullName, List path, Func`5 defaultLoader)
 at IronPython.Runtime.Importer.ImportFromPath(CodeContext context, String name, String fullName, List path)
 at IronPython.Runtime.Importer.ImportNestedModule(CodeContext context, PythonModule module, String[] parts, Int32 current, List path)
 at IronPython.Runtime.Importer.ImportModuleFrom(CodeContext context, Object from, String[] parts, Int32 current)
 at IronPython.Runtime.Importer.ImportModule(CodeContext context, Object globals, String modName, Boolean bottom, Int32 level)
 at IronPython.Modules.Builtin.__import__(CodeContext context, String name, Object globals, Object locals, Object fromlist, Int32 level)
 at IronPython.Runtime.Importer.ImportLightThrow(CodeContext context, String fullName, PythonTuple from, Int32 level)
 at Microsoft.Scripting.Interpreter.FuncCallInstruction`5.Run(InterpretedFrame frame)
 at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
 at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
 at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
 at PyRevitLabs.PyRevit.Runtime.IronPythonEngine.Execute(ScriptRuntime& runtime)

Hi @EvgenyK, welcome to the forum!

Can you please tell us the revit, pyrevit and iron python engine versions?

You can try to change the engine versions to 2711 if it isn’t already.

The command is part of the pyrevitMEP extension, so if the problem persists, you can open a bug report here

Parametertype has been deprecated in the Revit 2022 API.

[ObsoleteAttribute("This property is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the GetDataType() method instead.")]
public override ParameterType ParameterType { get; }

Revit info:
23.1.30.97
20230828_1515(x64)
2023.1.3

pyRevit: