neural-candlestick
neural-candlestick copied to clipboard
Unable to install
Hi Everyone
Can someone please assist me, i'm not 100% up with using command line, so maybe I'm doing something wrong.
I'm trying to install and run neural-candle and devol, but I can not get past "pip install -e path/to/repo" section. I presume it's because my ubuntu 18.04 is running on python 2.7
The below is what I get in response when running the pip:-
**~$ pip install -e C:\Users\Rusty\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\home\gekkotrading1\devol\setup.py
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Defaulting to user installation because normal site-packages is not writeable
ERROR: C:UsersRustyAppDataLocalPackagesCanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgscLocalStaterootfshomegekkotrading1devolsetup.py is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).**
Obvisously, python 2.7 can't do the install, so I've tried to update/install python 3.7.7, which was successful, however, python 2.7 is still "there"
`gekkotrading1@DESKTOP-TSHOKSQ:~$ which python
/usr/bin/python
gekkotrading1@DESKTOP-TSHOKSQ:~$ python --version
Python 2.7.17`
below is to show python 3.7.7 is installed or "there"
gekkotrading1@DESKTOP-TSHOKSQ:~$ python --version
Python 2.7.17
gekkotrading1@DESKTOP-TSHOKSQ:~$ which python
/usr/bin/python
gekkotrading1@DESKTOP-TSHOKSQ:~$ python --version
Python 2.7.17
gekkotrading1@DESKTOP-TSHOKSQ:~$ cd /usr/local/lib/ && ls -l
total 28544
-r-xr-xr-x 1 root root 27962738 Mar 30 11:10 libpython3.7m.a
drwxr-xr-x 1 root root 4096 Mar 30 11:12 pkgconfig
drwxrwxr-x 1 root staff 4096 Mar 30 11:24 python2.7
drwxrwsr-x 1 root staff 4096 May 21 2019 python3.6
drwxr-xr-x 1 root root 4096 Mar 30 11:29 python3.7
gekkotrading1@DESKTOP-TSHOKSQ:/usr/local/lib$ python3
Python 3.7.7 (default, Mar 30 2020, 11:10:40)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
I've tried to uninstall python 2.7, purge python 2.7, everything was successful, but when I type python --version it keeps saying python 2.7.17
Anyone got any advise?
Regards