1

I need to install a private package which is in my local directory to the QGIS Python environment. I can install it to my conda environmnet by defining the local directory path as channel. How do I install in QGIS Python environment?

Note - I am creating a QGIS plugin which uses services from the in-house package.

The answer to Installing 3rd party python libraries for QGIS on Windows does not work for me as I am not installing Python packages.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
lawr
  • 70
  • 1
  • 8
  • 1
    It sounds like the package you want to install is a conda package? Does it have any dependencies on other conda packages? It might not be the direction you want to go, but there is a qgis package on conda-forge. You could create a new conda environment with qgis and the custom package you need. – Ryan Jan 06 '20 at 16:32
  • 1
    @Ryan Thanks for this idea! It worked like a charm. – lawr Jan 07 '20 at 13:19

0 Answers0