Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #2

Open
EmanueleLM opened this issue Jan 23, 2020 · 2 comments
Open

Installation #2

EmanueleLM opened this issue Jan 23, 2020 · 2 comments

Comments

@EmanueleLM
Copy link

EmanueleLM commented Jan 23, 2020

Hi,
I've some problem in reproducing the code. It's impossible to install the dependencies on vanilla Ubuntu 18.04, python3.7.

After activating the virtual env, I try to install the with pip3 install -r requirments.txtrequirments and I get this error:

Collecting cycler==0.10.0 (from -r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting kiwisolver==1.1.0 (from -r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/93/f8/518fb0bb89860eea6ff1b96483fbd9236d5ee991485d0f3eceff1770f654/kiwisolver-1.1.0-cp37-cp37m-manylinux1_x86_64.whl
Collecting matlabengineforpython===R2018a (from -r requirements.txt (line 3))
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/matlabengineforpython/

I know this is probably related to matlab, but this makes the experiments irreproducible.

@trevoravant
Copy link

I had a similar problem. I don't believe that matlabengineforpython is a pip package, so it cannot be installed using pip. I think it has to be installed using the instructions Matlab gives on the following page:

https://www.mathworks.com/help/matlab/matlab_external/install-the-matlab-engine-for-python.html

@jmusiel
Copy link

jmusiel commented Apr 17, 2024

Is there an implementation that does not rely on matlab?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants