Requirements do not properly install
See original GitHub issueclean 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:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@AjayP13 The problem persists. I’m trying to install
pymagnitude
from cache in GitHub Actions, and it’s failing to install the dependencies.I can no longer reproduce the issue, even after blowing away my wheel cache. Sorry. I’m going to close the issue.