-
Notifications
You must be signed in to change notification settings - Fork 121
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
Can't install on w10 with the WSR bat file. output says it cant install wheels for regex and wxpthon #948
Comments
EDIT: instead of build I imported manually the required modules. Then everything is OK except for a function that reloads modules: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Sorry for your troubles, try utilizing DropPy2. https://github.com/dictation-toolbox/Caster/tree/DropPy2 and Python 3.10 |
But after setting manually the requirements it seems now only a matter of fixing that function that reloads, or its not? My python is not really pro level... |
A reasonable question. The reason 'imp' module can be found is because it's no longer included in the standard library and newer versions of Python. That function has been Deprecated since version Python 3.4: The imp module is deprecated in favor of importlib. Which has been fixed in DropPy2. If you're feeling adventurous you could edit the file to reflect the new imports. |
I'm updating the master branch including the changes from DropPy2 which will soon be deleted. |
Then follows a long explanation about how "license-file" will fail ln dist.py, although I can find no ocurrence of this. Moreover, there is a dead-link supposed to give further details.
I have the python312\python.exe system path , don't know what else to do.
System:
The text was updated successfully, but these errors were encountered: