archlinuxcn / lilac

Lilac is the build bot for archlinuxcn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUR packages can not be used

starsareintherose opened this issue · comments

commented
Traceback (most recent call last):
  File "/usr/bin/lilac", line 16, in <module>
    import sqlalchemy
ModuleNotFoundError: No module named 'sqlalchemy'

when I add python-tomli and python-sqlalchemy
see https://log.bioarchlinux.org/2021-12-29T22%3A58%3A21/lilac-main.log
it can use the URL checker
but we can ping

[bio@bioarchlinux ~]$ ping github.com
PING github.com (140.82.114.3) 56(84) bytes of data.
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=1 ttl=54 time=54.4 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=2 ttl=54 time=54.3 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=3 ttl=54 time=54.2 ms
64 bytes from lb-140-82-114-3-iad.github.com (140.82.114.3): icmp_seq=4 ttl=54 time=54.2 ms
^Z
[1]+  Stopped                 ping github.com
[bio@bioarchlinux ~]$ ping api.github.com
PING api.github.com (140.82.114.6) 56(84) bytes of data.
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=1 ttl=54 time=54.3 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=2 ttl=54 time=54.5 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=3 ttl=54 time=54.4 ms
64 bytes from lb-140-82-114-6-iad.github.com (140.82.114.6): icmp_seq=4 ttl=54 time=54.4 ms
^Z
[2]+  Stopped                 ping api.github.com
commented

but now it can run, so strange, maybe releated with github
now it present same problem, so strange
That's GitHub API issue

python-sqlalchemy is now optional.

403 = You are rate limited. Have you set up a GitHub token?

commented

I just set, now I have updated the aur and pr the archlinuxcn repo