-
Notifications
You must be signed in to change notification settings - Fork 7
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
Just Dance on PC #57
Comments
Yes, it still works. I was able to get it to work on Windows 11 relatively easily, but I did need to mess with pip a little bit. Basically, I think some of the older versions of some dependencies don't like newer Python versions, but you can update them and they'll still work with JoyDance. I'm willing to help you but I'm away this weekend so I can't look at exactly what I did yet. |
oh okay, i'll try that thank you <3 |
Btw I used Python 3.11 from the Microsoft Store so I know that version works if you're having trouble |
@Bartek5347 were you able to get it to work? |
Also having trouble here. Mine won't even load up the web UI, even tho there didn't seem to have any problem installing dependencies. Using 3.10.11 here tho. |
I changed import aio to import aiohttp in dance.py i think
…On Mon, 17 Jun 2024 at 16:45, Blasetvrt ***@***.***> wrote:
@Bartek5347 <https://github.com/Bartek5347> were you able to get it to
work?
Also having trouble here. Mine won't even load up the web UI, even tho
there didn't seem to have any problem installing dependencies. Using
3.10.11 here tho.
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BINMRYPBBIHYS667AHC3HZDZH3ZAHAVCNFSM6AAAAABHRZMHBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZTGYYTGNJXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yeah, I should've noticed it was not a python issue but a JS one, my issue was the black screen one, which you can only notice by checking the devtools console to see if it has issues finding the modules, so just chsnging the ecmascript import format worked. |
Were both of you able to get it to work? |
I know this script is almost 2 years old, but I am curious if it still works. I tried to run dance.py but it doesn't work.
I tried to use help from #53 but still nothing...
The text was updated successfully, but these errors were encountered: