Python Scrapy Tutorial - 5 - Installation with Terminal / Sublime

preview_player
Показать описание
In this video we install scrapy using the terminal so you can use it with Sublime text, VScode or any IDE.

Next Video - Understanding the project structure of Scrapy

#python
Рекомендации по теме
Комментарии
Автор

After a lot of confusion, you made my day - Thank you

ridaypatel
Автор

Try this to Activate the virtual environment on mac "source bin/activate ", it's working.

vamsisannala
Автор

tnx here now i know what is really virtual environment

artabra
Автор

do i have to activate the virtualenv everytime I open the computer??? @buildwithpython

apoorvjaiswal
Автор

it throws an like 'File cannot be loaded because the execution of script
s is disabled on this system. Please see "get-help about_signing" for more details.
At line:1 char:19
+ .\Scripts\activate <<<<
+ CategoryInfo : NotSpecified: (:) [], PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
'

please help.

RajanKumar-lvve
Автор

I’m getting error while installing scrapy " error: Microsoft Visual C++ 14.0 is required

programminghulk
Автор

I'm on Arch Linux/ It is showing activate file inside bin folder. But shows error ./activate: command not found
. Do I need to use chmod +x activate to run this file?

Bihari_Chaman
Автор

tcl and include folder not in virtualenv

apoorvjaiswal
Автор

i am having a problem, Error showing mocrosoft C++ 14.0 required now what to do????

cicadaislive
Автор

'./bin/activate' didn't work for me, but 'source bin/activate' did. using ubuntu 18.04 :)

caiofdacosta
Автор

im getting a error while installing scrapy -some thing related to twisted package

sakshamgupta
Автор

TIPS for Terminal: 
- cd (drag file)
- source ./bin/activate

ibraham
Автор

How do you run python commands when you are not in python terminal?
Edit: You should create a video how to setup python on your pc so it run the commands smoothly

omarrahmo
Автор

Error: Failed building wheel for Twisted
How to solve this error

Justsimransingh
Автор

I dont know how to open an already existing project in cmd 😭

Georgianak
Автор

what about jupyter i kinda like it and using anaconda with it is more awesome

saurabhtripathi
Автор

I have hard time installing Scrapy in pycharm aswell as Atom IDE. facing Failed twisted error in my Windows machine.

kashyap
Автор

./bin/activate didn't work in my system. I got a message "./bin/activate: Permission denied"

yashsrivastava
Автор

TOTAL ERROR installing on Windows 10:

None of these commands work except ...\Scripts\activate.bat
pip install pipenv = NO
virtualenv . = NO

Totally could use some help here.

MrTheduke
Автор

Those who are getting error in installing scrapy can refer this video.

mohdabdulazeem