elastic / ember

Elastic Malware Benchmark for Empowering Researchers
Other
948 stars 277 forks source link

The train_ember.py file is not installed #95

Open ezequielal39 opened 1 year ago

ezequielal39 commented 1 year ago

Hello I am using python 3.6.8 I follow the installation procedure

pip install -r requirements.txt python setup.py install

The train_ember.py file is not installed I can't continue the process because I can't train ember_dataset_2018_2.tar.bz2 because it is missing train_ember.py

Does anyone know why it won't install?

The data that is installed:

C:\enber>python setup.py install running install running bdist_egg running egg_info writing ember.egg-info\PKG-INFO writing dependency_links to ember.egg-info\dependency_links.txt writing top-level names to ember.egg-info\top_level.txt reading manifest file 'ember.egg-info\SOURCES.txt' writing manifest file 'ember.egg-info\SOURCES.txt' installing library code to build\bdist.win-amd64\egg running install_lib running build_py creating build\bdist.win-amd64\egg creating build\bdist.win-amd64\egg\ember copying build\lib\ember\features.py -> build\bdist.win-amd64\egg\ember copying build\lib\ember__init.py -> build\bdist.win-amd64\egg\ember byte-compiling build\bdist.win-amd64\egg\ember\features.py to features.cpython-36.pyc byte-compiling build\bdist.win-amd64\egg\ember\init.py to init__.cpython-36.pyc creating build\bdist.win-amd64\egg\EGG-INFO copying ember.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO copying ember.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO copying ember.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO copying ember.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO zip_safe flag not set; analyzing archive contents... creating 'dist\ember-0.1.0-py3.6.egg' and adding 'build\bdist.win-amd64\egg' to it removing 'build\bdist.win-amd64\egg' (and everything under it) Processing ember-0.1.0-py3.6.egg Removing c:\users\mabel\appdata\local\programs\python\python36\lib\site-packages\ember-0.1.0-py3.6.egg Copying ember-0.1.0-py3.6.egg to c:\users\mabel\appdata\local\programs\python\python36\lib\site-packages ember 0.1.0 is already the active version in easy-install.pth

03/01/2023 08:14

. 03/01/2023 08:14 .. 03/01/2023 08:14 build 03/01/2023 08:14 dist 03/01/2023 08:04 442 Dockerfile 03/01/2023 08:04 ember 03/01/2023 17:23 ember.egg-info 03/01/2023 08:04 226 LICENSE.txt 03/01/2023 08:04 licenses 03/01/2023 08:04 malconv 03/01/2023 08:04 7.534 README.md 03/01/2023 08:04 91 requirements.txt 03/01/2023 08:04 94 requirements_conda.txt 03/01/2023 08:04 78 requirements_notebook.txt 03/01/2023 08:04 resources 03/01/2023 08:04 scripts 03/01/2023 08:04 503 setup.py 7 archivos 8.968 bytes

ezequielal39 commented 1 year ago

Lo instale con el comando conda y funciona bien

Salma1795 commented 6 months ago

I have the same problem... Kindly inform me if you find the solution

srao-cipher commented 4 weeks ago

Yup - not seeing it in the source code anywhere. Not sure if it was just renamed to init_ember.py