Packages not installing

I am trying to install the backtrader 1.9.74.123 version on my python.

but it is showing a syntax error although I wrote the code same as shown in the notebook.

Hello Jalpan,



Can you share the code you used to install backtrader? 



Generally, the way to go about it is:



!pip install ABC==x.y.z           # Has to be run as code in your notebook



where ABC is the name of the module and x.y.z is the version number of the module.