When trying to set Alpaca as the brokerage model with:

self.SetBrokerageModel(BrokerageName.Alpaca)

I get the following runtime error - any ideas?

During the algorithm initialization, the following exception has occurred: ArgumentOutOfRangeException : Exception of type 'System.ArgumentOutOfRangeException' was thrown. Parameter name: brokerage Actual value was Alpaca. at QuantConnect.Brokerages.BrokerageModel.Create (QuantConnect.Securities.IOrderProvider orderProvider, QuantConnect.Brokerages.BrokerageName brokerage, QuantConnect.AccountType accountType) [0x000aa] in :0 at QuantConnect.Algorithm.QCAlgorithm.SetBrokerageModel (QuantConnect.Brokerages.BrokerageName brokerage, QuantConnect.AccountType accountType) [0x00008] in :0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in :0 at Initialize in main.py:line 51 :: self.SetBrokerageModel(BrokerageName.Alpaca) ArgumentOutOfRangeException : Exception of type 'System.ArgumentOutOfRangeException' was thrown. Parameter name: brokerage Actual value was Alpaca. at QuantConnect.Brokerages.BrokerageModel.Create (QuantConnect.Securities.IOrderProvider orderProvider, QuantConnect.Brokerages.BrokerageName brokerage, QuantConnect.AccountType accountType) [0x000aa] in :0 at QuantConnect.Algorithm.QCAlgorithm.SetBrokerageModel (QuantConnect.Brokerages.BrokerageName brokerage, QuantConnect.AccountType accountType) [0x00008] in :0 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in :0