-
Notifications
You must be signed in to change notification settings - Fork 257
'pip install' fails but different from #132 and #127 #133
Comments
same here |
update: although i got the same error as you, i used the fix in #132 and things worked out looks like you're not in the right directory when you run cython (and there is only a single file necessary to be computed). this worked for me: |
With @choosehappy 's thought I was able to get this to work. The solution (for windows) is this.
It's a combination of both methods, and pip successfully installed line_profiler with this.
The only problem is that I can't just call |
@matjojo's solution also works for mac. Many thanks! |
The following works: |
On windows 10, python:
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] on win32
pip install gives:
(It says requirement already satisfied for all requirements because I already tried this before but I had to install vs build tools. Thus it had already installed all the requirements. )
I tried this #132 (comment) :
This fails with:
This last command made me feel like it failed already but I also executed the last command:
From #127 (comment) I tried:
it gives:
These two errors make it look like I need to install cython, but after
pip install cython
which returned succesfully:executing
pip install line_profiler
still fails with the same error as above.The text was updated successfully, but these errors were encountered: