목록분류 전체보기 (373)
Silver Library (Archived)
Problem. CANNOT INSTALL or UNABLE TO RUN pipenv. Seriously demotivated me to learn Django for a week. Almost moved to Anaconda for a virtual workplace. Solution. #Before jumping on to the next input step, input following 1. pip list check if virtualenv is already installed. 2. pip uninstall virtualenv 3. pip uninstall pipenv 4. pip install pipenv If still not able to run pipenv, #on WSL, input t..
Problem. With my 5months of learning experience, no idea why on earth this message pop up and annoying me. Solution. Try pip3 install django==(version here without braket). You are installing package for Python 3.x , so I guess that could be an issue e.g. pip3 install django==2.0.3 Note: globally installing this may cause a potential security issue. Don't install like this on important device. p..
다른 소식이 있다면, Project Kat 이 itch.io 의 최고평점 게임 랭킹 10위권에 들어선 게임이 된거에요! 시간 내어서 댓글하고 평점을 주신 모든 분들께 감사드려요! 우리 양측에게 있어 Project Kat 에 대해 이야기를 꺼내는 거나, 우리들의 동기부여와 행복을 유지 해 나가는데 있어서도 도움이 되고 있답니다. 우리는 동기부여와 행복으로 움직여요 그리고 마지막으로, 우리들의 트위터에 올려두었 던 작은 업데이트 소식에 대해 보여드리고 싶네요. 저희는 지금 1장의 전체 게임™ 을 위한 주변 환경 구축 작업을 진행중에 있답니다. -----> 여기에 올리지 못한 멋진 움짤(GIF)들을 이곳에서 확인해보세요!
Issue. If your prettier never, ever works even after initialising all VSCode settings... Solution. Set Prettier as your default formatter in the settings of your VSCode. Then, your code will finally turn as you expected. Source: Format on Save (prettier) stopped working with latest update · Issue #108447 · microsoft/vscode (github.com)