-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'ember' has no attribute 'create_vectorized_features' #101
Comments
Hi, how did you install ember? Maybe run dir(ember) as a check? |
I clone the ember. |
You have to follow the installation instructions first: https://github.com/elastic/ember#install-after-cloning-the-ember-repository |
okay the pip cmd's or conda. pip install -r requirements.txt and then !pip install git+https://github.com/elastic/ember? |
before this Error I got the build lief error: error: legacy-install-failure × Encountered error while trying to install package. |
I think conda commands work out of the box. So maybe do it that way? You will have to install conda first. |
And maybe create a new environment first to make sure your ember installation is separated from everything else. A quick reference |
I was working in google colab's jupyter notebook. if you have another reference related to this please attach link in the comment. |
I think the conda commands should work in a fresh environment. My environment is using python 3.8 so maybe specify that when creating the conda env. Also make sure jupyter is using the correct conda env. |
okay, thank you. |
I'm working on a project of PE-Malware-Classification-with-Ember.
using dataset of ember_2017_v2.
While training the 1st model I got this error and i don't have idea how to solve this.
If there is anyone who can help me please guide me through this error.
my project deadline is 30-Jan-23 if possible please try to solve it before.
Thank you.
Kartik
([email protected])
The text was updated successfully, but these errors were encountered: