netinvent / ofunctions

Collection of useful basics every Python dev should have

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install locally?

Adaickalavan opened this issue · comments

commented

I tried installing the ofunctions package locally as follows:

git clone https://github.com/netinvent/ofunctions.git
cd /path/to/ofunctions
pip install -e .

But this throws the following error:
ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-4_j8nefz

  1. Could you provide the commands on how to locally build and install multiple subpackages from a single setup.py file?
  2. Could you provide the commands on how to create multiple subpackages from a single setup.py file and publish to pypi?

The way the setup.py is built isn't compatible with dev install (multiple calls to setup() function, one per submodule).
What are you trying to achieve ?

Closed because no activity.

See netinvent/windows_tools#10 (comment) for a local install procedure that also works for ofunctions