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

Not able install pywafo #63

Open
maheshreshwa opened this issue Sep 19, 2024 · 0 comments
Open

Not able install pywafo #63

maheshreshwa opened this issue Sep 19, 2024 · 0 comments

Comments

@maheshreshwa
Copy link

Hello,
I am trying to install pywafo in Ubuntu 22.04.5 LTS, but not able to install it. I created a virtual environment with Python 2.7 and Anaconda as I cant install the Python 2.6 version presently due to compatibility issues.

when i try to run, python setup.py bdist_wheel -d dist
i get the following error. Kindly help me, how can i install pywafo?

(extreme-py2) mahesh@Mahesh:~/pywafo$ python setup.py bdist_wheel -d dist
Version: 0.4.0
Traceback (most recent call last):
File "setup.py", line 210, in
setup_package()
File "setup.py", line 205, in setup_package
**config.todict()
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/numpy/distutils/core.py", line 171, in setup
return old_setup(**new_attr)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/init.py", line 144, in setup _install_setup_requires(attrs)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/init.py", line 139, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/dist.py", line 720, in fetch_build_eggs
replace_conflicting=True,
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/pkg_resources/init.py", line 782, in resolve
replace_conflicting=replace_conflicting
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/pkg_resources/init.py", line 1065, in best_match
return self.obtain(req, installer)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/pkg_resources/init.py", line 1077, in obtain
return installer(requirement)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/dist.py", line 787, in fetch_build_egg
return cmd.easy_install(req)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 705, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/mahesh/miniconda3/envs/extreme-py2/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 876, in install_eggs
os.path.abspath(dist_filename)
distutils.errors.DistutilsError: Couldn't find a setup script in /tmp/easy_install-SKoALx/pytest-runner-6.0.1.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant