Closed hilding79 closed 7 years ago
It looks like there is no release of odl
with version number 0.6.1...
Quickest fix for you right now is just to open the txt-file and manually, using pip
, installing the packages listed in it.
Well, you need odl 0.6.1 in order to run the examples so the easiest fix is to install it manually, i.e. via:
pip install git+git://github.com/odlgroup/odl
or an actual source
git clone https://github.com/odlgroup/odl
cd odl
pip install -e .
Perhaps we could update the requirements file to somehow know that github exists, but I'm not sure how to do that.
I have problem with installing requirements. What is going wrong? Anyone else has the same issue?
I write the following command:
I get the error message: