Coder Social home page Coder Social logo

Comments (19)

duplessisaa avatar duplessisaa commented on August 24, 2024 6

Hi there, i just settled for mkl-fft and it will then automatically just install the latest version...could not crack the issue. But when installed this did not cause any issues. So my advice would be not to specify the installation version.

from pygat.

Mahnaz54 avatar Mahnaz54 commented on August 24, 2024 5

conda install -c intel mkl_fft

This may work for you as it did for me.

from pygat.

blalterman avatar blalterman commented on August 24, 2024 4

I'm now running into this problem on Travis as well w/ mkl-fft. Has anyone found a long-term resolution to it?

from pygat.

Carlo-Carandang avatar Carlo-Carandang commented on August 24, 2024 2

@duplessisaa thank man. Workaround- I just basically had to manually copy the mkl_fft and mkl_random folders (along with their -info folders, mkl_fft-1.0.6-py3.6.egg-info and mkl_random-1.0.1-py3.6.egg-info) from the Anaconda environment that runs my app locally
C:\Users\carandangc\Anaconda3\envs\web_scraper\Lib\site-packages
then pasted the folders into the lib file where the requirements.txt loaded the files for my app
C:\Users\carandangc\Desktop\testscrape\lib
Voila...now I have it in my lib folder for the cloud environment. Funny...I built an app to automate workflow processes, and here I am doing manual labour, copying and pasting LOL.

from pygat.

Carlo-Carandang avatar Carlo-Carandang commented on August 24, 2024 1

@duplessisaa thanks for sharing your solution. Unfortunately, it didn't work for me:
No matching distribution found for mkl-fft (from -r requirements.txt (line 52))

from pygat.

derek-saal avatar derek-saal commented on August 24, 2024

It might be a typo. The repo states mkl_fft as the installation name.

from pygat.

Diego999 avatar Diego999 commented on August 24, 2024

Thank you for pointing out this issue. You are right, I don't know why these MKL libraries were needed, I computed again the requirements and should be fixed now.

from pygat.

duplessisaa avatar duplessisaa commented on August 24, 2024

Did this solve your issue ??

I've got exactly the same issue

Collecting mkl_fft==1.0.10 (from -r requirements.txt (line 44))
Could not find a version that satisfies the requirement mkl_fft==1.0.10 (from
-r requirements.txt (line 44)) (from versions: )
No matching distribution found for mkl_fft==1.0.10 (from -r requirements.txt (li
ne 44))

from pygat.

Carlo-Carandang avatar Carlo-Carandang commented on August 24, 2024

Hello. I have the same problem, even after changing the filename in requirements.txt from mkl-fft to mkl_fft:
Collecting mkl_fft==1.0.6 (from -r requirements.txt (line 52)) Could not find a version that satisfies the requirement mkl_fft==1.0.6 (from -r requirements.txt (line 52)) (from versions: ) No matching distribution found for mkl_fft==1.0.6 (from -r requirements.txt (line 52))
Your help would be much appreciated.

from pygat.

duplessisaa avatar duplessisaa commented on August 24, 2024

That sucks...sorry...FYI here is my Docker image pip install requirements, just so you can see how I called it...

$PIP_INSTALL \	
    numpy \
    scipy \
    pandas \
pvlib==0.6.0 \
    cloudpickle \
pickleshare \
    scikit-learn==0.20.0 \
python-dateutil==2.7.5 \
    matplotlib \
PyMySQL==0.9.2 \
mkl-fft \
mkl-random \
windrose==1.6.5 \
    Cython \
tables==3.4.4 \

from pygat.

duplessisaa avatar duplessisaa commented on August 24, 2024

from pygat.

y26805 avatar y26805 commented on August 24, 2024

seems to be a Python version issue, as 3.7 is not yet supported.
according to this GitHub issue (IntelPython/mkl_fft#26) in the official repo,

Yes, only 2.7, 3.5, and 3.6 wheels are currently available it seems.

a request to add 3.7 wheels has been added in Feb 2019 (IntelPython/mkl_fft#34) but no action yet it seems..

from pygat.

Keerthana2701 avatar Keerthana2701 commented on August 24, 2024

ERROR: Could not find a version that satisfies the requirement mkl-service==2.3.0 (from -r /tmp/build_92d7e5cf_/requirements.txt (line 36)) (from versions: none)
ERROR: No matching distribution found for mkl-service==2.3.0 (from -r /tmp/build_92d7e5cf_/requirements.txt (line 36))

Note: mkl-service 2.3.0 is already installed .
please help

from pygat.

SanjoyPator1 avatar SanjoyPator1 commented on August 24, 2024

ERROR: Could not find a version that satisfies the requirement mkl-service==2.3.0 (from -r /tmp/build_92d7e5cf_/requirements.txt (line 36)) (from versions: none)
ERROR: No matching distribution found for mkl-service==2.3.0 (from -r /tmp/build_92d7e5cf_/requirements.txt (line 36))

Note: mkl-service 2.3.0 is already installed .
please help

did you find the answer

from pygat.

imashutoshjha avatar imashutoshjha commented on August 24, 2024

also getting the same error

from pygat.

briana-jin-zhang avatar briana-jin-zhang commented on August 24, 2024

Getting the same error as well

from pygat.

MuriloCrr avatar MuriloCrr commented on August 24, 2024

Entrei no requeriments.txt e tirei a versão do mkl-fft e rodou normalmente...

from pygat.

ignaciojvig avatar ignaciojvig commented on August 24, 2024

Srsly, python is ridiculous with these dependencies. ffs

from pygat.

ketangangal avatar ketangangal commented on August 24, 2024

Getting this error can anyone help !

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.0 (from -r /tmp/build_6a08ebd4/requirements.txt (line 14)) (from versions: none)
ERROR: No matching distribution found for mkl-fft==1.3.0 (from -r /tmp/build_6a08ebd4/requirements.txt (line 14))

from pygat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.