安装pythonocc-core 时 CondaValueError: Malformed version string '~': invalid character(s). 报错 在conda install pythonocc-core 包时报错 当镜像源配置正确,有的包conda install 可以正常下载,但是安装有的包就是报错 CondaValueError: Malformed version string '~': invalid character(s). 考虑是conda版本的...
前情: 背景:在重现text2cad文章的过程中,通过environment.yml下载环境和依赖(包括pythonocc-core,pytorch等需要conda安装的包) 开发环境:Ubuntu 待下载的包: 官方environment.yml中要求的包及对应版本要求(之后会根据我的cuda驱动
A conda-smithy repository for pythonocc-core. Contribute to conda-forge/pythonocc-core-feedstock development by creating an account on GitHub.
- pythonocc-core=0.17=py27_1 - mkl=2017.0.3=0 - mkl-service=1.1.2=py27_3 - dbus=1.13.2=h714fa37_1 - gst-plugins-base=1.14.0=hbbd80ab_1 - gstreamer=1.14.0=hb453b48_1 - libgcc-ng=8.2.0=hdf63c60_1 - libgfortran-ng=7.3.0=hdf63c60_0 - libstdcxx-ng=8.2.0=hdf63c60_1 ...
Python package for 3D CAD/BIM/PLM/CAM. Contribute to kasdream/pythonocc-core development by creating an account on GitHub.
方案1:基于Pythonocc-core当前pythonocc-core版本7.4.1,依赖occt7.4.0conda create --name=pyocc python=3.7 conda activate pyocc conda install -c conda-forge pythonocc-core=7.4.1 conda install spyder=4 pyqtgraph # 同时会自动安装pyqt5.9.2、qtconsole、jupyter_client等 pip install logbook path.py # ...
ENLife is short, I use python pyenv用来管理多个版本的python在用户目录的安装和使用, 类似rbenv ...
我有一台 M1 MacBook,使用 conda 到 miniforge3。我想使用不是为 ARM 构建的软件包(ifcopenshell、pythonocc-core)。混合通道(conda-forge/osx-64 和 conda-forge/osx-arm)通常会...
i´m trying to install python occ in windows 10, with: conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 python=3.6 After successfully installed I can´t run any of the examples, seems that the package on th...
johanesmikhael mentioned this issue Nov 23, 2018 installation issue under w64 tpaviot/pythonocc-core#559 Open gitDawn commented Jan 29, 2019 On Windows, due to the lack of the deactivate command, you type: > activate root Note that root is a special reserved name for the root ...