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.

ModuleNotFoundError: No module named 'XXXXX'. version 2018.6.25

See original GitHub issue

After updating to version: 2018.6.25. I get the error as shown in the image attached. facematic is the package name in setup.py. I get the error while running the command pipenv install -e .

screen shot 2018-06-26 at 02 56 04

Steps to replicate
  1. Get a python package
  2. Run pipenv install -e .

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
techalchemycommented, Jun 26, 2018

Thanks for the reports all, fix will be out shortly

2reactions
notofircommented, Jun 26, 2018

I’ve had the same error after upgrading to v2018.6.25.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'XXX' in Python
I'm trying to run source code but I'm getting this error; ModuleNotFoundError: No module named 'windows' in this site, same question already ...
Read more >
No module named 'tensorflow' in spyder | windows + ... - GitHub
It works! But when I tried to import tensorflow in spyder: ModuleNotFoundError: No module named 'tensorflow'. Solution. This problem might cause ...
Read more >
[Fixed] ModuleNotFoundError: No module named 'xxx' - Finxter
This simple command installs xxx in your virtual environment on Windows, Linux, and MacOS. It assumes that your pip version is updated. If...
Read more >
Python Import ModuleNotFoundError: No module named 'xxx'
Suppose you want to import both y.py and z.py into x.py . There are two practices depending on whether you want to use...
Read more >
Pip is not working: ImportError: No module named 'pip._internal'
I have a similar problem after upgrading from pip 9.0.2 to pip-10.0.0. Ubuntu 16.04LTS here. – Dave. Apr 15, 2018 at 11:19.
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