Giter VIP home page Giter VIP logo

Comments (15)

shawn-j avatar shawn-j commented on July 24, 2024 2

from crypto-whale-watching-app.

pmaji avatar pmaji commented on July 24, 2024 1

Closing because I assume given the lack of follow-up that this has been solved.

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j You have to run it inside CMD (Command Line) not inside Python

So donΒ΄t run
python
pip install -r D:\_installers\crypto-whale-watching-app-master\requirements.txt

Just run
pip install -r D:\_installers\crypto-whale-watching-app-master\requirements.txt

from crypto-whale-watching-app.

shawn-j avatar shawn-j commented on July 24, 2024

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\dma>pip install -r D:_installers\crypto-whale-watching-app-master\requ
irements.txt
'pip' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\dma>

D:_installers\crypto-whale-watching-app-master>pip install -r D:_installers\cr
ypto-whale-watching-app-master\requirements.txt
'pip' is not recognized as an internal or external command,
operable program or batch file.

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

You miss a \ after d:
And missing pip can be because of wrong environmental variable

@shawn-j take a look inside python folder and just run there pip.exe ...

And look at Google many had those problems previously and it has nothing to do with our application

from crypto-whale-watching-app.

shawn-j avatar shawn-j commented on July 24, 2024

i searched and couldn't find pip.exe anywhere in my computer.. sorry if i'm having noob issues.. what do i type into google to find the solution?

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j
First result in Google if you type:
'pip' is not recognized as an internal or external command, operable program or batch file.

https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j does it work?

from crypto-whale-watching-app.

shawn-j avatar shawn-j commented on July 24, 2024

just tried it, it didn't work:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\dma>echo %PATH%
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Wi
ndows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Pr
ogram Files (x86)\Bitvise SSH Client;C:\Program Files\PuTTY;C:\Program Files (x
86)\Brackets\command;C:\Program Files\Git\cmd;C:\Program Files (x86)\Gpg4win..
GnuPG\bin;C:\Users\dma\AppData\Local\GitHubDesktop\bin;%DASHLANE_DLL_DIR%

C:\Users\dma>setx PATH "%PATH%;C:\Python34\Scripts"

SUCCESS: Specified value was saved.

C:\Users\dma>pip install -r D:_installers\crypto-whale-watching-app-master\requ
irements.txt
'pip' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\dma>

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j
This only works if python is installed to the folder wich you typed after path...
And due to the fact you wrote python34 I guess it's wrong

You need python 3.6 anyways so just go to python website download 3.6 Windows installer it should set python path as well

from crypto-whale-watching-app.

pmaji avatar pmaji commented on July 24, 2024

Yep, you have a versioning problem.

Tbh, I'd recommend just using one of the popular recent youtube tutorials to be sure you get it all right. One of them is here: https://www.youtube.com/watch?v=BcPIXq2hPtc

from crypto-whale-watching-app.

shawn-j avatar shawn-j commented on July 24, 2024

ok i installed 3.6 and it looks like it's working! thanks for helping a noob out lol

from crypto-whale-watching-app.

shawn-j avatar shawn-j commented on July 24, 2024

great.. now i'm onto the next step, and getting another error.. should I start a new thread? or just post it here.. i'm not sure if i'm even doing the right thing here, as it can't open app.py, says no such file or directory.. so i'm guessing that this whole thread was about installing pip, and now i can't install the whale watcher app?

D:>pip install D:_installers\crypto-whale-watching-app-master\requirements.txt

Invalid requirement: 'D:_installers\crypto-whale-watching-app-master\requiremen
ts.txt'
It looks like a path. Does it exist ?

D:>

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j I guess you are messing up the path....
Just open up that folder with all the files from here (requirements.txt app.py.....)
Click in the address bar and type cmd

This will open up command-line within correct directory.
Then just type pip install -r requirements.txt

Once it's done just type python app.py

from crypto-whale-watching-app.

theimo1221 avatar theimo1221 commented on July 24, 2024

@shawn-j does it work?

from crypto-whale-watching-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.