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
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.
The text was updated successfully, but these errors were encountered:
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:
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.txt
requirments and I get this error:I know this is probably related to matlab, but this makes the experiments irreproducible.
The text was updated successfully, but these errors were encountered: