I am trying to compile setup.py file of PyMedTermino-0.3.3. Getting an this message error:package directory '.\utils' does not exist after typing python destination_folder\setup.py build getting this output
any suggestion will be helpful.
It seems that you are trying to build PyMedTermino
yourself. I don't know what caused your error, but since PyMedTermino
is also available on PyPi, you can also install it with pip
:
>pip install PyMedTermino
Collecting PyMedTermino
Downloading PyMedTermino-0.3.3.tar.gz (34.0MB)
100% |████████████████████████████████| 34.0MB 262kB/s
Building wheels for collected packages: PyMedTermino
Running setup.py bdist_wheel for PyMedTermino ... done
Stored in directory: C:\Users\jeroen\AppData\Local\pip\Cache\wheels\71\01\91\f3ec03bdc7c10c11093b77f8a5ecef4f855327c1b29107d4dd
Successfully built PyMedTermino
Installing collected packages: PyMedTermino
Successfully installed PyMedTermino-0.3.3