-
Notifications
You must be signed in to change notification settings - Fork 114
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
Issue with checkbox attribute in inquiry package in main.py #181
Comments
I've just checked the program and its working fine on my system. Can you post the output of |
Figured the cause I guess, working on it! |
@vidhanarya here is the result for pip list |
I was facing the same issue, solved by creating a new conda environment and then installing packages through requirements.txt. |
I was facing the same issue, the problem is due to the inquirer package used to run the orbitdeterminator because this inquirer package is not fully supported on windows os and as shown in the screenshot the user is using a windows os. |
Hmmm, is that still a problem? I just tried it with python3.7 and the current version of inquirer and it works on my windows10. so worth still to have the issue still open and also keeping the PR open? |
@vidhanarya During testing of main.py, I found that checkbox attribute is not been recognized during execution.
I have tried reinstalling inquiry package using
pip install inquiry
then I checked documentation of inquiry package
both steps provided no change.
The text was updated successfully, but these errors were encountered: