I am not able to install pandas ta on cloud pc… plz help

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Administrator\Desktop\Session 8>py "14. Options Selling Algo.py"
Codebase Version 3
Traceback (most recent call last):
  File "14. Options Selling Algo.py", line 9, in <module>
    import pandas_ta as ta
ModuleNotFoundError: No module named 'pandas_ta'

C:\Users\Administrator\Desktop\Session 8>

@Tradehull_Imran i am not able to install pandas ta on cloud pc…
plz help.
Thank You.

pip install pandas_ta

Check if the binary is installed.

import pandas_ta
print(pandas_ta.__version__)

Check installation and validate the version

1 Like
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>import pandas_ta
'import' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Administrator>print(pandas_ta.__version__)
Can't find file (pandas_ta.__version__)

C:\Users\Administrator>[quote="khulsat, post:2, topic:56784"]
'[quote' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Administrator>pip install pandas_ta
ERROR: Could not find a version that satisfies the requirement pandas_ta (from versions: none)
ERROR: No matching distribution found for pandas_ta

C:\Users\Administrator>[/quote]
The system cannot find the path specified.

C:\Users\Administrator>
C:\Users\Administrator>pip install pandas_ta
ERROR: Could not find a version that satisfies the requirement pandas_ta (from versions: none)
ERROR: No matching distribution found for pandas_ta

C:\Users\Administrator>import pandas_ta
'import' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\Administrator>print(pandas_ta.__version__)```

C:\Users\Administrator>pip install pandas_ta
ERROR: Could not find a version that satisfies the requirement pandas_ta (from versions: none)
ERROR: No matching distribution found for pandas_ta

C:\Users\Administrator>print(pandas_ta.__version__)
Can't find file (pandas_ta.__version__)

Strange. Actually the installation is pretty straightforward.
Did you try this -

python -m pip install --upgrade pip

This is very strange and happening with me also. Not able to install Pandas_ta. Especially becasue of Static IP rule, now we have to run different dhan accounts from different Clouds.

i have tried “pip install pandas-ta-classic” command which worked and also use “import pandas_ta_classic as ta” to get the desired result please try.

1 Like