Closed hvasbath closed 10 months ago
Might be related: https://github.com/pyrocko/kite/pull/111
So if there is any solution now?
Have run into this several times with different setups. How exactly did you install kite? From source or using the pip package? Are you using the latest version? The latest commits on master try to resolve this issue.
I just did a fresh install ubuntu 20.04, python11 venv environment with the pip-meaning this does not include the latest installation patch and I have no issues. @Uncleyyyyy do you also have the issue? What are your system specs?
I confirm I can reproduce the issue when installing from source through pip on latest master. So it seems the latest patch caused the issue.
I have the same error, is there any solution?
Hello @Suansuan0922 can you please provide your installation details?! Meysam (initial issue reporter) was meanwhile able to install it falling back to the latest released version (pip install kite) instead of the latest version on master (pip install . (in the source directory)).
The install instructions on the website need updating. They suggest to install from source. But the standard way should be to install latest stable release, i.e. with:
pip install kite
I just did a fresh install ubuntu 20.04, python11 venv environment with the pip-meaning this does not include the latest installation patch and I have no issues. @Uncleyyyyy do you also have the issue? What are your system specs?
Sorry to bother! I just tried to uninstall the environment and reinstall every module. And it works fine now! I think maybe there are some conflicts existing between the modules? However, there is no error now.
I added some compatibility fixes in the branch bugfix/compatibility
, please check if this solves the issues.
I install kite with anaconda,i can't find the setup.py ,what should i do?
meysam on pyrocko support, installation channel