question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undisplayable \u sequence during pipenv install

See original GitHub issue
> pipenv install
Creating a virtualenv for this project…
Using real prefix 'c:\\users\\uranusjr\\appdata\\local\\programs\\python\\python35'
New python executable in C:\Users\uranusjr\.virtualenvs\pipenv-QZcxVy6Y\Scripts\python.exe
Installing setuptools, pip, wheel...done.

Virtualenv location: C:\Users\uranusjr\.virtualenvs\pipenv-QZcxVy6Y
Pipfile.lock not found, creating…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock!
Installing dependencies from Pipfile.lock…
  ================================ 0/0 \u2014 00:00:00
To activate this project's virtualenv, run the following:
 $ pipenv shell

\u2014 is probably an en-dash, but is somehow not escaped. This likely happens only on Windows (and non-unicode consoles). I’m on Windows 10 + code page 932 (Japanese).

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:22 (14 by maintainers)

github_iconTop GitHub Comments

15reactions
kennethreitzcommented, Feb 26, 2018

emoji are normal nowadays — just fix your terminal

8reactions
barthalioncommented, Feb 26, 2018

It definitely should be a dash by default, not just on Windows. You can’t assume availability of emoji font on the system and dependency of CLI tool on font package is weird at best.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Usage of Pipenv - Read the Docs
Pipenv allows you to open any Python module that is installed (including ones in your codebase), with the $ pipenv open command: $...
Read more >
pipenv Documentation - Read the Docs
This tutorial walks you through installing and using Python packages. ... pipenv install -e, in order to ensure that dependency resolution can be...
Read more >
What does `pipenv install -e .` do and how to use it? [duplicate]
All this means that import mypkg in Python will import the code directly from the ~/mypkg/mypkg package, and any changes you make to...
Read more >
pipenv install [package] - Fig.io
-c, --code, Install packages automatically discovered from import statements. --deploy, Enforce that your Pipfile.lock is up to date in deployment.
Read more >
Common Pipenv Errors and How to Solve Them: Why Won't it ...
Here, you'll learn how to troubleshoot Pipenv installation and locking issues. ... When you install a package with pipenv install , the Pipfile...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found