Open Jovonni opened 2 years ago
I also have the same error message (AttributeError: 'NoneType' object has no attribute 'result') using Python 3.7 and 3.8 in a docker (ubuntu:18.04) environment and using Manticore version 0.3.6.
I tried both building Manticore from the git repository and by using pip install.
Summary of the problem
The following basic command has not been running on Mac. I changed the python version several times, from 3.9, to 3.7, to 3.6.
Manticore version
Version: 0.3.6
Python version
Tried on multiple versions with
pyenv versions
OS / Environment
MacOS 10.15.7
Dependencies
Step to reproduce the behavior
Expected behavior
Maticore should successfully run the same way its running in the docker container.
Actual behavior
Any relevant logs
N/a
This same command runs successfully in the docker container. Could it be that I'm using mac?
I tried it on multiple python versions, as I've seen discussed in several discussions/forums online.
I also saw this issue, and tried these solutions, but to no avail. I was seeing this same error as well on another version, but changing to python 3.6 didn't work.
https://github.com/trailofbits/manticore/issues/1713#issue-620841810