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

[Bug]: dev environment does not work on Windows with Python 3.12 #208

Open
whyboris opened this issue Apr 1, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@whyboris
Copy link

whyboris commented Apr 1, 2024

GridPlayer version

current

What OS are you using?

Windows

OS Version / Linux distribution

Windows 10

What distribution channel are you using? [LINUX ONLY]

None

Bug description

Followed instructions on Windows: installed poetry, ran appropriate command to have it be part of PATH, cloned this repository, ran poetry install but when I run poetry run gridplayer after 2 seconds terminal gets back to regular state with no output showing anywhere.

In the Task Manager I see several processes appear under my terminal (collapsed under alacritty.exe, like 4 instances of Python) but they disappear under 2 seconds.

No terminal output (no errors, nothing).

I couldn't get the app to start while running Python 3.12

So I nuked all my Python installations, installed Python 3.8.10, reinstalled Poetry and it worked 😭

I think we need to update the README for now; fixing it to work with 3.12 (and I suspect 3.11 is broken too) may be hard.

The error happens with this: _get_vlc_version when vlc_version = vlc.libvlc_get_version() is invoked - it goes to a package vlc.py and craps out there with:

cannot import name 'getargspec' from 'inspect'

And this seems to be a problem for other software 🤯

Log excerpt

No log is generated when running poetry run gridplayer ⚠️

@whyboris whyboris added the bug Something isn't working label Apr 1, 2024
@whyboris whyboris changed the title [Bug]: dev environment does not start on Windows [Bug]: dev environment does not work on Windows with Python 3.11 Apr 1, 2024
@whyboris whyboris changed the title [Bug]: dev environment does not work on Windows with Python 3.11 [Bug]: dev environment does not work on Windows with Python 3.12 Apr 1, 2024
@whyboris
Copy link
Author

#210 <-- PR that adds a comment in the README.md to save people from frustration and wasting time ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant