0000p0

Results 4 comments of 0000p0

pkg install wget

# Install clang-16 from tur-repo pkg install clang-16 # Set environment variable before pip install export CC=clang-16 pip install aiohttp

> > # Install clang-16 from tur-repo > > pkg install clang-16 > > # Set environment variable before pip install > > export CC=clang-16 pip install aiohttp > >...