Version on Pip #68
-
Hi, me again! I'm just curious if you have the most up-to-date version on pip? I'm trying to integrate some converters but I'm getting import errors because my init.py doesn't have the line "from . import converters" that I can see is in the source code. I've done a pip install ccsdspy --upgrade but that doesn't seem to change the init file I get the following error when trying to add that line manually: File "c:\DevSoftware\Anaconda38\lib\site-packages\ccsdspy_init_.py", line 9, in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The converters hadn't been released yet, but I think it's time for a release! I just uploaded something to PyPI, and it should work now. |
Beta Was this translation helpful? Give feedback.
No problem! You can also do this with pip
pip install git+https://github.com/CCSDSPy/ccsdspy
, and I think it should work as an entry inenvironment.yml