-
Notifications
You must be signed in to change notification settings - Fork 294
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
Getting ValueError: Can't read file: s2v_old/cfg #5
Comments
Hi @vinidixit ! Thanks for opening an issue. We will look into it as soon as we get the time and respond back. Thanks! |
@vinidixit Meanwhile can you give us more information? If the error happens in Google Colab or when you run locally? Can you give us more info on where you are running it? Thanks |
I am running this for the first time in my local machine (MacBook) and
using Jupyter notebook.
…On Thu, 3 Sep 2020 at 10:41 AM, Ramsri Goutham Golla < ***@***.***> wrote:
@vinidixit <https://github.com/vinidixit> Meanwhile can you give us more
information? If the error happens in Google Colab or when you run locally?
Can you give us more info on where you are running it? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHBKSB6SHE4I4BA62SE6BDSD4QOXANCNFSM4QUKB3UQ>
.
|
@vinidixit Thanks! Meanwhile, you can experiment with our Google Colab notebook as we take a deeper look into local environment error. |
Sure, thanks so much.
…On Thu, 3 Sep 2020 at 10:45 AM, Ramsri Goutham Golla < ***@***.***> wrote:
@vinidixit <https://github.com/vinidixit> Thanks! Meanwhile, you can
experiment with our Google Colab notebook as we take a deeper look into
local environment error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHBKSH2SZGJ63WGGDAK4HLSD4Q67ANCNFSM4QUKB3UQ>
.
|
I think it is not able to access the s2v_old.U might need to the given the exact path instead of relative path. In main.py change
Hope this works! @vinidixit |
It is working now. Thank you for your quick help. :) |
Hi,
I am getting
ValueError: Can't read file: s2v_old/cfg
at linemain.QGen()
I tried with other call
qe= main.BoolQGen()
which is running fine. I am using Python 3.7The text was updated successfully, but these errors were encountered: