【发布时间】:2020-07-22 20:40:05
【问题描述】:
我使用了 git clone https://github.com/django-oscar/django-oscar,然后我使用了
pipenv install
我得到了
AttributeError: module 'os' has no attribute 'uname' this error as well as this
pipenv.patched.notpip._internal.exceptions.InstallationError:
Command errored out with exit status 1:
python setup.py egg_info Check the logs for full command output.
我使用的是 Windows 10。
【问题讨论】:
标签: django docker pipenv django-oscar pipenv-install