-
Notifications
You must be signed in to change notification settings - Fork 1
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
Publish to PyPI #95
Labels
enhancement
New feature or request
Comments
Open
There are some issues with packaging. Unfortunately it isn't able to find the sub-packages. In [1]: from Metallicity_Stack_Commons import version
version
In [2]: version
Out[2]: '1.2.0-2'
In [3]: from Metallicity_Stack_Commons.analysis import attenuation
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-3-45f14df66205> in <module>
----> 1 from Metallicity_Stack_Commons.analysis import attenuation
ModuleNotFoundError: No module named 'Metallicity_Stack_Commons.analysis' I came across a few suggestions but it doesn't seem to work:
Here's the latest
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To allow for easier installation, let's move to publishing it on PyPI.
msc
is already taken so I'll need to come up with an easier package name.Will need to test with
virtualenv
to ensure it installs all that is needed.The text was updated successfully, but these errors were encountered: