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.

Requirements do not properly install

See original GitHub issue

clean install in a virtual environment does not install requirements.

pip 18.0    
Python 3.6.3    

➜  virtualenv -p python3 foo; source foo/bin/activate; pip3 install pymagnitude                                         
In [1]: from pymagnitude import Magnitude                           
---------------------------------------------------------------------------                                                             
ModuleNotFoundError                       Traceback (most recent call last)                                                             
<ipython-input-1-a4fc6d35defa> in <module>()                        
----> 1 from pymagnitude import Magnitude                           

/tmp/foo/lib/python3.6/site-packages/pymagnitude/__init__.py in <module>()                                                              
     11 import hashlib                                              
     12 import heapq                                                
---> 13 import lz4.frame                                            
     14 import math                                                 
     15 import operator                                             

ModuleNotFoundError: No module named 'lz4'                          

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
AFAgarapcommented, Aug 26, 2020

@AjayP13 The problem persists. I’m trying to install pymagnitude from cache in GitHub Actions, and it’s failing to install the dependencies.

0reactions
mikeyshulmancommented, Aug 9, 2018

I can no longer reproduce the issue, even after blowing away my wheel cache. Sorry. I’m going to close the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix This Computer Does Not Meet the Minimum ...
How to Fix This Computer Does Not Meet the Minimum Requirements for Installing the Software.An Intel video card has been installed on the ......
Read more >
Windows Won't Install Properly? 5 Tips to Solve All Common ...
1. Remove Unnecessary External Devices ... This simple step is something you should try right away. If Windows won't install properly, disconnect ...
Read more >
How to Fix “This PC Doesn't Currently Meet All the System ...
Fix #1: Make sure you are meeting all the requirements ; Processor: 1GHz or faster with 2 or more cores. ; RAM: 4GB...
Read more >
pip install requirements.txt not working properly - Stack Overflow
You are trying to install version 0.0.0 of get. You should specify a correct version number in requirements.txt.
Read more >
A device driver is not installed or a hardware device does not ...
If no exclamation point appears next to the name of the device that is not functioning correctly, go to step 2, "Uninstall and...
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