You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been getting this error and cant seem to resolve it i'm running this under windows. Ive installed the constants module using pip install constants. This was also successful.
Traceback (most recent call last):
File "evolve.py", line 38, in
import volatility.constants as constants
ImportError: No module named volatility.constants
Volatility runs fine without errors. Using this command,
python vol.py -h
Thanks
Robert
The text was updated successfully, but these errors were encountered:
Hi Robert,
I am wondering if you have 'installed' volatility. In the volatility folder, you need to run 'python setup.py install' to get the modules copied into the python library folders. Then evolve references them there. If it isn't installed, evolve doesn't know where those volatility files are at. Let me know.
James,
I've been getting this error and cant seem to resolve it i'm running this under windows. Ive installed the constants module using pip install constants. This was also successful.
Traceback (most recent call last):
File "evolve.py", line 38, in
import volatility.constants as constants
ImportError: No module named volatility.constants
Volatility runs fine without errors. Using this command,
python vol.py -h
Thanks
Robert
The text was updated successfully, but these errors were encountered: