Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pydgq_data.bin not found after pip3 install #1

Open
Technologicat opened this issue May 20, 2019 · 1 comment
Open

pydgq_data.bin not found after pip3 install #1

Technologicat opened this issue May 20, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@Technologicat
Copy link
Owner

When pydgq is installed under Python 3.6, both data files pydgq_data_27.bin (old, for Python 2.7) and pydgq_data_34.bin (compatible with 3.4 and later, tested also in 3.6) get installed under their own names, but the symlink (that should point to the correct version) fails to install.

Solution: drop Python 2.7 support in the next release, so we need only one universal data file for Python 3.x.

Workaround: meanwhile, go to your site-packages/pydgq in a terminal, and install the symlink manually. Assuming pydgq was installed with pip3 install pydgq --user under Python 3.6, the full path is ~/.local/lib/python3.6/site-packages/pydgq. Once there, ln -s pydgq_data_34.bin pydgq_data.bin. Or if using Windows, just copy the file.

@Technologicat
Copy link
Owner Author

May need to do this soon for an upcoming conference paper.

The new release could be 1.0, since pydgq is essentially feature-complete, works fine, and not much development is needed at the moment.

@Technologicat Technologicat self-assigned this Sep 6, 2019
@Technologicat Technologicat added this to the 1.0 milestone Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant