JaneliaSciComp/PyWaveSurfer

Installing with Python 3.9

Closed this issue · 3 comments

Even in a fresh environment the package would not install. It seems to be an issue with the new version of python (3.9) and its compatibility with numpy. I recommend creating a new environment with python 3.8 - this worked for me

This for letting us know, I will look into this.

Hi @BenGrainger I have updated the pinned requirements to solve this.
I am not sure when a new pip version could be pushed (@adamltaylor) but for now you could:
pip uninstall pywavesurfer
Followed by:
pip install git+https://github.com/JaneliaSciComp/PyWaveSurfer.git@master

BTW @adamltaylor I was able to reactivate pyup.io so we would get PRs for updated packges but I don't have sufficient permissions to enable Travis to run which would have caught this issue.

Should be fixed in version 0.0.6.
pip install --upgrade pywavesurfer