We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
I tried to install package version from master branch but I discovered some issues.
To install the package with setup.py you should rename README.md to README.txt file. Setup script requires it as long_description argument.
setup.py
long_description
After fixing that, there is another exception:
error: package directory 'phamers' does not exist
Thanks
The text was updated successfully, but these errors were encountered:
Sorry about those issues that you are having. I just pushed a patch that should make it easier to install the dependencies. You can simply run
pip install -r requirements.txt
to install the dependencies. Let me know if that works for you.
Sorry, something went wrong.
Thanks. It was helpful. Installation works.
Btw. dna-features-viewer 1.0 requires matplotlib >=3, and matplotlib requires Python 3+.
dna-features-viewer
matplotlib
It will be a good move to rewrite the codebase of you program to Python 3.6+.
Yes, I agree, switching to Python 3 would be a good move.
No branches or pull requests
Hey,
I tried to install package version from master branch but I discovered some issues.
To install the package with
setup.py
you should rename README.md to README.txt file. Setup script requires it aslong_description
argument.After fixing that, there is another exception:
Thanks
The text was updated successfully, but these errors were encountered: