Skip to content
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

NodeJS Module Error #2

Open
shriyamverma opened this issue Oct 4, 2019 · 8 comments
Open

NodeJS Module Error #2

shriyamverma opened this issue Oct 4, 2019 · 8 comments

Comments

@shriyamverma
Copy link

Hi Srijan,
I have started the mongodb server and installed all the node dependencies as per instructed but still i am getting errors. Please help me resolve it. It's quite urgent.
I've attached the screenshot:

Capture1

@srijanreddy98
Copy link
Owner

Try running npm start in your anaconda env.

@shriyamverma
Copy link
Author

Still same error is showing up!

@venkatkrishna07
Copy link

venkatkrishna07 commented Jan 29, 2020

I followed all the instructions im getting these two errors,can you please help!!!
The second image occurs when i activate the env,the first image after i use npm start
Screenshot (32)
Screenshot (33)

@syedsaleem703
Copy link

syedsaleem703 commented Jun 20, 2021

Still same error is showing up!

is your code running successfully? Have you removed all the errors.

@Vijeshnk
Copy link

Vijeshnk commented Jul 9, 2021

I followed all the instructions im getting these two errors,can you please help!!!
The second image occurs when i activate the env,the first image after i use npm start
Screenshot (32)
Screenshot (33)

did you solved this error

@thottanjohn
Copy link

First error happens when you didn't install face_recognition and it's dependent modules.Try installing those again using conda or pip.
You can check whether those packages are installed using
conda list or pip freeze

Make sure all packages in that .yml are installed properly.Even then you may face issues due to incompatible versions of opencv and tensorflow.That also you may need to resolve to make it working locally .

@Vijeshnk
Copy link

First error happens when you didn't install face_recognition and it's dependent modules.Try installing those again using conda or pip.
You can check whether those packages are installed using
conda list or pip freeze

Make sure all packages in that .yml are installed properly.Even then you may face issues due to incompatible versions of opencv and tensorflow.That also you may need to resolve to make it working locally .

Thanks I resolved the issue, I disabled the eager execution by tf.compat.v1.disable_eager_execution() , to get ride of error, is there any impact on program performance

@gopalkumr
Copy link

Hi, @srijanreddy98 . will you please provide the pre-trained model face_encodings.pkl to run this project. seems like it's missing from the project

image

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

No branches or pull requests

7 participants