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

Nothing happen on start #2

Open
malfonso0 opened this issue Oct 15, 2020 · 3 comments
Open

Nothing happen on start #2

malfonso0 opened this issue Oct 15, 2020 · 3 comments

Comments

@malfonso0
Copy link

hi! i was trying to try the app.. but nothing happen when i call the cvlab
i have tryed

  • pip install cvlab, and then in a console call cvlan.. it doesnt throw anything.. just nothing

  • Also download develop branch and compile and install and the same..
    any suggestion?

Im running windows 10 x64 2004
python 3.7.5

@psydox
Copy link

psydox commented Dec 21, 2020

hi! i was trying to try the app.. but nothing happen when i call the cvlab
i have tryed

  • pip install cvlab, and then in a console call cvlan.. it doesnt throw anything.. just nothing
  • Also download develop branch and compile and install and the same..
    any suggestion?

Im running windows 10 x64 2004
python 3.7.5

Hi malfonso0,

I experienced the same issue. After a few hours of tinkering and testing, I managed to make it work as follows:

Note: I am using Anaconda under Windows 10 x64

  1. Create an environment in Anaconda
  2. Install Opencv v3.7.x (conda install python=3.7)
  3. Install all required packages (conda install -c conda-forge pyqt opencv numpy scipy pygments tinycss2 matplotlib sip packaging toml)
  4. Lastly, install cvlab (pip install cvlab)

After that, I managed to make it run by executing "cvlab" on the command prompt.

@jachoo
Copy link
Member

jachoo commented May 14, 2021

Some application open issues are fixed in version 1.3.0. You can try: pip install --upgrade cvlab

Keep in mind that it's necessary to have PyQt5 installed properly on your system. Please, try: https://pythonbasics.org/install-pyqt/

@psydox
Copy link

psydox commented May 19, 2021

Some application open issues are fixed in version 1.3.0. You can try: pip install --upgrade cvlab

Keep in mind that it's necessary to have PyQt5 installed properly on your system. Please, try: https://pythonbasics.org/install-pyqt/

Cool! Thanks! 👍

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

3 participants