Skip to content
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

Windows installation fails #8400

Closed
oakley04 opened this issue Oct 16, 2019 · 7 comments
Closed

Windows installation fails #8400

oakley04 opened this issue Oct 16, 2019 · 7 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@oakley04
Copy link

pip install --index-url https://pypi.tuna.tsinghua.edu.cn/simple/ superset

Actual results

copying superset\static\assets.terser-plugin-cache\content-v2\sha512\00\0f\4e8df4f5ee7921b2270d4e4b41484d51b0f9179c662a55d62128f18abf1686780a3620666b8d0f53752f414c3c1bdf8cafd5de04e357c01b4ec561ab7581 -> build\lib\superset\static\assets.terser-plugin-cache\content-v2\sha512\00\0f
error: could not create 'build\lib\superset\static\assets.terser-plugin-cache\content-v2\sha512\00\0f\4e8df4f5ee7921b2270d4e4b41484d51b0f9179c662a55d62128f18abf1686780a3620666b8d0f53752f414c3c1bdf8cafd5de04e357c01b4ec561ab7581': No such file or directory

Environment

  • python version: Python 3.6.8

log.txt

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.92. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the !deprecated-label:bug Deprecated label - Use #bug instead label Oct 16, 2019
@dpuser6
Copy link

dpuser6 commented Oct 17, 2019

change pip source to douban

@oakley04
Copy link
Author

change pip source to douban

tried douban, same error..

@dpuser6
Copy link

dpuser6 commented Oct 17, 2019

Restore the default source.
change the tsinghua source after the package is installed

@wtfzambo
Copy link

Nah, this issue is most likely due to long paths being disabled in windows by default (yay microsoft...).
I had the same problem one week ago, fixed it like this:

  • type regedit in windows search
  • navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSytem
  • look for a key called "LongPathsEnabled"
  • double click, change value from 0 to 1
  • restart computer

@viking714
Copy link

I meet this problem too, hope it can help me.

@stale
Copy link

stale bot commented Jan 24, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Jan 24, 2020
@stale stale bot closed this as completed Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

5 participants