Install djangocms-rest-api in python3.6.1 virtualenv causes the following error:
File "C:\Users\Administrator\Envs\env3\lib\site-packages\pip\utils\appdirs.py", line 185, in
_get_win_folder_from_registry
import _winreg
ModuleNotFoundError: No module named '_winreg'
The '_winreg' module was renamed in Python3 to 'winreg' (without underscore).
Install djangocms-rest-api in python3.6.1 virtualenv causes the following error:
The '_winreg' module was renamed in Python3 to 'winreg' (without underscore).
Further issues not know yet.