Skip to content

Add 'packages' entry to setup.py#9

Open
ggventurini wants to merge 1 commit into
jlowin:python3from
ggventurini:python3
Open

Add 'packages' entry to setup.py#9
ggventurini wants to merge 1 commit into
jlowin:python3from
ggventurini:python3

Conversation

@ggventurini

Copy link
Copy Markdown

Hi there,

I've been trying to try out pyautodiff with no luck, as

python setup.py install

does not copy the package files over to site_packages, resulting in errors such as:

    from autodiff import gradient
ImportError: No module named 'autodiff'

This pull request is to fix that, by adding a packages entry in setuptools' setup.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant