Andrey
Andrey
My code: `from instagram_private_api import Client, ClientCompatPatch from urllib.request import * image = urlopen("link") photo_data = image.read() sizes = (1080, 1080) instagram = Client("user_name", "password") instagram.post_photo(photo_data, sizes, 'This is #test')`...
I try run command `docker-compose buld` or `docker build -t instagrapi-rest .` I get an error at the stage of installing dependencies (RUN pip install -r requirements.txt) ``` Collecting tqdm=4.11.2...
I try code [transfer-jettons.ts](https://github.com/ton-community/assets-sdk/blob/main/examples/transfer-jettons.ts) and get this error. npx ts-node .\transfer-jettons.ts Error: Cannot find module 'boxen'