aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
177 stars 112 forks source link

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

Open Gaunish opened 4 years ago

Gaunish commented 4 years ago

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 commented 4 years ago

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?

ntr0pie commented 4 years ago

Figured the cause I guess, working on it!

Gaunish commented 4 years ago

@vidhanarya here is the result for pip list piplist

archithadge commented 4 years ago

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

Ashutoshkataria19 commented 4 years ago

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 commented 3 years ago

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?