warmshao / FasterLivePortrait

Bring portraits to life in Real Time!onnx/tensorrt support!实时肖像驱动!
455 stars 42 forks source link

install additional python package #81

Open jaehyunshinML opened 3 weeks ago

jaehyunshinML commented 3 weeks ago

Hi your no install windows package works great and easy ! thanks! Just a quick question. If I want to install additional package into yours, how can I do it ?

thanks!

warmshao commented 3 weeks ago

Hi your no install windows package works great and easy ! thanks! Just a quick question. If I want to install additional package into yours, how can I do it ?

thanks!

.\venv\python.exe -m pip install xxx

jaehyunshinML commented 3 weeks ago

Thanks for the reply. I tried that .\venv\python.exe -m pip install xxx, but got this error

after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000023507AF8730>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))': /pip/

it seems you used proxy setting. do you know where to disable them ?

Many Thanks!

warmshao commented 3 weeks ago

Thanks for the reply. I tried that .\venv\python.exe -m pip install xxx, but got this error

after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x0000023507AF8730>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))': /pip/

it seems you used proxy setting. do you know where to disable them ?

Many Thanks!

Try turning off your proxy and try again