Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

ModuleNotFoundError: No module named 'crytic_compile' #429

Open
Ajeeshb opened this issue Jan 12, 2022 · 2 comments
Open

ModuleNotFoundError: No module named 'crytic_compile' #429

Ajeeshb opened this issue Jan 12, 2022 · 2 comments

Comments

@Ajeeshb
Copy link

Ajeeshb commented Jan 12, 2022

While starting the docker container i am getting the below error.

root@testing:/home/ubuntu/oyente/oyente# docker run -it -p 3000:3000 -e "OYENTE=/oyente/oyente" oyente:latest
Traceback (most recent call last):
  File "/oyente/oyente/oyente.py", line 14, in <module>
    from input_helper import InputHelper
  File "/oyente/oyente/input_helper.py", line 11, in <module>
    from crytic_compile import CryticCompile, InvalidCompilation
ModuleNotFoundError: No module named 'crytic_compile'
@yagol2020
Copy link

you may need to install crytic-compile in docker container

pip install crytic-compile

@qub1tt
Copy link

qub1tt commented Sep 28, 2022

you may need to install crytic-compile in docker container

pip install crytic-compile

after i installed the package it has this error AttributeError: 'CryticCompile' object has no attribute 'contracts_names'.
Im using python 3.10.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants