PatternPy icon indicating copy to clipboard operation
PatternPy copied to clipboard

Error when run on linux mint 21.3

Open ahmedvolks opened this issue 2 years ago • 1 comments

Hello, I have made, as shown below:

$ git clone https://github.com/keithorange/PatternPy

Cloning into 'PatternPy'... remote: Enumerating objects: 53, done. remote: Counting objects: 100% (53/53), done. remote: compressing objects: 100% (47/47), done. remote: Total 53 (delta 16), reused 5 (delta 2), pack-reused 0 Receiving objects: 100% (53/53), 400.43 KiB | 775.00 KiB/s, done. Resolving deltas: 100% (16/16), done.

touch PatternPy.py chmod +x PatternPy.py nano PatternPy.py Paste the usage code

When I hit the command: ./PatternPy.py

I see this error:

./PatternPy.py ./PatternPy.py: line 1: from: command not found ./PatternPy.py: line 4: syntax error near unexpected token (' ./PatternPy.py: line 4: df = pd.Dataframe(stock_data)'

Please help

ahmedvolks avatar Jan 13 '24 15:01 ahmedvolks

@ahmedvolks , looks like you don't have python installed.

az-z avatar Sep 09 '24 18:09 az-z