stringfuzz icon indicating copy to clipboard operation
stringfuzz copied to clipboard

./bin/stringfuzzg not work without installing

Open SimpleXiaohu opened this issue 3 years ago • 1 comments

I run the command below in the root directory of the repository (without installing):

./bin/stringfuzzg --help

And I get the error:

➜  stringfuzz git:(main) ./bin/stringfuzzg       
Traceback (most recent call last):
  File "./bin/stringfuzzg", line 11, in <module>
    from stringfuzz.constants import LANGUAGES, SMT_20_STRING, SMT_25_STRING
ModuleNotFoundError: No module named 'stringfuzz'

SimpleXiaohu avatar Feb 09 '23 02:02 SimpleXiaohu

It is designed to work after installing only, sorry.

Do you have a limitation that prevents you from installing the package?

dblotsky avatar Feb 09 '23 03:02 dblotsky