You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has nothing to do with the actual source of svtplay-dl. It is more organization issue.
When run program I see this
[0002/1442][........................................................................................................................] ETA: 0:01:48C:\hostedtoolcache\windows\Python\3.8.10\x86\lib\site-packages\cryptography\hazmat\backends\openssl\backend.py:8: UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.
So I use 64-bit Windows but Python is 32-bit.
Would it be better to offer both 32-bit and 64-bit releases to avoid this ?
The text was updated successfully, but these errors were encountered:
this thing comes from one of the dependencies i use cryptography. i do offer both 32bit and 64bit as you can see on the website.
from https://svtplay-dl.se/archive/
it have been a legacy thing bulding 32bit. but now when cryptography stopped supporting win7. maybe its time to drop building 32bit version.
How many people do run 32bit Windows 10? im not sure. feels like everyone is using 64bit of Windows nowdays. 🤔
Windows 11 only support 64bit according to wikipedia
bit curious why do you use 32bit application on 64bit windows? 🤔
This has nothing to do with the actual source of svtplay-dl. It is more organization issue.
When run program I see this
[0002/1442][........................................................................................................................] ETA: 0:01:48C:\hostedtoolcache\windows\Python\3.8.10\x86\lib\site-packages\cryptography\hazmat\backends\openssl\backend.py:8: UserWarning: You are using cryptography on a 32-bit Python on a 64-bit Windows Operating System. Cryptography will be significantly faster if you switch to using a 64-bit Python.
So I use 64-bit Windows but Python is 32-bit.
Would it be better to offer both 32-bit and 64-bit releases to avoid this ?
The text was updated successfully, but these errors were encountered: