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

Error detected while processing function Y_Env_Init #28

Closed
yilongli opened this issue Jul 13, 2015 · 10 comments
Closed

Error detected while processing function Y_Env_Init #28

yilongli opened this issue Jul 13, 2015 · 10 comments

Comments

@yilongli
Copy link

After a successful installation, I get the following error message during the startup process:
screenshot from 2015-07-13 20 51 04

Adding import os at the beginning of core/indexer/yavide_indexer_if.py seems to solve the problem for me. Any idea what is wrong with my installation? Thanks!

@JBakamovic
Copy link
Owner

Thanks, this is fixed now. As you noted, os dependency was indeed missing from the package import list. But I find it very puzzling that it worked and still works on my machine even without this import. Probably something to do with local python configuration or with python having preload some of the packages.

@javierfileiv
Copy link

I'm having the same issue when starting up yavide. It's a recently clone so this issue should be fixed. Also, the indexer folder doesn;t even exist.

Thanks

@JBakamovic
Copy link
Owner

Please attach the error messages you get.

@javierfileiv
Copy link

screenshot - 21102016 - 08 58 36

@JBakamovic
Copy link
Owner

Strange that there are no other more specific error messages. I can't really tell much from the screenshot but than this is the python code which is being executed. Which distro are you running?

You mentioned that you don't even have indexer folder in your installation directory? Did you clone repository properly?

@javierfileiv
Copy link

yes, sure...I followed all the steps. Ubuntu 14 is my distro. How can I get
you more logs?

Thanks!

2016-10-21 9:20 GMT+02:00 Jusufadis Bakamovic notifications@github.com:

Strange that there are no other more specific error messages. I can't
really tell much from the screenshot but than this is the python code which
is being executed. Which distro are you running?

You mentioned that you don't even have indexer folder in your installation
directory? Did you clone repository properly?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#28 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAj1DySbZP1M-Q0UlboKZj7Yn_Vmj34jks5q2GfFgaJpZM4FXcKl
.

@JBakamovic
Copy link
Owner

/tmp/YAVIDE_server.log is the log file you can have a look at. You can attach it here as well.

@heefan
Copy link

heefan commented Aug 25, 2017

25 Aug 2017
I have the same problem as well.
The installation is following the installation guide.

Environment: Ubuntu 16.04
screenshot from 2017-08-25 10-06-41

I could not find out the log file /tmp/YAIDE_server.log, as the file does not exist.

@JBakamovic
Copy link
Owner

For some reason watchdog Python module seems not to be installed. Can you try installing it manually with pip? pip install watchdog

@heefan
Copy link

heefan commented Aug 25, 2017

Cool. My problem solved after installing watchdog.
Thanks & Thanks for your IDE. :)

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

No branches or pull requests

4 participants