Skip to content
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

Open
Gaunish opened this issue Jan 6, 2020 · 6 comments
Open

Issue with checkbox attribute in inquiry package in main.py #181

Gaunish opened this issue Jan 6, 2020 · 6 comments

Comments

@Gaunish
Copy link

Gaunish commented Jan 6, 2020

pytest2
@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.

checkbox
Capture2

@vidhanarya
Copy link
Contributor

I've just checked the program and its working fine on my system. Can you post the output of pip list from your working environment?

@xshreesh
Copy link
Contributor

Figured the cause I guess, working on it!

@Gaunish
Copy link
Author

Gaunish commented Jan 26, 2020

@vidhanarya here is the result for pip list
piplist

@archithadge
Copy link
Contributor

I was facing the same issue, solved by creating a new conda environment and then installing packages through requirements.txt.

@Ashutoshkataria19
Copy link

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.
I solved this problem using PyInquirer same as the inquirer package and works on all platforms.
and will open a PR soon.

@hornig
Copy link
Collaborator

hornig commented Oct 11, 2020

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?

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

No branches or pull requests

6 participants