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

Wheel Fails to Build in Virtual Environment #119

Open
joejohnston203 opened this issue Oct 12, 2018 · 0 comments
Open

Wheel Fails to Build in Virtual Environment #119

joejohnston203 opened this issue Oct 12, 2018 · 0 comments
Labels

Comments

@joejohnston203
Copy link

joejohnston203 commented Oct 12, 2018

Describe the bug
When installing morpho in a virtual environment, the morpho wheel fails to build. Morpho still seems to run as expected, but this issue should be fixed.

Morpho version
feature/docathlon_days branch, commit: e27e7f7

To Reproduce
Follow virtual environment installation instructions in the documentation:

. morpho_venv/bin/activate
pip install -U pip
cd /path/to/morpho
pip install .

Desktop:
Ubuntu 16.04
Virtual Environment Installation

Error:

'''
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-av3j7fsy/setup.py", line 51, in
maintainer_email="mathieu.guigue@pnnl.gov"
File "/media/joe/DATA/my_shared_files/p8_docathon/morpho_venv_2/lib/python3.5/site-packages/setuptools/init.py", line 140, in setup
return distutils.core.setup(**attrs)
File "/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/media/joe/DATA/my_shared_files/p8_docathon/morpho_venv_2/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 246, in run
with WheelFile(wheel_path, 'w') as wf:
File "/media/joe/DATA/my_shared_files/p8_docathon/morpho_venv_2/lib/python3.5/site-packages/wheel/wheelfile.py", line 40, in init
raise WheelError("Bad wheel filename {!r}".format(basename))
wheel.cli.WheelError: Bad wheel filename 'morpho-v2.1.5_19_gc54194c-cp35-none-any.whl'


Failed building wheel for morpho
Running setup.py clean for morpho
Failed to build morpho
'''

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

No branches or pull requests

1 participant