pranjal-joshi / Screeni-py

A Python-based stock screener to find stocks with potential breakout probability from NSE India.
MIT License
555 stars 196 forks source link

Getting Error While running : WARNING:tensorflow:AutoGraph is not available in this environment #152

Closed DINU03 closed 1 year ago

DINU03 commented 1 year ago

When I am trying to try the .exe file in command prompt in windows 10 getting below error message :

WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information.

Let me know is this error or bug or normal expected one.

Thanks, Regards, Dhinesh

pranjal-joshi commented 1 year ago

Do you get the screening options working after warnings? Or it is stuck only at above warnings?

DINU03 commented 1 year ago

yes it is working ... I want to know why I am getting this error ?

github-actions[bot] commented 1 year ago

This Issue is marked as Stale due to Inactivity. This Issue will be Closed soon.

theankitsinghpatwal commented 1 year ago

Getting the Same issue but 1 or 2 times then its running WARNING:tensorflow:AutoGraph is not available in this environment: functions lack code information. This is typical of some environments like the interactive Python shell. See https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code for more information. Screenshot 2023-01-25 151605

pranjal-joshi commented 1 year ago

You can safely ignore this warning. The TensorFlow has been packed into binary executable during compile time and is not able to find certain paths while executing on your environment (which is fine)

github-actions[bot] commented 1 year ago

This Issue is marked as Stale due to Inactivity. This Issue will be Closed soon.