-
Notifications
You must be signed in to change notification settings - Fork 42
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
pywafo install error #31
Comments
+1 When I try to load the package manually: I also got that error when I tried the pip zip version, corrected a version problem with the new scipy, and then tried to load the module. |
If you have a linux machine it should be quite straight forward to compile and install the distribution. However, if you have a windows machine it is (I am sorry to say) not possible at the moment to install the complete package. The reason is that the toolchain for compiling fortran on windows is broken. If you are not using any of the fortran compiled libraries, you can download pywafo from github to a folder of your liking and do the following at the dos-prompt: python.exe setup.py develop you will get some warnings that some libraries are not compiled, but all the stuff that is pure python code you can run. |
I'm using linux... The installation of the wafo-0.2.1.tar.gz worked well, however, it is not compatible with the newest version of scipy, and when I corrected the code so that it 'assumes' it is, I get the ImportError. |
Hi, I've created a virtual env to install pywafo. Thanks, Traceback (most recent call last): |
Another update. When loading wafo and running the test, that results in the error-output below. (Only the first part of the test ouput is shown, there is many more after that...) Thanks,
warnings.warn(txt0) |
Hi, I was wondering if anyone could help me find out why my wafo toolbox won't install properly. It appears to be an issue with pbr. I tried installing a newer version of pbr with little success in case it was a versioning issue. Please excuse my very limited python knowledge.
Amphitrite pywafo-master # python setup.py bdist_wheel -d dist
ERROR:root:Error parsing
Traceback (most recent call last):
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/core.py", line 111, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/util.py", line 246, in cfg_to_args
pbr.hooks.setup_hook(config)
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/hooks/init.py", line 25, in setup_hook
metadata_config.run()
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/hooks/base.py", line 27, in run
self.hook()
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/hooks/metadata.py", line 26, in hook
self.config['name'], self.config.get('version', None))
File "/home/pytools/pywafo-master/.eggs/pbr-1.10.0-py2.7.egg/pbr/packaging.py", line 725, in get_version
raise Exception("Versioning for this project requires either an sdist"
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?
error in wafo setup command: Error parsing /home/pytools/pywafo-master/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?
The text was updated successfully, but these errors were encountered: