You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to git push heroku master I am encountering an error :
A snippet of the error:
remote: ERROR: Could not find a version that satisfies the requirement mkl-service==2.3.0 (from -r /tmp/build_3a708448/requirements.txt (line 37)) (from versions: 2.4.0)
remote: ERROR: No matching distribution found for mkl-service==2.3.0 (from -r /tmp/build_3a708448/requirements.txt (line 37))
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
I ran into the same error when attempting to deploy my application, and I believe I've found a workaround. What seems to be working for me was to simply comment out mkl-fft, mkl-random, and mkl-service from my requirements.txt file. If you don't need to use any FFTs in your application, I doubt anything will break. If you do, hopefully the issue will be properly addressed soon. Hope this helps!
While trying to git push heroku master I am encountering an error :
A snippet of the error:
The Full details from
cmd
promptI tried reinstalling it but it says Requirement already satisfied. The issue is also with mkl-random==1.2.1
I am doing it from virtual env.
Please advice.
Thanks and Regards
The text was updated successfully, but these errors were encountered: