Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法 r.init() - looks like network issue blocking downloads from github.com, see ideas #189

Closed
wuhao5925968 opened this issue Nov 16, 2020 · 16 comments
Labels

Comments

@wuhao5925968
Copy link

[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\86132\AppData\Roaming

@waileong94
Copy link

Having same issue here, file dont seem to be downloading

@vhills
Copy link

vhills commented Nov 28, 2020

同问,有没有人解答下,下载完还有一个无法下载
[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\vhills\AppData\Roaming
[RPA][INFO] - done. syncing TagUI with stable cutting edge version
[RPA][ERROR] - failed downloading from https://raw.githubusercontent.com/tebelorg/Tump/master/TagUI-Python/tagui...
<urlopen error [Errno 11004] getaddrinfo failed>

@kensoh
Copy link
Member

kensoh commented Jan 3, 2021

Hi RPA for Python users, 🅗🅐🅟🅟🅨 ②⓪②①!

It has been many months since I last worked on this personal side project. Just want to shout out that this project is very much alive, and I hope to look into the 30+ issues raised since July (and bug-fixes if required) soon when I get a moment again.

Below are details if you are interested, why I'm away past few months and why I believe my darkest days are over 🍀🤞🏻🙏🏻


Since May last year, I've stopped all work to juggle with my mum's critical illness, taking care of my toddler, and doing housework chores like cleaning and cooking. TBH, my wife and I felt that taking care of a baby and giving her the best nutrition (nursing and home-cooked organic food) and care requires at least 1.5 full-time headcount. There is no life to speak of, other than trying to stay afloat with baby care needs, and keep finding alternative ways to treat my mum, where there're some wins.

Eg importing soy-based tube feeds from Netherlands / Germany / Australia --> after switching away from milk-based tube feeds for 2 weeks she stops requiring dialysis. She started requiring 3x a week dialysis for more than 3 months, after admitting to the hospital. Also, applying herbs like mashed garlic or diced onions to her feet somehow consistently improve her breathing and lung function. Have to keep trying alternative healing methods when her recovery keeps hitting plateau in hospital.

She has been discharged from the hospital a month ago and recovering at home, though very slowly. A longterm medication seems to be one of the contributing causes for her condition. After stopping it, there seems to be improvement to her breathing capacity. She is still bed-bound, but over the course of the year I hope she'll regain strength to move about, and hopefully lungs to recover sufficiently to not require oxygen tank support through a tracheal mask (a hole through her throat).


Since November, I've gone back to work at AI Singapore, a government-funded programme to accelerate AI in Singapore. I'm with Product Engineering team, focusing on RPA and TagUI (open-source RPA tool), which RPA for Python is a wrapper for. There are pretty interesting stuffs on TagUI 2021 roadmap. 2020 was the year which my family was going to move to the UK and work, after I receive its tier 1 exceptional tech talent visa. Then everything changed with the virus outbreak, and my mum's illness. The best thing that happened to me in 2020 was being able to go back to work at AI Singapore - I'm grateful.

I've just hired someone to help with housework, cooking and supporting my wife with baby care. I hope this new arrangement will allow me to deliver on my work at AI Singapore, and soon be able to reply countless friends' messages which circumstances leave me with no choice but go missing for months, and then look into the issues raised here!

Eg of the cost of best-in-class nutrition standard researched and set by wife. Baby just felt restless and broke her plate. Even Corelle's break-resistant plate breaks. Why not use plastic plate? Cuz plastic can leech toxins to the food on it. Why not use Silicon plate? Cuz there is no white silicon materials for plate. Why white? Cuz that helps to improve visibility of the food instead of contrasting against some pink colour or some other colours. I would be spending much time clearing up the mess of 70 over pieces of plate fragments, while baby gets nursed to calm down, if not for our newfound helper.

That's why I feel like my darkest days are over and now seeing glimpses of light at the end of the tunnel.


My vision for RPA for Python remains - I would like it to be the go-to Python package for RPA.

A best-in-class tool in Python users toolbox which you combine with other cool packages to build amazing stuffs.

@wjl1627
Copy link

wjl1627 commented Feb 20, 2021

r.init()
[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\JalanWang\AppData\Roaming
[RPA][INFO] - done. syncing TagUI with stable cutting edge version
[RPA][ERROR] - failed downloading from https://raw.githubusercontent.com/tebelorg/Tump/master/TagUI-Python/tagui...
<urlopen error [Errno 11004] getaddrinfo failed>

I also encountered this problem to solve.

@wjl1627
Copy link

wjl1627 commented Feb 20, 2021

this url "https://raw.githubusercontent.com/" is not found...

@wjl1627
Copy link

wjl1627 commented Feb 20, 2021

Solved, refer to the following connection.
https://www.cnblogs.com/sinferwu/p/12726833.html

@HelloZhou3301
Copy link

HelloZhou3301 commented Mar 3, 2021

Solved, refer to the following connection.
https://www.cnblogs.com/sinferwu/p/12726833.html

when i open the url, there is nothing linked to it, can you tell me how to solve the problems in r.init()

@HelloZhou3301
Copy link

[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\86132\AppData\Roaming

hava you solved the problem?

@wjl1627
Copy link

wjl1627 commented Mar 3, 2021

Solved, refer to the following connection.
https://www.cnblogs.com/sinferwu/p/12726833.html

when i open the url, there is nothing linked to it, can you tell me how to solve the problems in r.init()

If you are a windows system.Open the "C:\Windows\System32\drivers\etc\hosts"
if you are a linux."sudo vi /etc/hosts"

  1. First query the IP of "raw.githubusercontent.com"
  2. add :
    GitHub Start
    52.74.223.119 github.com
    192.30.253.119 gist.github.com
    54.169.195.247 api.github.com
    185.199.111.153 assets-cdn.github.com

185.199.109.133【Query the IP】 raw.githubusercontent.com
185.199.111.133【Query the IP】 raw.githubusercontent.com
185.199.110.133【Query the IP】 raw.githubusercontent.com
185.199.108.133【Query the IP】raw.githubusercontent.com

151.101.108.133 user-images.githubusercontent.com
151.101.76.133 gist.githubusercontent.com
151.101.76.133 cloud.githubusercontent.com
151.101.76.133 camo.githubusercontent.com
151.101.76.133 avatars0.githubusercontent.com
151.101.76.133 avatars1.githubusercontent.com
151.101.76.133 avatars2.githubusercontent.com
151.101.76.133 avatars3.githubusercontent.com
151.101.76.133 avatars4.githubusercontent.com
151.101.76.133 avatars5.githubusercontent.com
151.101.76.133 avatars6.githubusercontent.com
151.101.76.133 avatars7.githubusercontent.com
151.101.76.133 avatars8.githubusercontent.com
GitHub End

@HelloZhou3301
Copy link

同问,有没有人解答下,下载完还有一个无法下载
[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\vhills\AppData\Roaming
[RPA][INFO] - done. syncing TagUI with stable cutting edge version
[RPA][ERROR] - failed downloading from https://raw.githubusercontent.com/tebelorg/Tump/master/TagUI-Python/tagui...
<urlopen error [Errno 11004] getaddrinfo failed>

你在tagui.py里面找出这几个判断,然后直接改成return True看看,记得将源码备份一个

@wjl1627
Copy link

wjl1627 commented Mar 7, 2021

同问,有没有人解答下,下载完还有一个无法下载
[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\vhills\AppData\Roaming
[RPA][INFO] - done. syncing TagUI with stable cutting edge version
[RPA][ERROR] - failed downloading from https://raw.githubusercontent.com/tebelorg/Tump/master/TagUI-Python/tagui...
<urlopen error [Errno 11004] getaddrinfo failed>

你在tagui.py里面找出这几个判断,然后直接改成return True看看,记得将源码备份一个

还没解决???上面方式不行就要科学上网,改hosts

@HelloZhou3301
Copy link

HelloZhou3301 commented Mar 7, 2021 via email

@StoneFeng
Copy link

I have the same issue, anyone solved the problem ?

@kensoh
Copy link
Member

kensoh commented Apr 5, 2021

Hi Guys, I've put in a new release v1.30 over the weekend. You can see if pip install rpa --upgrade solves the problem.

If it is due to connection issue due to firewall and internet, @fi-do has a PR (#207) which lets user set the installation directory (you can download the required files manually first from https://github.com/tebelorg/Tump/releases/tag/v1.0.0 and https://github.com/tebelorg/Tump/tree/master/TagUI-Python).

I'll be working with him to merge back to master, but you can use his solution in the meantime (#207)

@kensoh kensoh changed the title 无法r.init() 无法r.init() - looks like network issue blocking downloads from github.com, see ideas May 14, 2021
@kensoh kensoh changed the title 无法r.init() - looks like network issue blocking downloads from github.com, see ideas 无法 r.init() - looks like network issue blocking downloads from github.com, see ideas May 14, 2021
@kensoh kensoh added the query label May 14, 2021
@kensoh
Copy link
Member

kensoh commented May 14, 2021

Adding on, you can also use pack() or update() to generate a zip file on a computer with internet access.

Then move the generated file to your company computer to use the package.

@kensoh
Copy link
Member

kensoh commented May 14, 2021

You can also join Telegram group chat for TagUI community to post any questions - https://t.me/rpa_chat

PS - this RPA package is based on a forked version of TagUI open-source RPA tool

@kensoh kensoh closed this as completed Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

7 participants