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
/tmp/tmp.yz4vcKfK16/conda-install/envs/shadems/lib/python3.8/site-packages/shadems-0.1.0-py3.8.egg/ShadeMS/main.py:351: SyntaxWarning: "is" with a literal. Did you mean "=="?
/tmp/tmp.yz4vcKfK16/conda-install/envs/shadems/lib/python3.8/site-packages/shadems-0.1.0-py3.8.egg/ShadeMS/main.py:351: SyntaxWarning: "is" with a literal. Did you mean "=="?
Was shadeMS written for Python < 3.8?
I am happy to package shadeMS for conda, would you offer your help? If yes, one of the next requirements is to make a release of shadeMS either via GitHub or PyPI.
Best regards,
Sebastian
The text was updated successfully, but these errors were encountered:
I don't think any of us has tried it above 3.6 really. I fixed the SyntaxWarning just now and did a 0.1.0 release. We should probably get @Athanaseus to setup tests and push it to PyPI as well.
Having the 0.1.0 release on GitHub would be enough for the conda package so no need to push it to PyPI as well if you guys don want to. However, adding tests would be very much appreciated since they can be included in the conda recipe and will give us peace of mind for every update of the conda package.
Hi,
@jmoldon and I are insterested in having a conda package for
shadeMS
.Having the following conda environment should ease the installation:
So now you only need to:
Finally, when you run:
You get the following warnings:
Was
shadeMS
written for Python < 3.8?I am happy to package
shadeMS
for conda, would you offer your help? If yes, one of the next requirements is to make a release ofshadeMS
either via GitHub or PyPI.Best regards,
Sebastian
The text was updated successfully, but these errors were encountered: