nxvvvv / warp-plus

Get free WARP+ GBs in CloudFlare's 1.1.1.1!!
GNU Affero General Public License v3.0
490 stars 165 forks source link

ModuleNotFoundError: No module named 'httpx' #11

Closed rudolphos closed 10 months ago

rudolphos commented 10 months ago

After running can't install httpx

Successfully installed anyio certifi exceptiongroup h11 httpcore httpx idna sniffio typing-extensions
Traceback (most recent call last):
  File "/home/runner/warp-plus-2/main.py", line 11, in <module>
    import httpx
ModuleNotFoundError: No module named 'httpx'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/runner/warp-plus-2/main.py", line 15, in <module>
    import httpx
ModuleNotFoundError: No module named 'httpx'
nxvvvv commented 10 months ago

Fixed it with the latest update :)

Just click run again and it will run: image