Closed wirehack7 closed 6 years ago
Can you change this line six==1.11.
into six
in requirements-base.txt
and try again?
I think it's not related to the pinned version of six
.
sudo make install
seems more or less broken to me at the moment.
You can skip it and run sudo pip3 install -r requirements.txt
directly to get the dependencies installed and the run viper from the local directory (./viper-cli
or ./viper-web
).
With removing version string it works. I've got another problem now. But that's not part of this topic (wxPython won't install)
make install run this:
python3 setup.py install --record installed_files.txt
And that seems to have problems with the requirements and some dependencies. I also got a similar error as you, didn't change anything and re-run (twice) sudo make install
and then it completed without errors...
@frennkie On a clean install I'm getting this error instead:
Installed /usr/local/lib/python3.6/dist-packages/djangorestframework_queryfields-1.0.0-py3.6.egg error: The 'djangorestframework' distribution was not found and is required by viper make: *** [Makefile:7: install] Error 1
After a second run it instead gives:
Installed /usr/local/lib/python3.6/dist-packages/django_url_filter-0.3.8-py3.6.egg error: The 'Django' distribution was not found and is required by viper make: *** [Makefile:7: install] Error 1
After a third run, it worked...
Closing, as Makefile was dropped in favor of pip install.
I'm going through the installation process as described here: https://viper-framework.readthedocs.io/en/latest/installation/
When doing that I get that error:
I did install six:
The error persists.