无法编译PyMedTermino-0.3.3的设置文件

时间:2021-10-12 18:03:17

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 无法编译PyMedTermino-0.3.3的设置文件

我正在尝试编译PyMedTermino-0.3.3的setup.py文件。获取此消息错误:键入python destination_folder \ setup.py build获取此输出后,包目录'。\ utils'不存在

any suggestion will be helpful.

任何建议都会有所帮助。

1 个解决方案

#1


1  

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:

看来你正在尝试自己构建PyMedTermino。我不知道是什么原因引起了你的错误,但是既然PyMedTermino也可以在PyPi上使用,你也可以用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

#1


1  

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:

看来你正在尝试自己构建PyMedTermino。我不知道是什么原因引起了你的错误,但是既然PyMedTermino也可以在PyPi上使用,你也可以用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