You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
'''
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-av3j7fsy/setup.py", line 51, in
maintainer_email="[email protected]"
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
'''
The text was updated successfully, but these errors were encountered:
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:
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="[email protected]"
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
'''
The text was updated successfully, but these errors were encountered: