-
Notifications
You must be signed in to change notification settings - Fork 22
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
config is not recognized while executing the code #23
Comments
Did you set up your config file per the instructions in the README? If not, that should fix it. If you did, please paste your stack trace so I can see what's going wrong. |
I am new in python. i am using google colab for the code execution, i
cloned the data first and then fetched the data from aminer(in zip and rar)
and after extracting i changed the config-example in pipeline to config.py
manually.
i am not getting how to use this module.
config:
sed 's?/data/username/aminer-network?'pwd'?' pipeline/config-example.py >
pipeline/config.py
python verify_config.py
this is my directory structure : [image: shot1]
<https://user-images.githubusercontent.com/123723536/215808509-92cdda81-cef0-4b22-8e1c-3f2b3532d27a.jpg>
i am not configuring it correctly that's why getting the following
error(shot2) when i am executing
[image: shot2]
<https://user-images.githubusercontent.com/123723536/215809630-7336951d-9466-4661-a565-27daf0fbb961.jpg>
this is my config.py in pipeline directory
[image: shot5]
<https://user-images.githubusercontent.com/123723536/215809784-1ad0986f-8f3c-4198-abd1-7cb3fbcb937c.png>
the pipeline.py
…On Tue, Jan 31, 2023 at 5:50 PM Mack ***@***.***> wrote:
Did you set up your config file per the instructions in the README? If
not, that should fix it. If you did, please paste your stack trace so I can
see what's going wrong.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5P56EEG3Z63LYIRFUL5233WVEDBJANCNFSM6AAAAAAUINJUTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'm not 100% sure I'm understanding what your code directory looks like. Is your If that's not the issue, here's another thought... It's been a while since I've worked with this code. I may have set it up so it matters where you run the code from. You might try running it from the |
My config file is in the pipeline directory. i have also tried the other
option but when I execute the pipeline.py
import config and import repdocs indicate the errors. the same error i have
to face in Util.py. the files in the pipeline directory are showing errors.
i need it for my research work. if you could help me
…On Wed, Feb 1, 2023 at 3:53 PM Mack ***@***.***> wrote:
I'm not 100% sure I'm understanding what your code directory looks like.
Is your config.py file located in the pipeline directory? If not, that's
the issue.
If that's not the issue, here's another thought... It's been a while since
I've worked with this code. I may have set it up so it matters where you
run the code from. You might try running it from the dblp directory to
see if that fixes it.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5P56EFD4A52Z6LFXAVA6YTWVI6BLANCNFSM6AAAAAAUINJUTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am facing problem while running pipeline.py, as i am getting problem in config module
The text was updated successfully, but these errors were encountered: