Issue installing DSF-Python
-
We are having issue installing DSF-Python that we haven't seen before. Did something change or is there an issue? Here is what is returned in the console.
pi@oozeBot:~ $ pip install dsf-python Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting dsf-python Could not find a version that satisfies the requirement dsf-python (from versions: ) No matching distribution found for dsf-python
-
Was able to resolve this - posting how for anyone else who may be googling the same thing. Apparently this image has some old dependencies. The following circumvented the issue and correctly installed it:
python3 -m pip install dsf-python
-
@oozebot Apparently the standalone
pip
application is still for Python 2.7, so you must usepip3
orpython3
instead. I'm going to fix the file path of the plugin service in the next DSF release, too.