greyhound
greyhound
Remove this from the code: try: from termcolor import colored except: solve_dependencies("termcolor") from termcolor import colored And every word in every line which says 'colored'
Same here and another error i have is that the output i getting malformed and "trimmed" in each end and start of line.
got same idk why it all of a sudden stopped working, tried reinstalling aswell panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x40...
Reinstalling, uninstalling both as pip, pip3, superuser idk what else i could do all of a sudden stopped working.
just running uro as alias or as uro i get this (without piping it) [ERROR] No input file or stdin. So seems it should work.
same issue any fix?
hey so i realized my misstake.. so i deleted my own old gemfile and reinstalled it the correct way but getting this when trying to edit the REAL gemfile: [!]...
got it do: source "https://rubygems.org" # Specify your gem's dependencies in XSpear.gemspec #gemspec gem 'XSpear' nano gemfile in /var/lib/gems/3.1.0/gems/XSpear-1.4.1 like above not sure why it wouldnt work first times but...
also any idea on how to make it take a file as input in a bash framework? ive tried with for loops and while but it wont work..