当前位置:网站首页>Solve the error in CONDA installation PyMOL
Solve the error in CONDA installation PyMOL
2022-06-13 03:25:00 【Python's path to becoming a God】
background :
System environment :windows10
Problem situation :
utilize pymol Provided by the official website conda An error is reported after installing the command line ( The error content is in the body ), The command line is as follows
conda install -c schrodinger pymol-bundle
perform pymol Wrong content
Traceback (most recent call last):
File "F:\softwares\software_install\anaconda\envs\pymol\lib\runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "F:\softwares\software_install\anaconda\envs\pymol\lib\runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "F:\softwares\software_install\anaconda\envs\pymol\lib\runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "F:\softwares\software_install\anaconda\envs\pymol\lib\site-packages\pymol\__init__.py", line 649, in <module>
import pymol._cmd
ImportError: DLL load failed: The specified module was not found .
Solution
Use the following command
conda install -c schrodinger -c conda-forge pymol
边栏推荐
- [azure data platform] ETL tool (2) -- azure data factory "copy data" tool (cloud copy)
- Figure data * reconstruction subgraph
- Polymorphism in golang
- Supervisor -- Process Manager
- MySQL learning summary 10: detailed explanation of view use
- 2000-2019 enterprise registration data of provinces, cities and counties in China (including longitude and latitude, number of registrations and other multi indicator information)
- Array in PHP array function_ Slice and array_ flip
- English语法_频率副词
- Sparksql of spark
- P1048 [noip2005 popularization group] Drug collection
猜你喜欢

MASA Auth - 从用户的角度看整体设计

JVM GC (V)

Azure SQL db/dw series (14) -- using query store (3) -- common scenarios

On the career crisis of programmers at the age of 35

Patrick Pichette, partner of inovia, former chief financial officer of Google and current chairman of twitter, joined the board of directors of neo4j

MySQL transaction isolation level experiment

Peking University HP financial index - matching enterprise green innovation index 2011-2020: enterprise name, year, industry classification and other multi indicator data

MySQL transactions and locks (V)

How to Draw Useful Technical Architecture Diagrams

Panel for measuring innovation efficiency of 31 provinces in China (using Malmquist method)
随机推荐
Supervisor -- Process Manager
A personal understanding of interpreted and compiled languages
Microservice practice based on rustlang
技术博客,经验分享宝典
Unified scheduling and management of dataX tasks through web ETL
C# . NET ASP. Net relationships and differences
Panel for measuring innovation efficiency of 31 provinces in China (using Malmquist method)
Summary of the latest rail transit (Subway + bus) stops and routes in key cities in China (II)
On the career crisis of programmers at the age of 35
C method parameter: in
【同步功能】2.0.16-19 版本都有同步功能修复的更新,但未解决问题
[azure data platform] ETL tool (6) -- re understanding azure data factory
Figure data * reconstruction subgraph
Data from the first to seventh census (to counties)
PHP import classes in namespace
Neil eifrem, CEO of neo4j, interprets the chart data platform and leads the development of database in the next decade
How to write product requirements documents
Azure SQL db/dw series (9) -- re understanding the query store (2) -- working principle
Mvcc and bufferpool (VI)
C语言程序设计——从键盘任意输入一个字符串(可以包含:字母、数字、标点符号,以及空格字符),计算其实际字符个数并打印输出,即不使用字符串处理函数strlen()编程,但能实现strlen()的功能。