prolego-team / neo-sophia

Applying the latest advancements in AI and machine learning to solve complex business problems.
BSD 3-Clause "New" or "Revised" License
73 stars 28 forks source link

Error to install pip install -e neo-sophia #134

Closed ltnr0312 closed 7 months ago

ltnr0312 commented 7 months ago

(neosophia) PS C:\GitHub\neo-sophia> pip install -e neo-sophia ERROR: neo-sophia is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

ltnr0312 commented 7 months ago

I tried to pip install -e neo-sophia in Windows and pip3 install -e neo-sophia in MacOs. Is not working, any idea?

ltnr0312 commented 7 months ago

I just realize I needed to move back cd .. and install again 👍🏾